Thanks to visit codestin.com Credit goes to github.com
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 2dbc76e commit bf27e41Copy full SHA for bf27e41
CHANGELOG.md
@@ -12,6 +12,9 @@ https://semver.org/spec/v2.0.0.html
12
13
## [1.3.6]
14
15
+### Added
16
+- Support for Python 3.11 (PR [#563], solves issue [#561]).
17
+
18
### Changed
19
- Upgrade `matplotlib` upper pin to 3.7.
20
- Upgrade `pyproj` upper pin to 3.5.
@@ -940,6 +943,10 @@ https://semver.org/spec/v2.0.0.html
940
943
- Fix glitches in drawing of parallels and meridians.
941
944
942
945
946
+[#563]:
947
+https://github.com/matplotlib/basemap/pull/563
948
+[#561]:
949
+https://github.com/matplotlib/basemap/issues/561
950
[#560]:
951
https://github.com/matplotlib/basemap/pull/560
952
[#559]:
0 commit comments