Releases: anaconda/anaconda-client
Releases · anaconda/anaconda-client
1.5.5
1.5.4
1.5.3
1.5.2
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
Added
anaconda upload
learned to include whetherinfo/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
1.4.0
1.3.1
1.3.0
notebook
subcommand is going to be deprecated. Showing deprecation warnings for now. #300anaconda upload
can upload notebooks with thumbnails. #300anaconda 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
- Learned the
anaconda label
command and--label
arguments to replace the--channel
options andanaconda 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 newauto_register
configuration option tono
(#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)