You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As for optional dependencies, we agreed to "maintain support for optional dependencies for at least 1 year after their initial release.". So we also need to decide if we want to drop these optional dependencies:
pygmt/clib/conversion.py: # TODO(pandas>=2.1): Remove the workaround for pandas<2.1.
pygmt/tests/test_clib_to_numpy.py: # TODO(pandas>=2.1): Remove the skipif marker for pandas<2.1.
pygmt/tests/test_clib_to_numpy.py: # TODO(pandas>=2.1): Simplify the if-else statement.
pygmt/clib/session.py: # TODO(PyGMT>=0.16.0): Remove the "*args" parameter and related codes.
pygmt/tests/test_clib_virtualfile_from_vectors.py:# TODO(PyGMT>=0.16.0): Remove this test in PyGMT v0.16.0 in which the "*args" parameter
pygmt/datasets/tile_map.py: # TODO(contextily>=1.5.0): Remove the check for the 'zoom_adjust' parameter.
pygmt/helpers/tempfile.py: # TODO(GeoPandas>=1.0): Remove the workaround for GeoPandas < 1.
pygmt/tests/test_clib_to_numpy.py: # TODO(pyarrow>=16): Remove the skipif marker for pyarrow<16.
The text was updated successfully, but these errors were encountered:
Agree. The PR at #3639 is currently failing with an AttributeError: module 'fiona' has no attribute 'path' error, which I think should be resolved with geopandas>1.0 that switched to pyogrio as the default backend engine.
Uh oh!
There was an error while loading. Please reload this page.
Following our quarterly release plan, we expect to release v0.16.0 in June 2025. As per the SPEC0 policy, we should
As for optional dependencies, we agreed to "maintain support for optional dependencies for at least 1 year after their initial release.". So we also need to decide if we want to drop these optional dependencies:
Here are the related TODO comments:
The text was updated successfully, but these errors were encountered: