v0.1.1
smith120bh
released this
22 May 00:57
·
360 commits
to master
since this release
This release is primarily a set of efficiency improvement - both some inherent code improvements to remove some redundant matrix operations, and by implementing Cython in the most computation-heavy analysis functions!
What's Changed
- Bump pylint from 2.17.3 to 2.17.4 by @dependabot in #37
- Bump mypy from 1.2.0 to 1.3.0 by @dependabot in #38
- Miscellaneous efficiency improvements in analysis.py by @smith120bh in #39
- Cythonize analysis.py -> analysis_c.pyx by @smith120bh in #40
Full Changelog: v0.1.0+cufsm501...v0.1.1+cufsm504