[python-hdf5storage] 62/84: Updated README.rst for the 0.1.7 release.
Ghislain Vaillant
ghisvail-guest at moszumanska.debian.org
Mon Feb 29 08:25:04 UTC 2016
This is an automated email from the git hooks/post-receive script.
ghisvail-guest pushed a commit to annotated tag 0.1.10
in repository python-hdf5storage.
commit 3dc2ac08b45afd9504a7bedf7f478b447f2cf8dc
Author: Freja Nordsiek <fnordsie at gmail.com>
Date: Fri Aug 21 17:54:50 2015 -0400
Updated README.rst for the 0.1.7 release.
---
README.rst | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/README.rst b/README.rst
index 6e696d3..e1fcefe 100644
--- a/README.rst
+++ b/README.rst
@@ -209,6 +209,18 @@ canonical empty 0.1 ``np.float64([])``
Versions
========
+0.1.7. Bugfix release with an added compatibility option and some added test code. Did the following.
+ * Fixed an issue reading variables larger than 2 GB in MATLAB
+ MAT v7.3 files when no explicit variable names to read are
+ given to ``hdf5storage.loadmat``. Fix also reduces memory
+ consumption and processing time a little bit by removing an
+ unneeded memory copy.
+ * ``Options`` now will accept any additional keyword arguments it
+ doesn't support, ignoring them, to be API compatible with future
+ package versions with added options.
+ * Added tests for reading data that has been compressed or had
+ other HDF5 filters applied.
+
0.1.6. Bugfix release fixing a bug with determining the maximum size of a Python 2.x ``int`` on a 32-bit system.
0.1.5. Bugfix release fixing the following bug.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/python-hdf5storage.git
More information about the debian-science-commits
mailing list