diff options
author | Brendan Gannon <bgannon@stsci.edu> | 2022-02-23 16:09:21 -0500 |
---|---|---|
committer | Brendan Gannon <bgannon@stsci.edu> | 2022-02-23 16:09:21 -0500 |
commit | b9a30b001fbfc49b2d383e5fc5f056cf8ae31015 (patch) | |
tree | 18400fa4f98ea6d11ddac202e4ee251d9e94ae7b | |
parent | 7179ab7aa85b34e842fe35ca28a55aae1a00d315 (diff) | |
download | astroconda-releases-b9a30b001fbfc49b2d383e5fc5f056cf8ae31015.tar.gz |
updating readme and release notes for 20220214
-rw-r--r-- | caldp/20220214/README.md | 32 | ||||
-rw-r--r-- | caldp/20220214/release_notes.md | 21 |
2 files changed, 28 insertions, 25 deletions
diff --git a/caldp/20220214/README.md b/caldp/20220214/README.md index a8d7b6e..baf0fa7 100644 --- a/caldp/20220214/README.md +++ b/caldp/20220214/README.md @@ -1,49 +1,53 @@ # Installing -Currently, conda is required to manage installation of the environment. A fresh installation of Anaconda3 or Miniconda3is not required for each HCALDP release, however. An existing conda installation may be used. The method described here - allows for multiple, entirely segregated, pipeline installations. +Currently, conda is required to manage installation of the environment. However, a fresh installation of Anaconda3 or +Miniconda3 is not required for each HCALDP release. An existing conda installation may be used. The method described here +allows for multiple, entirely segregated, pipeline installations. A `bash`-compatible shell is required for all steps below. -Python dependencies are taken directly from PyPI or development repositories as needed, so conda's ability to install hybrid conda/pip environments from a YAMLspecification is used. This requires first downloading the specification file and then creating the environment with it. +Python dependencies are taken directly from PyPI or development repositories as needed, so conda's ability to +install hybrid conda/pip environments from a YAML specification is used. This requires first downloading +the specification file and then creating the environment with it. ## For existing conda installations: ### Install the pipeline environment ``` -$ curl -O https://ssb.stsci.edu/releases/caldp/mvmalpha/latest-linux.yml -$ conda env create -n caldp_mvmalpha --file latest-linux.yml +$ curl -O https://ssb.stsci.edu/releases/caldp/20220214/latest-linux.yml +$ conda env create -n caldp_20220214 --file latest-linux.yml ``` ### Activate the pipeline environment ``` -$ source activate caldp_mvmalpha +$ source activate caldp_20220214 ``` -Each new delivery iteration of the calibration environmentwill need to be installed using the above commands. +Each new delivery iteration of the calibration environment will need to be installed using the above commands. ------ ## If conda is not yet installed - + If the conda tool is not available on the target system, it will need to be installed before the calibration environment can be installed. - + ### Installing conda - + For detailed instructions of this step, please visit: http://docs.continuum.io/anaconda/install#linux-install - + **Miniconda:** - + ``` $ wget https://repo.anaconda.com/miniconda/Miniconda3-py37_4.8.2-Linux-x86_64.sh $ bash Miniconda3-py37_4.8.2-Linux-x86_64.sh $ export PATH=$HOME/miniconda3/bin:$PATH ``` - + **Anaconda (if preferred):** - + ``` $ wget https://repo.continuum.io/archive/Anaconda3-2019.10-Linux-x86_64.sh $ bash Anaconda3-2019.10-Linux-x86_64.sh $ export PATH=$HOME/anaconda3/bin:$PATH ``` + diff --git a/caldp/20220214/release_notes.md b/caldp/20220214/release_notes.md index 4e6a26e..5138d30 100644 --- a/caldp/20220214/release_notes.md +++ b/caldp/20220214/release_notes.md @@ -1,19 +1,18 @@ -## 2022/1/27 - CALDP_mvmalpha_CAL_rc3 +## 2022/2/14 - CALDP_20220214_COS_final ### hstcal 2.7.2 -### calcos 3.3.12-rc1 -### drizzlepac 3.4.0rc3 +### calcos 3.4.0 +### drizzlepac 3.3.1 ### stwcs 1.7.2 ### tweakwcs 0.7.3 +### stsci.image@2.3.5 +### stsci.tools@4.0.1 -## 2022/1/7 - CALDP_mvmalpha_CAL_rc2 +## 2022/2/14 - CALDP_coslp6_COS_rc1 ### hstcal 2.7.2 -### calcos 3.3.12-rc1 -### drizzlepac 3.4.0rc2 +### calcos 3.4.0-rc1 +### drizzlepac 3.3.1 ### stwcs 1.7.2 ### tweakwcs 0.7.3 - -## 2022/1/6 - CALDP_mvmalpha_CAL_rc1 -### hstcal 2.7.2 -### calcos 3.3.12-rc1 -### drizzlepac 3.4.0rc2 +### stsci.image@2.3.5 +### stsci.tools@4.0.1 |