Releases: conda/conda-standalone
Releases · conda/conda-standalone
23.7.4
23.7.3
23.7.2
conda-standalone now has an official source repository instead of having the PyInstaller logic bundled in the feedstock.
conda-standalone 23.7.2 was built with:
- conda =
23.7.2
- conda-libmamba-solver =
23.7.0
- libmambapy =
1.4.1
- constructor =
3.4.5
- Python =
3.9.15
Enhancements
- Add tests. (#4)
- Update recipe and patches to use
conda
23.7.2 andconstructor
3.4.5. (#25) - Sign macOS builds with entitlements so that they can be notarized. (#25)
- Add
conda-libmamba-solver
to the list of bundled packages. (#27) - Add a
python
subcommand so users can leverage the bundled Python interpreter. (#29) - Prevent
--extract-conda-pkgs
from greedily and inefficiently using all CPUs. (#32)
Bug fixes
- Adjust
imports.py
to include some previously missing modules. (#25)
Other
- Add README. (#8)
- Add pre-commit. (#9)
- Start a
pytest
test suite. (#25) - Refactor
entry_point.py
for better readability and maintainability. (#28) - Scan and collect all licenses from the bundled conda dependencies. (#30)
- Upload conda packages built from
main
to anaconda.org/conda-canary. (#31)
New Contributors
- @jaimergp made their first contribution in #4
- @dbast made their first contribution in #9
- @pre-commit-ci made their first contribution in #10
Full Changelog: https://github.com/conda/conda-standalone/commits/23.7.2