Releases: BCDA-APS/apstools
Releases · BCDA-APS/apstools
1.1.5
- see Change History (issues closed since 1.1.4)
- see Release Notes (from release 1.1.0)
1.1.4
see Change History
1.1.3
see Change History
1.1.1
see Change History
1.1.1rc1
1.1.0
see release notes
It takes a couple steps to upgrade an existing conda installation from version 2019.nnnn to newer version 1.1.0
- add a declaration of
apstools < 2000
in theconda-meta/pinned
file in the conda environment conda update -c aps-anl-tag -c aps-anl-dev apstools
(should change to 1.1.0)
It may still be necessary to uninstall and reinstall apstools to effect an update:
conda uninstall -y apstools
conda install -c aps-anl-tag -c aps-anl-dev apstools