0.4.3
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.fdrnow checks that the inputted array is within the range 0-1- fix
int64out-of-bounds test errors on Windows
Enchancements
Brain_Dataclasses now supportPathobjects in addition to string path namesSimulatorclasses now accept arandom_seedfor 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