Recent Releases of linsolve
linsolve - v1.1.5
What's Changed
- Bump conda-incubator/setup-miniconda from 2.2.0 to 3.0.1 by @dependabot in https://github.com/HERA-Team/linsolve/pull/50
- Bump crazy-max/ghaction-github-labeler from 4.1.0 to 5.0.0 by @dependabot in https://github.com/HERA-Team/linsolve/pull/49
- Bump actions/checkout from 3 to 4 by @dependabot in https://github.com/HERA-Team/linsolve/pull/48
- Updates for numpy 2 by @steven-murray in https://github.com/HERA-Team/linsolve/pull/53
Full Changelog: https://github.com/HERA-Team/linsolve/compare/v1.1.4...v1.1.5
- Python
Published by steven-murray about 2 years ago
linsolve - v1.1.1
What's Changed
- Force newest numpy by @jsdillon in https://github.com/HERA-Team/linsolve/pull/39
- fix: error in setting d.shape when d is zero by @steven-murray in https://github.com/HERA-Team/linsolve/pull/42
- maint: use setuptools_scm like the rest of the hera stack by @steven-murray in https://github.com/HERA-Team/linsolve/pull/40
Full Changelog: https://github.com/HERA-Team/linsolve/compare/v1.0.0...v1.0.1
- Python
Published by steven-murray about 3 years ago
linsolve - 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 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
- Python
Published by AaronParsons about 4 years ago