Skip to content

Releases: conda-incubator/conda-env-builder

0.0.5

Choose a tag to compare

@nh13 nh13 released this 06 Mar 23:09
9dbcc4a

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

Choose a tag to compare

@nh13 nh13 released this 02 Mar 02:09
c2e2345

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

Choose a tag to compare

@nh13 nh13 released this 01 Mar 21:43
68660e3

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

Choose a tag to compare

@nh13 nh13 released this 05 Jul 23:34

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)

0.0.1

Choose a tag to compare

@nh13 nh13 released this 18 Dec 01:47
c3944f2

Initial release!