summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-h5py_3.9.0.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-h5py: upgrade 3.9.0 -> 3.10.0Wang Mingyu2023-10-301-39/+0
| | | | | | | | | | Changelog: https://docs.h5py.org/en/stable/whatsnew/3.10.html#bug-fixes Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 867fb4c7d0bdf0b895b9cbe0d9a100f7b8e3a9f9) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python3-h5py: upgrade 3.8.0 -> 3.9.0Wang Mingyu2023-06-271-0/+39
Changelog: ========== New features ------------ - New out argument to read_direct_chunk() to allow passing the output buffer - The objects from Dataset.asstr() and Dataset.astype() now implement the __array__() method (PR 2269). This speeds up access for functions that support it, such as np.asarray(). - Validate key types when creating groups and attributes, giving better error messages when invalid types are used (PR 2266). Bug fixes ---------- - Group.__contains__ and Group.get now use the default link access property list systematically (PR 2244). - Removed various calls to the deprecated numpy.product function - Fix the IPython tab-completion integration in IPython 8.12 - Replacing attributes with AttributeManager.create() now deletes the old attributes before creating the new one, rather than using a temporary name and renaming the new attribute (PR 2274). Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>