Skip to content

Commit

Permalink
Require fanc 0.9.9, bump patch
Browse files Browse the repository at this point in the history
  • Loading branch information
nickmachnik committed Nov 30, 2020
1 parent ed8b6a4 commit 53dcdee
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion changelog.md
Expand Up @@ -4,9 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

### Unreleased
## [0.3.6]

### Fixed
- All NaN results in `chess sim` runs on cooler files, fixed through fanc 0.9.9.
- Cooler file loading time via fanc, significant speed up in fanc 0.9.8

### Changed
Expand Down
2 changes: 1 addition & 1 deletion chess/version.py
@@ -1 +1 @@
__version__ = '0.3.5'
__version__ = '0.3.6'
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -41,7 +41,7 @@ def read_file(filename):
install_requires=[
'cython',
'numpy>=1.8.0',
'fanc>=0.9.8',
'fanc>=0.9.9',
'scikit-image',
'future',
'pathos',
Expand Down

0 comments on commit 53dcdee

Please sign in to comment.