This release moves GEOSpyD to use miniforge and will try to never install anything from Anaconda's defaults
channel. If it detects a defaults
package, an error will throw on install.
Also, other changes and new packages detailed below.
From CHANGELOG.md
Changed
- Migrated to use Miniforge instead of Miniconda
- "Update" to Miniforge version to 24.7.1-0
- Note: Miniforge is often behind Miniconda in version numbers, so this is not a downgrade, but rather
the latest version of Miniforge
- Note: Miniforge is often behind Miniconda in version numbers, so this is not a downgrade, but rather
- Make a symlink of
f2py
tof2py3
to fix an issue with the wrongf2py
being found sometimes on discover - Update both
.condarc
and.mambarc
to use theconda-forge
channel as the default channel - Add a test at the end to ensure no
defaults
channel packages are installed - Add
-ffnet-hack
for a hack to installffnet
on bucy (nothing else seems to need it)- This flag uses a fork of ffnet with hardcoded references to gfortran
Added
- Explicit Mamba Packages
- uxarray
- Explicit Pip Packages
- basemap
- redis (moved from Mamba to Pip)
- Flask
- Added basemap example
Removed
- Removed
--conda
option - Explicit Mamba Packages
- redis (moved from Mamba to Pip)
- redis-py (seems not to exist in the conda-forge channel or in PyPI)
- sphinxcontrib (seems not to exist in the conda-forge channel or in PyPI)
- get_terminal_size (built-in to Python 3.3+ in the
shutil
module)
What's Changed
- Add f2py3 symlink by @mathomp4 in #19
- Add basemap as pip package by @mathomp4 in #20
- Update to Miniconda 24.5.0 and add uxarray by @mathomp4 in #21
- Migrate to Miniforge by @mathomp4 in #22
- Add flask by @mathomp4 in #23
Full Changelog: 24.4.0...24.7.0