Releases: basnijholt/unidep
Releases · basnijholt/unidep
version 0.29.0
version 0.28.0
What's Changed
- Fix for different names on conda and pip by @basnijholt in #48
Full Changelog: v0.27.0...v0.28.0
version 0.27.0
What's Changed
- Rewrite introduction by @basnijholt in #46
- Add descriptions with examples to CLI and optional colors with
rich-argparse
by @basnijholt in #47
Full Changelog: v0.26.0...v0.27.0
version 0.26.0
What's Changed
- Add
install-all
command and allow installing multiple withinstall
by @basnijholt in #45
Full Changelog: v0.25.1...v0.26.0
version 0.25.1
version 0.25.0
What's Changed
- Add
platform_definitions
module with types and mappings by @basnijholt in #40 - Add
utils
module by @basnijholt in #41 - Rename and reorganize functions and modules by @basnijholt in #42
Full Changelog: v0.24.0...v0.25.0
version 0.24.0
What's Changed
- Add
check_pip_installable
option toparse_project_dependencies
by @basnijholt in #31 - Fix cases where installable dependency enters via a non-installable
requirements.yaml
file by @basnijholt in #33 - Install local dependencies with
unidep install
by @basnijholt in #34 - Check for
$CONDA_PREFIX
and make sure the right environment is used by @basnijholt in #35 - Add
--check-input-hash
for passing toconda-lock
by @basnijholt in #37 - Add pytest plugin for monorepos that integrates with Git by @basnijholt in #36
- Construct subpackage
conda-lock.yml
files without solving again by @basnijholt in #38
Full Changelog: v0.23.0...v0.24.0
version 0.23.0
What's Changed
- Allow to include other files using the
includes
key in arequirements.yaml
by @basnijholt in #26 - Implement
unidep version
by @basnijholt in #27 - Extract local
includes
dependencies graph by @basnijholt in #28 - Make some functions anonymous by @basnijholt in #29
- Make
parse_yaml_requirements
take*paths: Path
instead of alist[Path
by @basnijholt in #30
Full Changelog: v0.22.0...v0.23.0
version 0.22.0
What's Changed
- Check consistency of
conda-lock
files by @basnijholt in #25
Full Changelog: v0.21.0...v0.22.0
version 0.21.0
What's Changed
- Make it work with normal comments by @basnijholt in #24
Full Changelog: v0.20.0...v0.21.0