pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/math/py-pytables



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Sep 20 17:56:36 UTC 2014

Modified Files:
        pkgsrc/math/py-pytables: Makefile distinfo
Added Files:
        pkgsrc/math/py-pytables/patches: patch-setup.py

Log Message:
Update to 3.1.1 and fix build with py-cython-0.20+.

We are happy to announce PyTables 3.1.1.

This is a bug-fix release that addresses a critical bug that make PyTables
unusable on some platforms.

What's new
==========

- Fixed a critical bug that caused an exception at import time.
  The error was triggered when a bug in long-double detection is detected
  in the HDF5 library (see :issue:`275`) and numpy_ does not expose
  `float96` or `float128`. Closes :issue:`344`.
- The internal Blosc_ library has been updated to version 1.3.5.
  This fixes a false buffer overrun condition that made c-blosc to fail,
  even if the problem was not real.

As always, a large amount of bugs have been addressed and squashed as well.


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/math/py-pytables/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/math/py-pytables/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/math/py-pytables/patches/patch-setup.py

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index