Skip to content

25.3.1

Latest

Choose a tag to compare

@mathomp4 mathomp4 released this 02 Oct 14:56
39545ce

This update has many new features and packages.

First, we re-enable Basemap as it now supports numpy v2. We also enable TensorFlow for Python 3.13 as support was added.

We also add new packages:

  • Explicit Conda Packages
    • contextily
  • Explicit Pip Packages
    • nco
    • cdo
    • ecmwf-opendata

From CHANGELOG.md

Changed

  • Update example Miniforge version to 25.3.1-0
  • Update example Python version to 3.13
  • Re-enable basemap installation by default
    • This is now possible as basemap has been updated to support numpy v2
  • Rename always_circular_stereo.py to cartopy_example.py
  • Enable TensorFlow installation for Python 3.13
    • This is now possible as TensorFlow has been updated to support Python 3.13
  • Moved rasterio to be a Conda package instead of Pip
    • This is because contextily (a Conda package) depends on rasterio and it is better to have both installed via the same package manager

Added

  • Explicit Conda Packages
    • contextily
  • Explicit Pip Packages
    • nco
    • cdo
    • ecmwf-opendata
  • Add new pytorch test

Removed

  • Removed sqlite fix as it doesn't seem needed anymore for ipython

What's Changed

Full Changelog: 24.11.3...25.3.1