v0.4.1
What's Changed
This is a minor release with a few new features, improvements, and bugfixes.
IMPORTANT: We no longer support Python 3.7 or older.
- Fix minor issue with regard to randomized_svd() by @schnell3526 in #95
- Fixing bug regarding unbound
new_order
variable by @jbiggsets in #98 - Fixing minor bug in correlation function by @jbiggsets in #111
- Add pre-commit checks and various other cleanup & fixes by @desilinguist in #112
- Remove incorrect
psi
and use correctphi_
. by @desilinguist in #113 - Update documentation and add random seed by @desilinguist in #114
New Contributors
- @schnell3526 made their first contribution in #95
Full Changelog: v0.4.0...v0.4.1