Skip to content

Releases: conda-incubator/conda-project

0.4.2

03 Jun 21:43
f0bec15
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.4.1...0.4.2

0.4.1

04 May 16:08
e2a3392
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.4.0...0.4.1

0.4.0

04 May 01:42
096aceb
Compare
Choose a tag to compare

What's Changed

Maintenance

New Contributors

Full Changelog: 0.3.2...0.4.0

0.3.2

09 Feb 19:50
c494a31
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.3.1...0.3.2

0.3.1

08 Feb 20:07
748ff27
Compare
Choose a tag to compare

What's Changed

  • support pydantic 2 by @AlbertDeFusco in #146
    • you can now install conda-project alongside either Pydantic 1 or 2

Full Changelog: 0.3.0...0.3.1

0.3.0

30 Jan 18:25
80139b8
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.2.1...0.3.0

0.2.1

02 Aug 14:34
fbedab0
Compare
Choose a tag to compare

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

24 Apr 20:32
fd46c32
Compare
Choose a tag to compare

Two new experimental features

  • Run defined or ad-hoc commands using an external environment either by name or full path
  • Download and extract a project archive for lock, check, install, activate, and run

0.1.1

06 Apr 01:03
6ebe98e
Compare
Choose a tag to compare

Update packaging

0.1.0

31 Mar 22:46
0781d5d
Compare
Choose a tag to compare

Initial release

  • 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