-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request h5py#1444 from takluyver/select-mshape
Attempt to fix performance problems reading/writing with integer indexing
- Loading branch information
Showing
5 changed files
with
148 additions
and
56 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
New features | ||
------------ | ||
|
||
* <news item> | ||
|
||
Deprecations | ||
------------ | ||
|
||
* <news item> | ||
|
||
Exposing HDF5 functions | ||
----------------------- | ||
|
||
* <news item> | ||
|
||
Bug fixes | ||
--------- | ||
|
||
* Fix pathologically slow reading/writing in certain conditions with integer | ||
indexing (:issue:`492`). | ||
|
||
Building h5py | ||
------------- | ||
|
||
* <news item> | ||
|
||
Development | ||
----------- | ||
|
||
* <news item> |