This is a long-overdue release of linsolve, which has long been Python3 compatible, but here is the release that publishes it.
What's Changed
* Consts speedup by AaronParsons in https://github.com/HERA-Team/linsolve/pull/20
* changed weights to 1/sigma^2, fixed chi^2, and clarified the documentation by jsdillon in https://github.com/HERA-Team/linsolve/pull/21
* Made all the necessary changes for python2/3 compatibility. Mostly t… by AaronParsons in https://github.com/HERA-Team/linsolve/pull/22
* Logcal bugfix by AaronParsons in https://github.com/HERA-Team/linsolve/pull/23
* Solver mode by AaronParsons in https://github.com/HERA-Team/linsolve/pull/24
* fix installation-order issues by steven-murray in https://github.com/HERA-Team/linsolve/pull/25
* lineqn bug fix when data.shape=(1,1) by nkern in https://github.com/HERA-Team/linsolve/pull/27
* Remove python 2 tests and support by jsdillon in https://github.com/HERA-Team/linsolve/pull/29
* CPU speedup by AaronParsons in https://github.com/HERA-Team/linsolve/pull/28
* Migrate from Travis to GitHub Actions by jsdillon in https://github.com/HERA-Team/linsolve/pull/34
* Update for numpy 1.20 by jsdillon in https://github.com/HERA-Team/linsolve/pull/35
* Tidied up Numpy1.20 upgrade to infer_dtype by AaronParsons in https://github.com/HERA-Team/linsolve/pull/37
New Contributors
* steven-murray made their first contribution in https://github.com/HERA-Team/linsolve/pull/25
* nkern made their first contribution in https://github.com/HERA-Team/linsolve/pull/27
**Full Changelog**: https://github.com/HERA-Team/linsolve/compare/v0.0.1...v1.0.0