Skip to content

Commit

Permalink
preparing for next tag
Browse files Browse the repository at this point in the history
  • Loading branch information
weaverba137 committed Jun 4, 2021
1 parent 21c3de0 commit 393966a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
18 changes: 10 additions & 8 deletions doc/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,28 +2,30 @@
Change Log
==========

3.2.2 (unreleased)
3.2.2 (2021-06-03)
------------------

* Add module config support for packages like QuasarNP where the GitHub
name is capitalized by the python package isn't (PR `#173`_).
* Add support to :func:`~desiutil.modules.config_module` for packages like
QuasarNP_ where the GitHub name is capitalized but the internal Python
package isn't (PR `#173`_).

.. _`#173`: https://github.com/desihub/desiutil/pull/173
.. _QuasarNP: https://github.com/desihub/QuasarNP

3.2.1 (2021-05-13)
------------------

* Changes in ``dust.py``: use Fitzpatrick reddening, add
``dust_transmission(wave,ebv_sfd)`` function, include GAIA bands (PR `#171`_).
* ``desiutil.depend.possible_dependencies`` add fiberassign, desimeter, and
* Changes in :mod:`desiutil.dust`: use Fitzpatrick reddening, add
:func:`~desiutil.dust.dust_transmission` function, include GAIA bands (PR `#171`_).
* :func:`desiutil.depend.possible_dependencies`: add fiberassign, desimeter, and
gpu_specter (direct commit).

.. _`#171`: https://github.com/desihub/desiutil/pull/171

3.2.0 (2021-03-29)
------------------

* Use ``pip install .`` instead of ``python setup.py install`` (PR `#168`_).
* Use :command:`pip install .` instead of :command:`python setup.py install` (PR `#168`_).

.. _`#168`: https://github.com/desihub/desiutil/pull/168

Expand All @@ -34,7 +36,7 @@ Change Log
* :command:`desiInstall` auto derive build type "py" or "make" or "src"
but don't combine them (PR `#163`_).
* :command:`desiInstall` only fallback to NERSC default installdir
if `--root` isn't specified (PR `#163`_).
if ``--root`` isn't specified (PR `#163`_).
* Add :func:`desiutil.depend.mergedep` to merge DEPNAMnn/DEPVERnn
dependencies between different headers (PR `#164`_)

Expand Down
2 changes: 1 addition & 1 deletion py/desiutil/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '3.2.1.dev938'
__version__ = '3.2.2'

0 comments on commit 393966a

Please sign in to comment.