|
1 | 1 | # Changes |
2 | 2 |
|
| 3 | +# Version 1.1.4 (2021-07-27) |
| 4 | + |
| 5 | +We closed a total of 39 issues (enhancements and bug fixes) through 12 pull requests, since our last release on 2020-03-23. |
| 6 | + |
| 7 | +## Issues Closed |
| 8 | + - Streamline & upgrade CI (#135) |
| 9 | + - update conf.py (#134) |
| 10 | + - Migrating testing & coverage services (#124) |
| 11 | + - [MAINT] rename 'master' to 'main' (#121) |
| 12 | + - ipywidgets dependency (#130) |
| 13 | + - REF: make ipywidgets optional dependency (#132) |
| 14 | + - [WIP] update testing procedure with new datasets (#133) |
| 15 | + - MatplotlibDeprecationWarning from ax.spines[label].set_smart_bounds() (#115) |
| 16 | + - [DOC] include libpysal.example api changes & reinstall splot for testing (#128) |
| 17 | + - [MAINT] remove `.set_smart_bounds()` (#125) |
| 18 | + - Gha testing (#126) |
| 19 | + - GitHub Actions for continuous integration (#111) |
| 20 | + - [MAINT] change in`pandas.isin()` affecting `plot_local_autocorrelation` (#123) |
| 21 | + - [BUG] enforce dtype in `mask` in `plot_local_autocorrelation()` (#122) |
| 22 | + - [MAINT] AttributeError: 'NoneType' object has no attribute 'startswith' in all Moran plots (#117) |
| 23 | + - [BUG] 'color' and 'c' in `test_viz_giddy_mpl.test_dynamic_lisa_vectors` (#116) |
| 24 | + - [MAINT] update links to Guerry dataset in `_test_data()` (#119) |
| 25 | + - [BUG] Build failing due to change in Seaborn (#110) |
| 26 | + - [BUG] pin seaborn to v0.10.0 for testing new functionality (#114) |
| 27 | + - Topological colouring (#94) |
| 28 | + - vba_choropleth --> ValueError: Invalid RGBA argument: (#100) |
| 29 | + - Pyviz affiliation (#75) |
| 30 | + - BUG: Bokeh needed for testing (#107) |
| 31 | + - [JOSS] add Joss badge to README.md (#106) |
| 32 | + - [JOSS] doi reference correction (#105) |
| 33 | + - Fixing BibTeX entry pages. (#104) |
| 34 | + - Release1.1.3 (#103) |
| 35 | + |
| 36 | +## Pull Requests |
| 37 | + - Streamline & upgrade CI (#135) |
| 38 | + - REF: make ipywidgets optional dependency (#132) |
| 39 | + - [DOC] include libpysal.example api changes & reinstall splot for testing (#128) |
| 40 | + - [MAINT] remove `.set_smart_bounds()` (#125) |
| 41 | + - Gha testing (#126) |
| 42 | + - [BUG] enforce dtype in `mask` in `plot_local_autocorrelation()` (#122) |
| 43 | + - [MAINT] update links to Guerry dataset in `_test_data()` (#119) |
| 44 | + - BUG: Bokeh needed for testing (#107) |
| 45 | + - [JOSS] add Joss badge to README.md (#106) |
| 46 | + - [JOSS] doi reference correction (#105) |
| 47 | + - Fixing BibTeX entry pages. (#104) |
| 48 | + - Release1.1.3 (#103) |
| 49 | + |
| 50 | +The following individuals contributed to this release: |
| 51 | + |
| 52 | + - Stefanie Lumnitz |
| 53 | + - James Gaboardi |
| 54 | + - Martin Fleischmann |
| 55 | + - Dani Arribas-Bel |
| 56 | + - Serge Rey |
| 57 | + - Arfon Smith |
| 58 | + |
| 59 | + |
3 | 60 | # Version 1.1.3 (2020-03-18) |
4 | 61 |
|
5 | 62 | We closed a total of 15 issues (enhancements and bug fixes) through 6 pull requests, since our last release on 2020-01-18. |
|
0 commit comments