Releases: conda-incubator/conda-env-builder
Releases · conda-incubator/conda-env-builder
0.0.5
What's Changed
- [feat] Assemble can use conda-lock to create the environment by @nh13 in #35
Full Changelog: 0.0.4...0.0.5
0.0.4
What's Changed
- [ci] publish on pushes to tags by @nh13 in #33
- [fix] add platforms as-is to the output of Assemble and Solve by @nh13 in #34
Full Changelog: 0.0.3...0.0.4
0.0.3
What's Changed
- Add conda info to the README by @nh13 in #25
- Move nh13 to conda incubator by @nh13 in #26
- Fix comment in build by @nh13 in #27
- [feat] improve error message in Compile by @nh13 in #29
- Update the codecov badge link in the README by @nh13 in #32
- [feat] support conda platforms by @nh13 in #31
Full Changelog: 0.0.2...0.0.3
0.0.2
Release 0.0.2 contains minor changes and bug fixes.
Minor changes:
- Support apple silicon (#23)
- Use mamba only for environment creation (#22)
- improved unit test coverage (#20)
Bug fixes:
- Allow non-default child requirements to override inherited requirements (#18)
- API docs fix for
Requirements.join
(#18)
- Default channels should be appended not prepended (#17)