Skip to content

Commit

Permalink
Merge branch 'release/3.0.x' of https://github.com/GeminiDRSoftware/D…
Browse files Browse the repository at this point in the history
…RAGONS into release/3.0.x
  • Loading branch information
chris-simpson committed Dec 2, 2021
2 parents f79ba45 + 78b8557 commit a58feff
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 7 deletions.
21 changes: 14 additions & 7 deletions doc/DRAGONS/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,23 +12,30 @@ Change Logs
Bug Fixes
---------

**geminidr**

**geminidr.core**

* Fix bug where ``section`` start/end comparison was made on string, not
numeric, values.

**gempy.library.transform**

* Fix bug that caused longslit spectra to have incorrect WCS, offset from true
slit location.


Interface Modifications
-----------------------

**geminidr.core**

* Expose ``min_snr`` parameter in ``findApertures``, make ``use_snr=False``
the default, and estimate noise from pixel-to-pixel variations, regardless
of its value.

**gempy**

**gempy.library.transform**
Documentation
-------------

* Fix bug that caused longslit spectra to have incorrect WCS, offset from true
slit location.
* Various fixes to the documentation.


3.0.0
Expand Down
8 changes: 8 additions & 0 deletions doc/DRAGONS/releasenotes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@
Release Notes
*************

V3.0.1
======

This is a patch release that fixes bugs related to the ``section`` parameter of some
primitives and the WCS of longlist spectra. There has been a change in the ``findApertures``
interface to better optimize the automatic detection of the source apertures. See the
:ref:`change logs <changes>` for details.

V3.0.0
======
This new release includes several new features, new support, and several bug
Expand Down

0 comments on commit a58feff

Please sign in to comment.