-
Notifications
You must be signed in to change notification settings - Fork 124
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #86 from TaylorOshan/master
version bump
- Loading branch information
Showing
3 changed files
with
114 additions
and
218 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,61 +1,38 @@ | ||
|
||
# Changes | ||
|
||
Version 2.1.1 (2019-07-17) | ||
Version 2.1.2 (2020-09-08) | ||
|
||
We closed a total of 43 issues (enhancements and bug fixes) through 17 pull requests, since our last release on 2018-09-27. | ||
We closed a total of 18 issues (enhancements and bug fixes) through 8 pull requests, since our last release on 2019-07-17. | ||
|
||
## Issues Closed | ||
- Large-scale data cause the server down (#66) | ||
- update req to add spreg (#67) | ||
- transition to readthedocs v2 (#64) | ||
- transition to python3.6 and 3.7 (#63) | ||
- GWR poisson: local variable 'aicc' referenced before assignment (#58) | ||
- (bug, doc) `family` parameter for Poisson GWR/MGWR (#59) | ||
- inline docs: proper citation (#62) | ||
- correct docstrings for family parameter in Sel_BW (#61) | ||
- Adding a univariate example for Poisson MGWR (#56) | ||
- Multi bw changes (#57) | ||
- (docs) reflect api (kernels) change in the docs (#55) | ||
- can set of independent variables contain zero's (bool)? (#54) | ||
- Distance matrix calculation is not vectorized for lat, lon (spherical) coordinates (#49) | ||
- Memory optimization and optional parallelization for GWR/MGWR (#52) | ||
- Memory optimization (#41) | ||
- update version in __init__.py (#48) | ||
- [WIP] add model csvs rather than pickles (#46) | ||
- add solve from scipy instead of inv (#45) | ||
- bool variables and singular matrix error (#42) | ||
- update travis.yml for matrix testing (#44) | ||
- add changelog (#43) | ||
- fix compare_surfaces docstrings (#40) | ||
- add docs for viz function compare_surfaces (#39) | ||
- add compare_surfaces docstring and bump version (#38) | ||
- add viz functions to docs (#37) | ||
- add_map_func (#36) | ||
- check_constant change (#83) | ||
- model.predict => AttributeError: 'list' object has no attribute 'shape' (#85) | ||
- Implement closed form MGWR fit function (#82) | ||
- Akaike weights based bandwidth CIs (#81) | ||
- Update .travis for proper dual tests (#74) | ||
- Binomial MGWR-attempts (#70) | ||
- Gsoc19 - updates for Poisson and Binomial MGWR (#60) | ||
- add LICENSE to the tarball (#69) | ||
- missing dependency in requirements.txt (#65) | ||
- version bump (#68) | ||
|
||
## Pull Requests | ||
- update req to add spreg (#67) | ||
- transition to readthedocs v2 (#64) | ||
- transition to python3.6 and 3.7 (#63) | ||
- inline docs: proper citation (#62) | ||
- correct docstrings for family parameter in Sel_BW (#61) | ||
- (docs) reflect api (kernels) change in the docs (#55) | ||
- Memory optimization and optional parallelization for GWR/MGWR (#52) | ||
- update version in __init__.py (#48) | ||
- [WIP] add model csvs rather than pickles (#46) | ||
- add solve from scipy instead of inv (#45) | ||
- update travis.yml for matrix testing (#44) | ||
- add changelog (#43) | ||
- fix compare_surfaces docstrings (#40) | ||
- add docs for viz function compare_surfaces (#39) | ||
- add compare_surfaces docstring and bump version (#38) | ||
- add viz functions to docs (#37) | ||
- add_map_func (#36) | ||
- check_constant change (#83) | ||
- Implement closed form MGWR fit function (#82) | ||
- Akaike weights based bandwidth CIs (#81) | ||
- Update .travis for proper dual tests (#74) | ||
- Binomial MGWR-attempts (#70) | ||
- Gsoc19 - updates for Poisson and Binomial MGWR (#60) | ||
- add LICENSE to the tarball (#69) | ||
- version bump (#68) | ||
|
||
The following individuals contributed to this release: | ||
|
||
- Tayloroshan | ||
- Taylor Oshan | ||
- Wei Kang | ||
- Ziqi Li | ||
- Levi John Wolf | ||
- James Gaboardi | ||
- Taylor Oshan | ||
- Levi John Wolf | ||
- Filipe Fernandes | ||
- Tayloroshan |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
__version__ = "2.1.1" | ||
__version__ = "2.1.2" | ||
|
||
from . import gwr | ||
from . import sel_bw | ||
|
Oops, something went wrong.