Skip to content

Commit d85cff4

Browse files
committed
Update CHANGELOG with Cython compatibility fixes
1 parent 7328d5a commit d85cff4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ https://semver.org/spec/v2.0.0.html
5959
precompiled Windows wheels (PR [#565]).
6060
- Fix `_geoslib.pyx` compilation with Cython 3.0+ using the compiler
6161
directive "legacy_implicit_noexcept" (PR [#593] by @musicinmybrain).
62+
- Fix `_geoslib.pyx` syntax to comply with newer compilers such as
63+
Clang 16 and GCC 14 (PR [#595] by @fweimer-rh).
6264

6365
### Removed
6466
- Attribute `__version__` in `mpl_toolkits.basemap.proj` module.
@@ -1058,6 +1060,8 @@ https://semver.org/spec/v2.0.0.html
10581060
- Fix glitches in drawing of parallels and meridians.
10591061

10601062

1063+
[#595]:
1064+
https://github.com/matplotlib/basemap/pull/595
10611065
[#593]:
10621066
https://github.com/matplotlib/basemap/pull/593
10631067
[#592]:

0 commit comments

Comments
 (0)