Skip to content

Commit abf12c6

Browse files
authored
Merge pull request #136 from slumnitz/rel1.1.4
[REL] add new version number and release notes for 1.1.4
2 parents 2af777e + 57577fa commit abf12c6

File tree

2 files changed

+58
-1
lines changed

2 files changed

+58
-1
lines changed

CHANGELOG.md

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,62 @@
11
# Changes
22

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+
360
# Version 1.1.3 (2020-03-18)
461

562
We closed a total of 15 issues (enhancements and bug fixes) through 6 pull requests, since our last release on 2020-01-18.

splot/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "1.1.3"
1+
__version__ = "1.1.4"
22
# __version__ has to be defined in the first line
33

44

0 commit comments

Comments
 (0)