Releases: conda-incubator/conda-mirror
Releases · conda-incubator/conda-mirror
conda-mirror 0.10.0
What's Changed
- Fixes for issues #27, #31, #44, #47 by @xhochy in #64
- Add timeout parameter to requests.Session.get to prevent hangs by @xhochy in #65
- Add checkpointing and a "max packages to download" flag to CLI by @ericdill in #58
- Add pre-commit hooks by @xhochy in #66
Full Changelog: 0.9.0...0.10.0
conda-mirror 0.9.0
0.9.0 (2023-01-13)
Implemented enhancements:
- Address the lack of support of
.conda
packages
#10 - CI: Convert Travis to GitHub workflow
- Support ability to include dependencies of whitelist
#42 - Added ability to include dependencies of required packages ('--include-depends`)
#22 - Support use of conda package version specifiers
#37 - Added tqdm based progress bars.
#29 - Improve download speed, especially for smaller packages.
#28 - Add optional targets for reference.json and update.tar to conda-diff-tar
#19 - Switch to using yaml.safe_load to avoid Deprecation warnings.
Contributors:
- Christopher Barber
- Faustin Carter
- Alessandro Silenzi
- Simon Li
- Uwe L. Korn