<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -483,3 +483,9 @@
 ** TODO Patch Construct for Python3
    Since pyconstruct hasn't been updated in almost 2 years,
    I'll likely have to update it myself to ensure it'll run on Python3.
+* TODO Add numpy support
+  All PCM parsing deals with arrays of numbers
+  (such as FrameList, the resampling routines, and so forth)
+  which are more efficiently handled by numpy.
+  But if numpy is not installed, we should fall back on standard arrays.
+</diff>
      <filename>TODO</filename>
    </modified>
    <modified>
      <diff>@@ -97,7 +97,7 @@ MUSICBRAINZ_PORT = config.getint_default(&quot;MusicBrainz&quot;,&quot;port&quot;,80)
 THUMBNAIL_FORMAT = config.get_default(&quot;Thumbnail&quot;,&quot;format&quot;,&quot;jpeg&quot;)
 THUMBNAIL_SIZE = config.getint_default(&quot;Thumbnail&quot;,&quot;size&quot;,150)
 
-VERSION = &quot;2.13beta1&quot;
+VERSION = &quot;2.13&quot;
 
 FILENAME_FORMAT = config.get_default(
     &quot;Filenames&quot;,&quot;format&quot;,</diff>
      <filename>audiotools/__init__.py</filename>
    </modified>
    <modified>
      <diff>@@ -91,7 +91,7 @@ extensions = [cdiomodule,
 #     pass #pkg-config not available
 
 setup (name = 'Python Audio Tools',
-       version = '2.13beta1',
+       version = '2.13',
        description = 'A collection of audio handling utilities',
        author = 'Brian Langenberger',
        author_email = 'tuffy@users.sourceforge.net',</diff>
      <filename>setup.py</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>4fbcb9c063f7c6928bc32c51c474d7688bb80a6e</id>
    </parent>
  </parents>
  <author>
    <name>Brian Langenberger</name>
    <email>bjl@usa.net</email>
  </author>
  <url>http://github.com/tuffy/python-audio-tools/commit/7b1810c0c4468282a450e83674062ab90b0e8f6b</url>
  <id>7b1810c0c4468282a450e83674062ab90b0e8f6b</id>
  <committed-date>2009-10-06T16:07:31-07:00</committed-date>
  <authored-date>2009-10-06T16:07:31-07:00</authored-date>
  <message>Finalize version 2.13</message>
  <tree>27fb041e6ccdc2f8358edec1d1dad68cc9d015f4</tree>
  <committer>
    <name>Brian Langenberger</name>
    <email>bjl@usa.net</email>
  </committer>
</commit>
