Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (5h)  pkgsrc-2024Q1 (9d)  pkgsrc-2023Q4 (56d)  pkgsrc-2023Q2 (88d)  pkgsrc-2023Q3 (168d) 

2024-05-27 02:08:19 UTC Now

2018-11-20 05:39:28 UTC MAIN commitmail json YAML

py-h5py: update to 2.8.0

Features
- allow registration of new drivers
- add option to track object creation order

Bug fixes
- allow slices with stop < start as empty
- improve building with custom hdf5 installation
- ensure libver defaults to LIBVER_EARLIEST
- improve handling of float types
- support non-ascii external paths on py2
- avoid crashing IPython auto-completer

API changes
- deprecate ``h5t.available_ftypes``.  This is no longer
  used internally and will be removed in the future.  There is
  no replacement public API.
- Do not sort fields in compound types.  This is account for changes
  in numpy 1.14.
- Minimum version of cython is now 0.23

(markd)