Skip to content
This repository has been archived by the owner on Jan 3, 2023. It is now read-only.

Commit

Permalink
Bump version and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
apark263 committed Nov 2, 2016
1 parent 82d92ce commit 9525c5c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# ChangeLog

## v0.2.4 (2016-11-02)
* Bug fix for subset sampling of manifest files when block size is small
* In general, more robust handling of subset sampling is now done over entire manifest
* Associated unit tests
* Bug fix for format handling in sox when running in
* Prevent multiple processes from writing to same cache at the same time
* Use crc to compute cache hash based on manifest content instead of modification time
* Associated unit tests
* Add configurable unkown value for character mapping ETL pipeline
* Associated unit tests

## v0.2.3 (2016-10-18)
* Add noise_root path option for relative noise index files
* Bug fix for filterbank shaping
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def _single_compile(obj):

setup(
name='nervana-aeon',
version='0.2.3',
version='0.2.4',
packages=['aeon'],
ext_modules=[module],
)

0 comments on commit 9525c5c

Please sign in to comment.