Skip to content

Releases: conda/conda-standalone

23.7.4

25 Sep 12:45
3c29acf
Compare
Choose a tag to compare

Enhancements

  • Update the bundled conda to 23.7.4. (#44)

Contributors

23.7.3

06 Sep 14:28
bc97ca9
Compare
Choose a tag to compare

Enhancements

  • Update the bundled conda to 23.7.3. (#40)

Bug fixes

  • Update the SHA256 value of the conda tarball in the recipe. (#39)

Contributors

23.7.2

28 Aug 06:35
ab35ad8
Compare
Choose a tag to compare

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 and constructor 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

Full Changelog: https://github.com/conda/conda-standalone/commits/23.7.2