conda v3.16.0 Release Notes

Release Date: 2015-08-10 // over 8 years ago
    • rename binstar -> anaconda, see #1458
    • fix --use-local when the conda-bld directory doesn't exist
    • fixed --offline option when using "conda create --clone", see #1487
    • don't mask recursion depth errors
    • add conda search --reverse-dependency
    • check whether hardlinking is available before linking when using "python install.py --link" directly, see #1490
    • don't exit nonzero when installing a package with no dependencies
    • check which features are installed in an environment via track_features, not features
    • set the verify flag directly on CondaSession (fixes conda skeleton not respecting the ssl_verify option)