Skip to content

Commit

Permalink
Finalizing release 0.8.
Browse files Browse the repository at this point in the history
  • Loading branch information
nlgranger committed May 5, 2018
1 parent e9359dc commit 9ca0a80
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Changelog
All notable changes to this project will be documented in this file.

## [0.8] - 2018-05-05
### Added
- added CHANGELOG
- added simple debugging functions in `seqtools.instrument`
- added new sequence manipulation functions: interleaving, unbatching,
prefetching

### Deprecated
- `eager_iter` is superseeded by `prefetch`
- `reindex` renamed to `gather` or its alias `take` to match ther libraries.

### Fixed
- Fixed edge cases with multithreaded evaluation.
- Miscellaneous small errors
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def run_tests(self):
license="MPL2",
url="https://github.com/nlgranger/SeqTools",
packages=['seqtools'],
version='0.8.dev',
version='0.8',
install_requires=[
'typing;python_version<"3.6"',
'backports.weakref;python_version<"3"',
Expand Down

0 comments on commit 9ca0a80

Please sign in to comment.