Releases: OldGrumpyViking/hatch-conda
Releases · OldGrumpyViking/hatch-conda
[0.5.2] - 14/05/2024
[0.5.2] - 14/05/2024
Fixed
- dependencies_in_sync uses hatchling by import rather than cli.
v0.5.1
[0.5.1] - 01/02/2024
Fixed
- Only use --no-capture-output for conda commands.
[0.5.0] - 15/01/2024
[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
Fixed
- Default
environment-file
value had the wrong type.
[0.4.0] - 02/07/2023
Added
- A conda
environment.yml
file can specified, which will be used to set up the environment. This allows installing packages from, e.g., theconda-forge
index.
[0.3.2] - 09/06/2023
[0.3.1] - 30/09/2022
Fixed
- Fixed bug on windows where environment variables containing % failed to be passed correctly to the conda environment.
[0.3.0] - 26/09/2022
Added
- Environment Variables are now passed on to the conda environment.