Skip to content

Commit

Permalink
update change log [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
moustakas committed Aug 7, 2023
1 parent d733efb commit b50bd9d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 4 additions & 5 deletions bin/fastspecfit-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,10 @@ elif [[ $1 == "env" ]]; then
# export PYTHONPATH=/global/homes/i/ioannis/code/desihub/$package/py:$PYTHONPATH
#done

export DESI_ROOT='/dvs_ro/cfs/cdirs/desi'
export DUST_DIR='/dvs_ro/cfs/cdirs/cosmo/data/dust/v0_1'
export DR9_DIR='/dvs_ro/cfs/cdirs/desi/external/legacysurvey/dr9'
export FPHOTO_DIR='/dvs_ro/cfs/cdirs/desi/external/legacysurvey/dr9'
export FTEMPLATES_DIR='/dvs_ro/cfs/cdirs/desi/external/templates/fastspecfit'
export DESI_ROOT='/global/cfs/cdirs/desi'
export DUST_DIR='/global/cfs/cdirs/cosmo/data/dust/v0_1'
export FPHOTO_DIR='/global/cfs/cdirs/desi/external/legacysurvey/dr9'
export FTEMPLATES_DIR='/global/cfs/cdirs/desi/external/templates/fastspecfit'

export OMP_NUM_THREADS=1
export MKL_NUM_THREADS=1
Expand Down
2 changes: 2 additions & 0 deletions doc/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@ Change Log
------------------------

* Support non-DR9 photometry via a new photometric configuration file [`PR #133`_].
* Miscellaneous updates and bug fixes ahead of next version of VACs [`PR #145`_].

.. _`PR #133`: https://github.com/desihub/fastspecfit/pull/133
.. _`PR #145`: https://github.com/desihub/fastspecfit/pull/145

2.2.0 (2023-08-02)
------------------
Expand Down

0 comments on commit b50bd9d

Please sign in to comment.