Releases: LSSTDESC/desc-python
Patch release for FIRECROWN_DIR
Fixing FIRECROWN_DIR setting for setup_current_python.sh
patching desc-python kernel
[AUTO]New lock Files changed: A conda/lock/auto/desc-py-lock-main-2025-11-01.yml
adding desc-cosmology kernel
v1.8.0 add new desc-cosmology kernels
v1.6.1
Adding meas_pz
v1.6.0: Merge pull request #150 from LSSTDESC/issue/149/dev-kernels
Add two new dev kernels:
- td-env-dev
- desc-forecasts-dev
use NERSC's texlive in desc-python
Fixes #110 to add latex to desc-python by using NERSC's texlive module
Patch release
- 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
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
Changes in this patch release
- Upgrade to GCRCatalogs v1.8.0
Catch up release
Pulls in latest versions of all included packages, including GCRCatalogs