Skip to content

Latest commit

 

History

History
179 lines (117 loc) · 13.5 KB

CHANGELOG.md

File metadata and controls

179 lines (117 loc) · 13.5 KB

CHANGE LOG FOR ANACONDA PROJECT

We keep a changelog.

Version 0.11.1

Bug fixes

  • PR 388 implicit use of "defaults" channel. Resolves 387

Version 0.11.0

Bug fixes

Enhancements

  • PR 352 Add Linux and Mac arm platforms. Resolves Issue 336 and PR 274 Breaking change
  • PR 386 Enables ANACONDA_PROJECT_DISABLE_OVERRIDE_CHANNELS env variable to revert PR 352 if needed

Maintenance

Issues closed

  • Issue 339 Downloading a file with no content-length in its header fails
  • Issue 379 infinite loop on windows: searching for files
  • Issue 344 Anaconda-project appears to lockup if run on an empty directory.
  • Issue 336 Allow one to use --override-channels for reproducibility

Version 0.10.2

Bug fixes

  • PR 340 Fix issue with progress bar

Version 0.10.1

Enhancements

  • PR 331 Add CLI progress bars for project download and extract
  • PR 330 Add CLI progress bars for data downloads

Version 0.10.0

Issues Closed

Enhancements

  • PR 306 Build docker images with s2i
  • PR 311 Support default command alias with anaconda-project prepare --command default if no command is acutally named default
  • PR 313 Add --pack-envs to anaconda-project archive to add Conda-packed envs to the project archive
  • PR 317 Improve pip package support
  • PR 322 anaconda-project init makes an empty environment by default
  • PR 323 Changelog and maintenance

Bug fixes

  • PR 312 Do not add .projectignore if .gitignore is found

Version 0.9.1

Issues Closed

Enhancements

  • PR 299 Support for read-only environments
  • PR 307 Support .readonly file in environments
  • PR 309 Add option to replace read-only environment

Version 0.9.0

Issues Closed

Enhancements

  • PR 215 Run anaconda-project commands from a subdirectory
  • PR 244 Templating for commands
  • PR 257 list default command only
  • PR 265 'default' is an alias for the actual default command
  • PR 286 Add command specific variables and define variable priority order
  • PR 292 Allow multiple environment path directories
  • PR 301 Allow unpacking into empty directory
  • PR 302 Add support for .readonly file

Version 0.8.4 (2019/10/24) - Public Release

Issues Closed

Enhancements

  • Issue 222 Make env_specs optional (PR 232)
  • Issue 221 Accept additional user-defined fields without warnings (PR 228/224)
  • Issue 204 anaconda-project upload to upload projects to Anaconda Cloud (PR 208)
  • Issue 189 anaconda-project prepare --all will prepare all environments in a multi-environment project (PR 213)
  • Issue 173 anaconda-project prepare --refresh will perform a full rebuild of a project environment (PR 223/229)

Version 0.8.3 (2019/06/20) - Public Release

Issues Closed

  • Issue 202 - Not respecting version pins when adding new packages to a project (PR 203)
  • Issue 154 - switching between prompts for commands on Windows (PR 177)
  • Issue 70 - run in absence of yaml file should return error (PR 176)
  • PR 171 - avoid crash in prepare/update if env_specs is missing
  • PR 167, PR 142 - issues with the latest versions of pip, conda, tornado
  • PR 162 - properly honor supports_http_options: false

Enhancements

  • Issue 194 - Allow "dependencies" as a synonym for "packages" to facilitate use of anaconda-project.yml files by conda env (PR 200)
  • PR 192 - Provide the ability to set a project uploaded to anaconda.org as private
  • PR 178 - Add an --empty-environment option to the init command
  • PR 144 - Remove --no-deps from pip install command

Version 0.8.2 (2017/10/19) - Public Release

Issues Closed

Enhancements

  • Issue 134 - Add bootstrap environments for projects to run plugins from there (PR 109)

In this release 1 issue was closed.

Pull Requests Merged

In this release 1 pull request was closed

Version 0.8.1 (2017/10/03) - Public Release

Pull Requests Merged

  • PR 125 - PR: Update/test conda
  • PR 122 - PR: Fix copyright for brand change and add explicit license type
  • PR 119 - PR: Simplify setup to make it more standard and create scripts in scripts/ folder
  • PR 116 - PR: Enable configuration of environments paths via environment variable
  • PR 112 - PR: Update recipe
  • PR 111 - PR: Add LICENSE to manifest
  • PR 101 - PR: InfoPros docs rewrite [skip ci]
  • PR 100 - PR: Command Plugins
  • PR 93 - PR: resolve using an underscore prefixed environment
  • PR 92 - PR: Rename plugins

In this release 10 pull requests were closed.