Skip to content

Releases: LSSTDESC/desc-python

Patch release

30 Apr 22:52

Choose a tag to compare

  • Update yamls to fix up pip installations
  • Removed c-blosc explicit version, as it no longer worked, likely something shifted since this was installed at NERSC.

Support custom PYTHONUSERBASE

02 Apr 13:46
a15fd3e

Choose a tag to compare

The DESC conda environments now support defining a user area to store locally installed packages.
Three new environment variables are now supported:
DESCPYTHONUSERBASE - for use with desc-python
DESCPYTHONBLEEDUSERBASE - for use with desc-python-bleed
DESCSTACKUSERBASE - for use with desc-stack-weekly or desc-stack-weekly-latest

When defined, the set up script for the DESC environment will update PYTHONUSERBASE and PYTHONPATH. When new packages are installed via pip install --user, the package will be installed in PYTHONUSERBASE and found during execution due to the updated PYTHONPATH.

Patch Release for GCRCatalogs v1.8.0

05 Mar 14:11

Choose a tag to compare

Changes in this patch release

  • Upgrade to GCRCatalogs v1.8.0

Catch up release

22 Feb 18:59

Choose a tag to compare

Pulls in latest versions of all included packages, including GCRCatalogs

Remove specific versioning of NERSC modules

18 Jan 22:59
51a752c

Choose a tag to compare

cray-mpich-abi is often upgraded at NERSC and there's no reason to stay tied to a specifc version in the setup scripts

add desc-forecasts kernel

18 Oct 05:11
eef5505

Choose a tag to compare

v1.3.0

add desc-forecasts kernel

testing desc-python-gpu

31 Mar 21:00
7363f18

Choose a tag to compare

Pre-release
Merge pull request #135 from LSSTDESC/issues/133/gpu

add setup for desc-python-gpu

Add cosmosis setup to td_env Jupyter Kernel

27 Mar 14:55

Choose a tag to compare

v1.2.0-b

bring ymls up to date

Prep for next v1.2.0 release

09 Mar 15:32
47e3061

Choose a tag to compare

Pre-release
  • Update cray-mpich-abi module loaded for desc-python
  • remove explicitly loading cpu module on Perlmutter to allow testing of gpu support

New GCRCatalogs v1.5.0 and prep for Feb 2023 Meeting

17 Feb 15:51
1eec92e

Choose a tag to compare

Also addresses version mismatch between bokeh v3 and the panel conda package.