Skip to content

Commit

Permalink
Hello 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
superbobry committed Feb 17, 2016
1 parent 938a74f commit 13602e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ Here you can see the full list of changes between each npy release.
Version 0.2.0
-------------

Released on February 17th, 2016

- Unified reading and writing API of 'NpzFile'.
- Added 'NpzFile.Reader#introspect' for exploring the metadata of an
NPZ file without reading whole arrays.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ repositories {
}
dependencies {
compile 'org.jetbrains.bio:npy:0.1.0'
compile 'org.jetbrains.bio:npy:0.2.0'
}
```
Expand Down

0 comments on commit 13602e0

Please sign in to comment.