Skip to content

0.4.3

Compare
Choose a tag to compare
@ejolly ejolly released this 25 Mar 04:08
· 79 commits to master since this release
def76a0

This releases drops Python 3.6 Support!

This is primarily a maintenance release that move ours testing, documentation, and deployment infrastructure to github actions and github-pages from travis CI and readthedocs. Our entire code base is now formatted using black and will enforce checks for all new commits and PRs. Documentation and PyPi uploading have also been configured to deploy on new releases (starting from this one).

Our documentation site has now moved to: https://nltools.org.

Bug Fixes

  • stats.fdr now checks that the inputted array is within the range 0-1
  • fix int64 out-of-bounds test errors on Windows

Enchancements

  • Brain_Data classes now support Path objects in addition to string path names
  • Simulator classes now accept a random_seed for reproducibility

Deprecations

  • Python 3.6 is no longer officially supported. Python 3.7, 3.8 are the current supported versions. Once our dependencies support 3.9 we will too.
  • remove all traces of Python 2 and six