Releases: HERA-Team/linsolve
Releases · HERA-Team/linsolve
v1.1.5
What's Changed
- Bump conda-incubator/setup-miniconda from 2.2.0 to 3.0.1 by @dependabot in #50
- Bump crazy-max/ghaction-github-labeler from 4.1.0 to 5.0.0 by @dependabot in #49
- Bump actions/checkout from 3 to 4 by @dependabot in #48
- Updates for numpy 2 by @steven-murray in #53
Full Changelog: v1.1.4...v1.1.5
v1.1.4
v1.1.3
v1.1.2
What's Changed
- Infrastructure (black formatting, CI, etc.) by @steven-murray in #43
Full Changelog: v1.1.1...v1.1.2
v1.1.1
What's Changed
- Force newest numpy by @jsdillon in #39
- fix: error in setting d.shape when d is zero by @steven-murray in #42
- maint: use setuptools_scm like the rest of the hera stack by @steven-murray in #40
Full Changelog: v1.0.0...v1.0.1
Python3-compatible
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 #20
- changed weights to 1/sigma^2, fixed chi^2, and clarified the documentation by @jsdillon in #21
- Made all the necessary changes for python2/3 compatibility. Mostly t… by @AaronParsons in #22
- Logcal bugfix by @AaronParsons in #23
- Solver mode by @AaronParsons in #24
- fix installation-order issues by @steven-murray in #25
- lineqn bug fix when data.shape=(1,1) by @nkern in #27
- Remove python 2 tests and support by @jsdillon in #29
- CPU speedup by @AaronParsons in #28
- Migrate from Travis to GitHub Actions by @jsdillon in #34
- Update for numpy 1.20 by @jsdillon in #35
- Tidied up Numpy1.20 upgrade to infer_dtype by @AaronParsons in #37
New Contributors
- @steven-murray made their first contribution in #25
- @nkern made their first contribution in #27
Full Changelog: v0.0.1...v1.0.0