Skip to content

0.4.0

Latest
Compare
Choose a tag to compare
@kenodegard kenodegard released this 30 Jan 16:09
· 17 commits to main since this release
732c9b2

Enhancements

  • Add --compact-json/--no-compact-json option, default to compact. (#120)
  • Add an index subcommand using conda's new subcommand plugin hook, allowing conda index instead of python -m conda_index. Note the CLI has changed compared to old conda-index. When conda-build < 24.1.0 is installed, the older conda-index code will still be used instead of this plugin. (#81 via #131)

Bug fixes

  • Check size in addition to mtime when deciding which packages to index. (#108)
  • Update cached index.json, not just stat values, for changed packages that are already indexed. (#108)

Other

  • Improve test coverage. (#123)
  • Apply ruff --fix; reformat code; syntax cleanup. (#128)

Full Changelog: 0.3.0...0.4.0