Releases: pysal/spglm
v1.1.0rc2
Full Changelog: v1.1.0rc1...v1.1.0rc2
v1.1.0rc1
What's Changed
Other Changes
- Remove np.float due to deprecation error by @Ziqi-Li in #32
- initial SPGLM modernization by @jGaboardi in #36
- Format repo with
black
by @jGaboardi in #39 - Lint with
ruff
by @jGaboardi in #40 - Modernize infrastructure by @jGaboardi in #45
New Contributors
Full Changelog: v1.0.8...v1.1.0rc1
v1.1.0
What's Changed
Other Changes
- Remove np.float due to deprecation error by @Ziqi-Li in #32
- initial SPGLM modernization by @jGaboardi in #36
- Format repo with
black
by @jGaboardi in #39 - Lint with
ruff
by @jGaboardi in #40 - Modernize infrastructure by @jGaboardi in #45
New Contributors
Full Changelog: v1.0.8...v1.1.0
spglm-1.0.8
Changes
Version 1.0.8 (2020-9-8)
We closed a total of 11 issues (enhancements and bug fixes) through 5 pull requests, since our last release on 2019-7-18.
Issues Closed
- version bump (#29)
- fix check_constant returns (#28)
- logistic GLM? (#27)
- addressing pysal/pysal#1145 (#26)
- update changeling (#25)
- version bump (#24)
Pull Requests
- version bump (#29)
- fix check_constant returns (#28)
- addressing pysal/pysal#1145 (#26)
- update changeling (#25)
- version bump (#24)
The following individuals contributed to this release:
- Taylor Oshan
- Ziqi Li
- Wei Kang
- James Gaboardi
spglm-1.0.7
Changes
Version 1.0.7 (2018-7-18)
We closed a total of 13 issues (enhancements and bug fixes) through 6 pull requests, since our last release on 2018-11-1.
Issues Closed
- version bump (#24)
- (docs) change to readthedocs v2 (#22)
- debug travis testing (#23)
- transition to python 3.6 and 3.7 (#21)
- use solve instead of inverse (#20)
- add channgelog (#18)
- include tests in release (#9)
Pull Requests
- version bump (#24)
- (docs) change to readthedocs v2 (#22)
- debug travis testing (#23)
- transition to python 3.6 and 3.7 (#21)
- use solve instead of inverse (#20)
- add channgelog (#18)
The following individuals contributed to this release:
- Tayloroshan
- Wei Kang
- Taylor Oshan
spglm 1.0.6
This release features the first stable version of spglm during the process of pysal refactoring and is the first tagged release of spglm on Github.
Starting from this release, spglm supports python 3.5 and 3.6 only.
We closed a total of 12 issues (enhancements and bug fixes) through 4 pull requests, since our last release on 2018-08-26.
Issues Closed
- include tests in release (#9)
- fix docstrings (as well as some within interactive examples) (#14)
- Fix docs (#17)
- Submodule (#16)
- submodule_contract (#13)
- Inconsistent metadata in setup.py (#10)
- adapting spglm to new libpysal (#12)
- move to using libpysal.io.open rather than just libpysal.open (#11)
Pull Requests
- fix docstrings (as well as some within interactive examples) (#14)
- Fix docs (#17)
- Submodule (#16)
- adapting spglm to new libpysal (#12)
The following individuals contributed to this release:
- Wei Kang
- Taylor Oshan