|
1 | 1 | # Changes
|
2 | 2 |
|
| 3 | +Version 2.1.1 (2019-07-01) |
| 4 | + |
| 5 | +We closed a total of 41 issues (enhancements and bug fixes) through 18 pull requests, since our last release on 2018-11-03. |
| 6 | + |
| 7 | +## Issues Closed |
| 8 | + - REL: update setup and add Lee statistics (#68) |
| 9 | + - typo caused by vim insert issue (#60) |
| 10 | + - correcting typo from (#60) (#67) |
| 11 | + - add Lee (2001) local spatial Pearson (#51) |
| 12 | + - Use README.rst instead of README.md in setup.py b/c the former is in the sdist (#66) |
| 13 | + - (BUG) esda 2.1.0 on pypi cannot be installed (#65) |
| 14 | + - DOC: style sheet update and adding Smaup to __init__ (#64) |
| 15 | + - DOC: correcting Geary documentation (#63) |
| 16 | + - 2.1.0 (#62) |
| 17 | + - (ENH) FDR-based adjustment to account for multiple testing in local statistics (#52) |
| 18 | + - [WIP] Contributing Smaup test to `esda` (#58) |
| 19 | + - G_Local: EG_sim and seG_sim are scalar (#53) |
| 20 | + - docs building failed (#55) |
| 21 | + - (bug) fix docs build (#57) |
| 22 | + - BUG: EG_Sim and seG_sim were incorrectly given as scalars. #53 (#54) |
| 23 | + - doctests are failing (#35) |
| 24 | + - doc: broken link (#43) |
| 25 | + - bug: missing bibtex file (#42) |
| 26 | + - bug: debugging rtd build (#41) |
| 27 | + - enh: updating travis build and rtd (#40) |
| 28 | + - BUG: missing rtd file (#39) |
| 29 | + - REL: 2.0.1 (#38) |
| 30 | + - Prepping for a doc release (#37) |
| 31 | + |
| 32 | +## Pull Requests |
| 33 | + - REL: update setup and add Lee statistics (#68) |
| 34 | + - correcting typo from (#60) (#67) |
| 35 | + - add Lee (2001) local spatial Pearson (#51) |
| 36 | + - Use README.rst instead of README.md in setup.py b/c the former is in the sdist (#66) |
| 37 | + - DOC: style sheet update and adding Smaup to __init__ (#64) |
| 38 | + - DOC: correcting Geary documentation (#63) |
| 39 | + - 2.1.0 (#62) |
| 40 | + - (ENH) FDR-based adjustment to account for multiple testing in local statistics (#52) |
| 41 | + - [WIP] Contributing Smaup test to `esda` (#58) |
| 42 | + - (bug) fix docs build (#57) |
| 43 | + - BUG: EG_Sim and seG_sim were incorrectly given as scalars. #53 (#54) |
| 44 | + - doc: broken link (#43) |
| 45 | + - bug: missing bibtex file (#42) |
| 46 | + - bug: debugging rtd build (#41) |
| 47 | + - enh: updating travis build and rtd (#40) |
| 48 | + - BUG: missing rtd file (#39) |
| 49 | + - REL: 2.0.1 (#38) |
| 50 | + - Prepping for a doc release (#37) |
| 51 | + |
| 52 | +The following individuals contributed to this release: |
| 53 | + |
| 54 | + - Serge Rey |
| 55 | + - James Gaboardi |
| 56 | + - Filipe Fernandes |
| 57 | + - Wei Kang |
| 58 | + - Levi John Wolf |
| 59 | + - Juan C Duque |
| 60 | + - Dani Arribas-Bel |
| 61 | +# Changes |
| 62 | + |
3 | 63 | Version 2.0.1 (2018-11-04)
|
4 | 64 |
|
5 | 65 | We closed a total of 15 issues (enhancements and bug fixes) through 7 pull requests, since our last release on 2018-08-25.
|
|
0 commit comments