Skip to content

Commit

Permalink
Version 0.7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
aschampion committed Oct 26, 2020
1 parent 29b9a06 commit 95324b7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).


## [0.7.6] - 2020-10-26
### Added
- `N5NdarrayReader::read_ndarray_into(_with_buffer)?` allow reading into
existing ndarrays and with existing block buffers for fewer allocations.

### Changed
- `N5NdarrayWriter::write_ndarray` performs fewer per-block allocations.

### Fixed
- Fixed a performance regression around path canonicalization in `N5Filesystem`.

## [0.7.5] - 2020-10-21
### Fixed
- `N5Filesystem` incorrectly handled absolute data paths for many operations.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "n5"
version = "0.7.5"
version = "0.7.6"
edition = "2018"
license = "MIT/Apache-2.0"
authors = ["Andrew Champion <[email protected]>"]
Expand Down

0 comments on commit 95324b7

Please sign in to comment.