Skip to content

Latest commit

 

History

History
291 lines (179 loc) · 7.82 KB

CHANGELOG.md

File metadata and controls

291 lines (179 loc) · 7.82 KB

CHANGELOG

v2.1.1 (2021-03-31)

Features

  • #163 leaves the patched setup-miniconda-patched-{environment.yml} in-place if clean-patched-environment-file: false is given (otherwise cleans up after itself)
  • #163 adds action outputs environment-file, environment-file-content and environment-file-was-patched

Fixes

  • #161 restores proper ordering of channels when environment-file is patched
  • #163 if necessary, writes setup-miniconda-patched-environment.yml to the same location to work with relative paths, e.g. pip: ["-r requirements.txt"]

v2.1.0 (2021-03-29)

Features

  • #130 installs all extra tools (e.g. conda-build) in a single solve
  • #133, #138, and #140 add first-class support for Miniforge (and Mambaforge)
  • #137 allows activate-environment to be a path-like prefix

Documentation

  • #115 adds extra information on default environment activation.

Fixes

  • #120 allows channels to be null
  • #148 allows use of 32-bit installers on Linux

Development

v2.0.1 (2020-11-29)

Fixes

  • #97 fixes installer-url on Windows.
  • #94, #95 catches ignored errors when an environment file contains invalid section names #93.
  • #100 fixes mamba not being available on Windows if using a bash shell #59.

v2.0.0 (2020-11-08)

Fixes

  • #79 fixes GitHub deprecation warnings #78.

Features

  • #61, #74 adds support for explicit environment specifications.

v1.7.0 (2020-08-19)

Fixes

  • #64 fixes a bug on post section with removing conda files.

Features

  • #52 adds x32 support for some machines.
  • #53 allows environment files to omit the name field.

v1.6.0 (2020-07-11)

Features

  • #47 adds support for installing and using mamba instead of conda.

v1.5.0 (2020-05-28)

Fixes

  • #46 fixes conflicting channels on environment.yml files and the action input channels.

Features

  • #43 adds support for custom installers, e.g. miniforge

v1.4.1 (2020-05-22)

Fixes

  • fixes a small regression on windows systems.

v1.4.0 (2020-05-22)

Features

  • #41 adds a post step to remove any uncompressed packages found in the packages dir, so the cache can also save packages that were installed in different steps from the action step.

v1.3.1 (2020-05-17)

Fixes

  • #47 fixes regression in systems where the cache folder has not been created.

v1.3.0 (2020-05-14)

Features

  • #35 adds the possibility of using the cache action to cache downloaded conda packages and (hopefully) reduce build times.

v1.2.0 (2020-05-11)

Features

  • #33 adds additional configuration options to the action input, including:
- allow-softlinks
- channel-priority
- show-channel-urls
- use-only-tar-bz2

v1.1.4 (2020-05-06)

Fixes

  • fixes regression on shell environment variable checking.

v1.1.3 (2020-05-06)

Fixes

  • #28 fixes some small issues.

Features

  • #22 adds new URL for downloading packages.

v1.1.2 (2020-04-11)

Fixes

  • fixes regression with file permissions.

v1.1.1 (2020-04-11)

Fixes

  • fixes some channel issues.

v1.1.0 (2020-04-11)

Fixes

  • #11 fix pipefail issues.

Features

  • #17 add channels support.

v1.0.2 (2019-12-23)

Fixes

  • #6 fixes windows environment activation

v1.0.1 (2019-12-19)

Features

  • first official release!