Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate to Miniforge #22

Merged
merged 16 commits into from
Sep 10, 2024
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@
Anaconda2/
Anaconda3/
Miniconda2/
xor*
tmp-for-ffnet/
15 changes: 13 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,29 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

- Update to Miniconda version to 24.5.0-0
- Migrated to use Miniforge instead of Miniconda
- "Update" to Miniforge version to 24.3.0-0
- Note: Miniforge is often behind Miniconda in version numbers, so this is not a downgrade, but rather
the latest version of Miniforge
- Make a symlink of `f2py` to `f2py3` to fix an issue with the wrong `f2py` being found sometimes on discover

### Added

- Explicit Conda Packages
- Explicit Mamba Packages
- uxarray
- Explicit Pip Packages
- basemap
- redis (moved from Mamba to Pip)
- 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)

### Deprecated

## [24.4.0] - 2024-05-30
Expand Down
3 changes: 3 additions & 0 deletions Miniconda3/.gitignore → Miniforge3/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
*.log
pygrads-3.0.b1/
Miniconda?-*.sh
Miniforge?-*.sh
Mambaforge?-*.sh

File renamed without changes.
Loading