Skip to content

0.5.0

Latest
Compare
Choose a tag to compare
@dholth dholth released this 07 Jun 18:51
· 18 commits to main since this release
f6f80d9

What's Changed

Enhancements

  • Add experimental python -m conda_index.json2jlap script to run after
    indexing, to create repodata.jlap patch sets for incremental repodata
    downloads. (#125)
  • Add --current-repodata/--no-current-repodata flags to control whether
    current_repodata.json is generated. (#139)
  • Add support for CEP-15 base_url to host packages separate from repodata.
    (#150)
  • Support fsspec (in the API only) to index any fsspec-supported remote
    filesystem. Also enables the input packages folder to be separate from the
    cache and output folders. (#143)

Bug fixes

  • Move run_exports.json query into cache, instead of directly using SQL in
    ChannelIndex. (#163)
  • Create parents when creating <subdir>/.cache (#166)

Other

  • Approach 100% code coverage in test suite; reformat with ruff. (#145)
  • Update CI configuration to test on more platforms (#142)
  • Drop support for Python 3.7; support Python 3.8+ only. (#130)

Contributors

Full Changelog: 0.4.0...0.5.0