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 3313c18 commit 4824629Copy full SHA for 4824629
CHANGELOG.md
@@ -10,6 +10,12 @@ https://keepachangelog.com/en/1.0.0/
10
https://semver.org/spec/v2.0.0.html
11
12
13
+## [1.3.5]
14
+
15
+### Fixed
16
+- Fix broken array slicing inside `addcyclic` (PR [#559], solves issue
17
+ [#555], thanks to @fragkoul).
18
19
## [1.3.4] - 2022-08-10
20
21
### Changed
@@ -924,6 +930,10 @@ https://semver.org/spec/v2.0.0.html
924
930
- Fix glitches in drawing of parallels and meridians.
925
931
926
932
933
+[#559]:
934
+https://github.com/matplotlib/basemap/pull/559
935
+[#555]:
936
+https://github.com/matplotlib/basemap/issues/555
927
937
[#548]:
928
938
https://github.com/matplotlib/basemap/pull/548
929
939
[#547]:
0 commit comments