Skip to content

Version 0.5.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@ceball ceball released this 08 Jul 14:53
04c75e9
  • Support conda/pip package name conversion in more places (test deps, generation of pinned environments & packages). pyctdev has already been taking advantage of matchspec rules for cheap translation between one type of pip vs conda naming difference: pip install x[y,z,...] (x minimal with optional extras y,z,...) and conda install x (x maximal, covering all optional extras). This change just makes that behavior happen in more places with conda build.

Note: while in active use on various CI systems for various projects, pyctdev remains unsuitable for use by humans - although it's reaching the stage where a cleanup of the interface could now be done.