Update dependency basemap to v1.4.0 #564
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==1.3.8
->==1.4.0
Release Notes
matplotlib/basemap (basemap)
v1.4.0
Compare Source
Added
basemap
inconda-forge
channel for the majorplatforms on x64 and for MacOS on arm64 (solves issue [#286]).
[#447] and [#574]).
an improved section on the installation process, and without the
deprecation/sunsetting section (solves issues [#527] and [#568]).
encoding_errors
forBasemap.readshapefile
method(PR [#554] by @guziy, implements request [#552]).
cachedir
forBasemap.arcgisimage
method to allowcaching of ArcGIS image downloads (PR [#562] by @JoepdeJong).
Changed
requirements-owslib.txt
for optional dependencyOWSLib
.OWSLib
lower limit to 0.28.1 for Python 3.6+ due tovulnerability [CVE-2023-27476].
requirements-pillow.txt
for optional dependencypillow
:pillow
upper limit to 10.2.0.numpy
to 1.27.0.matplotlib
to 3.9.0.pyproj
to 2.2.0 for Python 2.7.packaging
as replacement fordistutils
.Cython
to 3.1.sphinx
to 7.2.furo
to 2023.9.11.netCDF4
torequirements-doc.txt
.cftime
explicitly inrequirements-doc.txt
.scipy
explicitly inrequirements-doc.txt
.flake8
to 6.2.astropy
to 3.1.pylint
to 3.1.pytest
to 7.5.coverage
to 7.4.pytest-cov
to 4.2.Fixed
matplotlib
version checks without usingdistutils
andremove old switches related to unsupported
matplotlib
versions.FutureWarning
inBasemap.arcgisimage
andBasemap.wmsimage
methods due to old initialisation EPSG string used with
pyproj.Proj
.DeprecationWarning
inBasemap.imshow
andBasemap.shiftdata
methods.
DeprecationWarning
in internal function_validated_ll
._geoslib
module in theprecompiled Windows wheels (PR [#565]).
_geoslib.pyx
compilation with Cython 3.0+ using the compilerdirective "legacy_implicit_noexcept" (PR [#593] by @musicinmybrain).
_geoslib.pyx
syntax to comply with newer compilers such asClang 16 and GCC 14 (PR [#595] by @fweimer-rh).
_geoslib.pyx
source code (i.e. basic linting,removal of commented code, version update).
matplotlib
3.8 due to the promotion ofQuadContourSet
objects intoArtist
objects, which affectedBasemap.contour
,Basemap.contourf
andBasemap.nightshade
(solves issue [#594], thanks to @qianwu2 and @rcomer).
Removed
__version__
inmpl_toolkits.basemap.proj
module.mpl_toolkits.basemap.test
, whose content is migrated to thetest suite in the
test
folder.dedent
function (either as alias ofinspect.cleandoc
or the deprecated
matplotlib.cbook.dedent
) to write multi-line errormessages.
v1.3.9
Compare Source
Fixed
GeosLibrary
wrapper to also work with CMake >= 3.27.0 andPython 2.7 on Windows by adding '/MANIFEST:NO' to override the new
default '/MANIFEST:EMBED,ID=2' provided to linker.
Proj.__call__
when the input arguments are provided asa combined single array.
lon_0
is greater than 0 deg (solves issues [#443] and [#463], thanks to
@YilongWang).
antialiased
argument being ignored inBasemap.drawcounties
andBasemap.readshapefile
(solves issue [#501], thanks to @TheFizzWare).BaseGeometry.intersection
in_geoslib
so that it also workswith
GEOS_GEOMETRYCOLLECTION
objects returned byGEOSIntersection
(solves issue [#566], where country boundaries are missing due to this
bug, thanks to @guidocioni).
ETOPO, Shaded Relief) to be shown behind the map background when the
map boundary is not initialised manually (solves issue [#577], thanks
to @YilongWang).
numpy.float
alias (solves issue [#589],thanks to @quickbrett).
ireland.py
example in FAQ, which should behires.py
instead, and fix wrong use of locals and invalid syntaxin this example (solves issue [#592], thanks to @timcoote).
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.