Skip to content

Releases: OldGrumpyViking/hatch-conda

[0.5.2] - 14/05/2024

14 May 08:10
Compare
Choose a tag to compare

[0.5.2] - 14/05/2024

Fixed

  • dependencies_in_sync uses hatchling by import rather than cli.

v0.5.1

01 Feb 19:19
Compare
Choose a tag to compare

[0.5.1] - 01/02/2024

Fixed

  • Only use --no-capture-output for conda commands.

[0.5.0] - 15/01/2024

15 Jan 09:14
51a4578
Compare
Choose a tag to compare

[0.5.0] - 15/01/2024

Added

  • The prefix configuration option to specify file system location for the environment.

Fixed

  • Fix capturing of commands output when running commands with conda run or alike
  • Fix cov script arg covering wrong package.

[0.4.1] - 11/07/2023

11 Jul 09:33
Compare
Choose a tag to compare

Fixed

  • Default environment-file value had the wrong type.

[0.4.0] - 02/07/2023

09 Jul 08:39
b3fc650
Compare
Choose a tag to compare

Added

  • A conda environment.yml file can specified, which will be used to set up the environment. This allows installing packages from, e.g., the conda-forge index.

[0.3.2] - 09/06/2023

09 Jun 08:35
Compare
Choose a tag to compare

Fixed

  • #7 #8 Enter shell working.

[0.3.1] - 30/09/2022

30 Sep 14:01
Compare
Choose a tag to compare

Fixed

  • Fixed bug on windows where environment variables containing % failed to be passed correctly to the conda environment.

[0.3.0] - 26/09/2022

26 Sep 12:51
Compare
Choose a tag to compare

Added

  • Environment Variables are now passed on to the conda environment.