Skip to content

0.5.0

Latest

Choose a tag to compare

@danyeaw danyeaw released this 03 Mar 01:33
· 4 commits to main since this release
Immutable release. Only release title and notes can be modified.
ddbf5eb

Enhancements

  • Add support for injecting tests for conda pypi convert (#242)
  • Add --name-mapping option to supply a custom PyPI-to-conda name mapping file, overriding the built-in mapping (#253)
  • Add tests for extra dependency specifiers in repodata (#259)

Bug fixes

  • Fix installing wheels that use the headers data scheme (#246)
  • Fix wheel hashes stored in conda metadata being base64-encoded instead of hex, which caused errors with conda-rattler-solver (#250)
  • Fix installing wheels that include data and scripts schemes (#256)

Docs

  • Add release process at RELEASE.md (#239)
  • Add docs for conda install with a channel containing wheels (#259)

Contributors