Skip to content

Latest commit

 

History

History
68 lines (41 loc) · 2.61 KB

CHANGELOG.md

File metadata and controls

68 lines (41 loc) · 2.61 KB

Changelog

[0.3.2] - 2024-02-09

Fixes

  • Depend on setuptools #152

[0.3.1] - 2024-02-08

Fixes

  • Allow conda-project to be installed alongside Pydantic 2 #146

[0.3.0] - 2023-01-30

Added

  • add and remove pip or conda packages from environments #112

Fixes

  • Fix issues where environments re-lock #140

Maintenance

  • Update pre-commit #139
  • Update docs to conda-sphinx-theme #143

[0.2.1] - 2023-08-01

Fixes

  • Fix expand ~ in paths #110
  • Fix relative paths in conda-lock.<env>.yml #125
  • Fix support for newer conda-lock versions #129
  • Fix for inconsistent installed envs #135
  • Fix for error messages from conda #134
  • Fix locking platforms message #137

Maintenance

  • Add new static badge linking to documentation #116

[0.2.0] - 2023-04-24

Added

  • Experimental: run commands using an external conda environment. #106
  • Experimental: download and extract a project archive on first use. #106
  • Experimental: Anaconda Project -> Conda Project conversion script. #106

[0.1.1] - 2023-04-05

Maintenance

[0.1.0] - 2023-03-31

Added

  • Automatic dependency locking
  • Multi-environment support
  • Environment activation
  • Running commands defined in the conda-project.yml file and ad-hoc commands
  • Defined environment variables with .env support for commands and environment activation
  • Tested on Mac, Linux, and Windows