Conda

Latest version: v4.3.16

Safety actively analyzes 630254 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 21 of 31

3.3.0

-------------------
* allow new package specification, i.e. ==, >=, >, <=, <, != separated
by ',' for example: >=2.3,<3.0
* add ability to disable self update of conda, by setting
"self_update: False" in .condarc
* Try installing packages using the old way of just installing the maximum
versions of things first. This provides a major speedup of solving the
package specifications in the cases where this scheme works.
* Don't include python=3.3 in the specs automatically for the Python 3
version of conda. This allows you to do "conda create -n env package" for
a package that only has a Python 2 version without specifying
"python=2". This change has no effect in Python 2.
* Automatically put symlinks to conda, activate, and deactivate in each
environment on Unix.
* On Unix, activate and deactivate now remove the root environment from the
PATH. This should prevent "bleed through" issues with commands not
installed in the activated environment but that are installed in the root
environment. If you have "setup.py develop" installed conda on Unix, you
should run this command again, as the activate and deactivate scripts have
changed.
* Begin work to support Python 3.4.
* Fix a bug in version comparison
* Fix usage of sys.stdout and sys.stderr in environments like pythonw on
Windows where they are nonstandard file descriptors.

3.2.1

-------------------
* fix installing packages with irrational versions
* fix installation in the api
* use a logging handler to print the dots

3.2.0

-------------------
* print dots to the screen for progress
* move logic functions from resolve to logic module

3.2.0a1

---------------------
* conda now uses pseudo-boolean constraints in the SAT solver. This allows
it to search for all versions at once, rather than only the latest (issue
491).
* Conda contains a brand new logic submodule for converting pseudo-boolean
constraints into SAT clauses.

3.1.1

-------------------
* check if directory exists, fixed issue 591

3.1.0

-------------------
* local packages in cache are now added to the index, this may be disabled
by using the --known option, which only makes conda use index metadata
from the known remote channels
* add --use-index-cache option to enable using cache of channel index files
* fix ownership of files when installing as root on Linux
* conda search: add '.' symbol for extracted (cached) packages

Page 21 of 31

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.