Skip to main content

Conda 22.9.0 Release

ยท 2 min read
Travis Hathaway

Special announcementโ€‹

If you have been following the conda project previously, you will notice a change in our version number for this release. We have officially switched to the CalVer versioning system as agreed upon in CEP 8 (Conda Enhancement Proposal).

Please read that CEP for more information, but here is a quick synopsis. We hope that this versioning system and our release schedule will help make our releases more predictable and transparent to the community going forward. We are now committed to making at least one release every two months, but keep in mind that we can (and most likely will) be making minor version releases within this window.

Enhancementsโ€‹

  • Replace vendored toolz with toolz dependency. (#11589, #11700)
  • Update bundled Python launchers for Windows (conda/shell/cli-*.exe) to match the ones found in conda-build. (#11676)
  • Add win-arm64 as a known platform (subdir). (#11778)

Bug fixesโ€‹

  • Remove extra prefix injection related to the shell interface breaking conda run. (#11666)
  • Better support for shebang instructions in prefixes with spaces. (#11676)
  • Fix noarch entry points in Unicode-containing prefixes on Windows. (#11694)
  • Ensure that exceptions that are raised show up properly instead of resulting in a blank [y/N] prompt. (#11746)

Deprecationsโ€‹

  • Mark conda._vendor.toolz as pending deprecation. (#11704)
  • Removes vendored version of urllib3. (#11705)

Docsโ€‹

  • Added conda capitalization standards to CONTRIBUTING file. (#11712)

Otherโ€‹

  • Add arm64 support to development script . ./dev/start. (#11752)
  • Update canary-release version to resolve canary build issue. (#11761)
  • Renamed canary recipe from conda.recipe to recipe. (#11774)