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
basemapinstallation by default- This is now possible as
basemaphas been updated to supportnumpyv2
- This is now possible as
- Rename
always_circular_stereo.pytocartopy_example.py - Enable TensorFlow installation for Python 3.13
- This is now possible as TensorFlow has been updated to support Python 3.13
- Moved
rasterioto be a Conda package instead of Pip- This is because
contextily(a Conda package) depends onrasterioand it is better to have both installed via the same package manager
- This is because
Added
- Explicit Conda Packages
- contextily
- Explicit Pip Packages
- nco
- cdo
- ecmwf-opendata
- Add new pytorch test
Removed
- Removed
sqlitefix as it doesn't seem needed anymore foripython
What's Changed
- Add cdo and nco by @mathomp4 in #34
- Re-enable basemap, update default version by @mathomp4 in #35
- Add contextily, allow 3.13 Tensorflow by @mathomp4 in #38
- Update changelog for release by @mathomp4 in #39
Full Changelog: 24.11.3...25.3.1