Skip to content

Releases: anaconda/anaconda-client

1.5.5

21 Apr 16:26
Compare
Choose a tag to compare

Fixed

  • fix reading of conda root prefix on a detached environment in Python 3

1.5.4

21 Apr 16:25
Compare
Choose a tag to compare

Fixed

  • anaconda config should expand paths before reading them

1.5.3

27 Oct 19:57
Compare
Choose a tag to compare

Fixed

  • anaconda config --set should use BINSTAR_CONFIG_DIR
  • Save <host>.token to the old directory, so conda can read them

1.5.2

21 Oct 01:19
Compare
Choose a tag to compare

Added

  • anaconda upload will extract icons from conda packages
  • Added explicit license file
  • Added some clarity on help file for -u switch (PR#360)

Fixed

  • Removed workaround for old requests versions
  • anaconda upload would raise an exception if a file was interactively
    not overwritten (#364)

Changed

  • anaconda-client will load configuration files with the extension .yaml from
    the directories ~/.continuum/anaconda-client, /etc/anaconda-client and $PREFIX/etc/anaconda-client.

1.5.1

21 Oct 01:20
Compare
Choose a tag to compare

Added

  • anaconda upload learned to include whether info/has_prefix
    exists in a conda package as metadata (as true/false).
  • anaconda upload can upload projects with a kapsel.yml (for
    conda kapsel)

Fixed

  • anaconda groups subcommand had several bugs, and was difficult to use (#312)
  • anaconda upload will do the minimal amount of work to parse a conda package (@brentp) (#311)
  • anaconda upload had Unicode errors when dealing with Jupyter notebooks (#306)

1.4.0

24 Mar 17:46
Compare
Choose a tag to compare
  • BinstarClient.user_packages learned arguments platform, package_type,
    type_, and access (#283)

1.3.1

08 Mar 17:59
Compare
Choose a tag to compare
  • Fix pip 8.1 issue with py27. #303
  • Fix anaconda copy problem with labels. #304

1.3.0

07 Mar 21:18
Compare
Choose a tag to compare
  • notebook subcommand is going to be deprecated. Showing deprecation warnings for now. #300
  • anaconda upload can upload notebooks with thumbnails. #300
  • anaconda upload can upload environments. #301
  • Fix/netrc auth. #298
  • Fix OpenSSL issue. #297
  • Improve performance when dealing with tar files. #293 (@brentp)
  • anaconda login supports kerberos. #278
  • Typos. #284 (@barentsen) and #276
  • Error when failing to delete data. #273
  • Docs cleanup. #272

v1.2.2

20 Jan 18:51
Compare
Choose a tag to compare
  • Learned the anaconda label command and --label arguments to replace the --channel options and anaconda channel command (#262)
  • anaconda auth --remove learned the --organization argument to remove a token for an organization (#260)
  • anaconda upload can be told not to create packages automatically by setting the new auto_register configuration option to no (#270)
  • Learned to read an API token from the environment variable ANACONDA_API_TOKEN (#269)
  • Additional bug fixes (#204 #268 anaconda-graveyard/docs.anaconda.org#63)

v1.2.1

03 Dec 22:14
Compare
Choose a tag to compare
  • Allow upgrading Requests to 2.8, issuing a warning when an error occurs because of it