[h5py] 171/455: Changelog no longer used
Ghislain Vaillant
ghisvail-guest at moszumanska.debian.org
Thu Jul 2 18:19:29 UTC 2015
This is an automated email from the git hooks/post-receive script.
ghisvail-guest pushed a commit to annotated tag 1.3.0
in repository h5py.
commit c02ad56cfbd053c89decabb9f963d984e112fd4b
Author: andrewcollette <andrew.collette at gmail.com>
Date: Mon Dec 1 01:22:04 2008 +0000
Changelog no longer used
---
CHANGES.txt | 103 ------------------------------------------------------------
1 file changed, 103 deletions(-)
diff --git a/CHANGES.txt b/CHANGES.txt
deleted file mode 100644
index 7c8bce3..0000000
--- a/CHANGES.txt
+++ /dev/null
@@ -1,103 +0,0 @@
-Version 0.3.1
-=============
-
-General
--------
- - Update Sphinx documentation to describe Dataset options
- - Many unit test coverage improvements
- - Fix setup.py to allow relative path argument to --hdf5 option
-
-High-level
-----------
- - Rearrange order of Dataset constructor arguments to match NumPy convention
- - Extendible datasets allowed, via new "maxshape" constructor keyword
- - Automatic guessing of chunk size, based on PyTables algorithm
- - Rewrite indexing code to more closely imitate NumPy slicing behavior
- - Support indexing via boolean array
- - Support indexing via explicit list of coordinates
- - Zero-length selections are now legal for all indexing methods
- - Allow single axes more than 2**32 elements in length (up to 2**63)
- - Stopgap fix for failing File.browse() with old readline versions
-
-Low-level
----------
- - Element-wise selection now uses NumPy arrays to list coordinates, not lists
- - Eliminate 32-bit size restriction on shape tuple members
- - Add methods get_fill_value and set_fill_value to h5p.PropDCID
- - Disable broken threading tests
-
-
-Version 0.3.0
-=============
-
-General
--------
- - Now compiles on Windows; installer available
- - Sphinx-based manual started
-
-Low-level
----------
- - Threading infrastructure & non-blocking I/O patch
- - Threading unit tests
- - New module h5fd for constants needed by h5p
- - Moved get_objinfo out of GroupID into h5g, as it accepts datasets, etc.
- - Work around for 1.8.1 Windows misbehavior: statbuf.linklen always 0
- - ObjectID instances can be hashed and compared sanely
- - New global configuration object "h5py.config"
-
-High-level
-----------
- - All methods are now thread-safe
-
-
-Version 0.2.2
-=============
-
- - Fix segfault related to H5Pget_filter_by_idx
- - Fix Dataset single-value indexing
- - Fix chunk values not working for Dataset creation
- - Rearrange Dataset __init__ keywords to better match Numpy convention
- - Add unit tests for extended Dataset options
- - Catch all exceptions in highlevel __str__ methods
- - Add names property for Group, AttributeManager objects
-
-
-Version 0.2.1
-=============
-
-General
--------
- - Moved version info into h5py.h5 module
- - Stub added for 1.8 API conditional compilation
- - Rewrote unit test framework to correctly use unittest methods
- - Remove VERSION.txt, add CHANGES.txt
-
-Low-level
----------
- - Normalize keyword naming for property list arguments
- - Change h5g.GroupID Python extensions to special methods
- - Additional property list methods
- - New module h5fd for constants used by property lists
-
-High-level
-----------
- - Fix Dataset __setitem__ goof (thanks D. Brooks)
- - Fix issues with singlet dimensions
- - Fix broken hardlinking in Group __setitem__
- - Fix off-by-one bug in extended slicing
- - Add context manager methods to File object (for "with" statement)
- - Replace File "noclobber" keyword with new mode "w-"
- - Change default File mode to "a"
- - Missing self argument to Datatype constructor
- - Add unit tests for highlevel module
-
-
-Version 0.2.0
-=============
-
-- Switch to object-based identifiers
-- Officially support compilation with HDF5 1.8.X
-- Redesign high-level component
-- Add more Numpy-like slicing behavior
-
-
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/h5py.git
More information about the debian-science-commits
mailing list