We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a00382 commit dcd60feCopy full SHA for dcd60fe
CHANGELOG.md
@@ -7,9 +7,14 @@ since version 1.3.0.
7
8
## [Unreleased]
9
10
-## Changed
+### Added
11
+- Support for Python 3.10 (issues [#530] and [#531]).
12
+
13
+### Changed
14
- Upgrade `numpy` upper pin to 1.23.
15
+- Upgrade `matplotlib` upper pin to 3.6.
16
- Upgrade development requirements for Python 3.10.
17
+- Move `doc` folder into `packages/basemap`.
18
19
## [1.3.0] - 2021-12-28
20
@@ -836,6 +841,10 @@ since version 1.3.0.
836
841
- Fix glitches in drawing of parallels and meridians.
837
842
838
843
844
+[#531]:
845
+https://github.com/matplotlib/basemap/issues/531
846
+[#530]:
847
+https://github.com/matplotlib/basemap/issues/530
839
848
[#526]:
840
849
https://github.com/matplotlib/basemap/issues/526
850
[#525]:
0 commit comments