Skip to content

Releases: conda-incubator/conda-mirror

conda-mirror 0.10.0

03 Mar 08:01
24b65f4
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.9.0...0.10.0

conda-mirror 0.9.0

13 Jan 08:27
bf6dd9c
Compare
Choose a tag to compare

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

0.8.2

27 Feb 17:58
Compare
Choose a tag to compare

Implemented enhancements:

  • New conda-diff-tar command, a tools which allows creating
    differential tarballs of a (usually mirrored) conda repository.

Contributors:

  • Ilan Schnell
  • Anthony Scopatz
  • John Kirkham
  • Uwe L. Korn

0.8.1

22 Oct 18:39
Compare
Choose a tag to compare

Contributors:

  • Anthony Scopatz