Skip to content

Commit

Permalink
tag 3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
moustakas committed Jan 5, 2025
1 parent 17851bb commit f5494e9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion doc/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,14 @@
Change Log
==========

3.1.1 (not released yet)
3.2.0 (not released yet)
------------------------

*

3.1.1 (2025-01-05)
------------------

* Miscellaneous bug fixes [`PR #205`_].
* Pure-MPI implementation; new Podman container; bug fixes [`PR #203`_].
* Updated algorithm for updating QSO redshifts [`PR #201`_].
Expand Down
2 changes: 1 addition & 1 deletion podman/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ ENV DESIMODEL_VERSION=0.19.2
ENV DESITARGET_VERSION=2.8.0
ENV DESISPEC_VERSION=0.68.1
ENV SPECLITE_VERSION=v0.20
ENV FASTSPECFIT_VERSION=main
ENV FASTSPECFIT_VERSION=3.1.1

RUN pip install git+https://github.com/desihub/desiutil.git@${DESIUTIL_VERSION}#egg=desiutil
RUN pip install git+https://github.com/desihub/desimodel.git@${DESIMODEL_VERSION}#egg=desimodel
Expand Down
2 changes: 1 addition & 1 deletion py/fastspecfit/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '3.1.0.dev1869'
__version__ = '3.1.1'

0 comments on commit f5494e9

Please sign in to comment.