Skip to content

3.3.0

Compare
Choose a tag to compare
@jezdez jezdez released this 12 Mar 01:09
e3cfcd3

Enhancements:

  • Initialize mamba (if it exists), too. (#462)
  • Add support for Python 3.9 and 3.10. (#479)
  • Add an example that uses shortcuts. (#481)
  • Expose the installer metadata to pre/post install scripts as environment variables INSTALLER_NAME, INSTALLER_VER and INSTALLER_PLAT. (#491)

Bug fixes:

  • Fixes for transmuting packages and generating repodata. (#489)
  • Include cache metadata on the first line of the repodata cache. (#490)
  • Fix constructor.conda_interface to handle alpha, beta, rc versions. (#496)

Deprecations:

  • Drop support for Python 2.7 and 3.6. (#479)

Other:

  • CI: Run examples outside conda build to upload installers as artifacts for local testing (#498)
  • Added project board, issue staleness, thread locking and label automation using GitHub action workflows to improve maintenance of GitHub project. More information can be found in the infra repo: https://github.com/conda/infra

New Contributors:

Full Changelog: 3.2.2...3.3.0