Skip to content

Commit

Permalink
updated change history
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Torres committed Aug 19, 2019
1 parent b1756fd commit a288042
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions docs/change_history.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,24 @@ Change History

.. _v1.2.1:

V1.2.1 Unreleased
V1.2.1 19-08-2019
^^^^^^^^^^^^^^^^^

- Install instructions updated
- Bugs fixed

+ Bias process was not fully ignored when `--ignore-bias` was used [#289].
+ `pandas` version was not specified in `environment.yml` [#288, #290]
+ Target extraction failed for low signal targets because background subtraction
was being ignored at the step of actually identifying targets.
- Install instructions updated [#290]
- Moved static methods from `ImageProcessor` to `core`.
- Added function to validate ccd regions using regular expressions.
- Using lamps keywords to select reference lamps.
- Replaced `target_stddev` by `target_fwhm` in function `extract` and `extract_fractional`.
- Replaced `nsigmas` by `nfwhm` everywhere.
- Added argument `--background-threshold` with default value `3`.
- Added argument `--fit-targets-with` with options `moffat` and `gaussian`.


.. _v1.2.0:

Expand Down

0 comments on commit a288042

Please sign in to comment.