Skip to content

Commit

Permalink
news.rst -- news updates following tag 0.21.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
trmrsh committed Mar 5, 2021
1 parent 9ff11bd commit ae5e7f0
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 34 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
.. changelog created on Fri 5 Mar 00:01:47 GMT 2021
.. changelog created on Fri 5 Mar 11:08:37 GMT 2021
.. include:: globals.rst

|hiper| pipeline change log from 0.20.0 to 0.21.0
|hiper| pipeline change log from 0.20.0 to 0.21.1
***************************************************

List of changes from git, oldest first, with the commit keys linked to github:
Expand Down Expand Up @@ -216,4 +216,8 @@ List of changes from git, oldest first, with the commit keys linked to github:
* `119c13b8e0465d689445657769c8f0eb00a037c0 <https://github.com/HiPERCAM/hipercam/commit/119c13b8e0465d689445657769c8f0eb00a037c0>`_ hlog.py -- ignore divide by 0; mask added to mplot
* `665588fa823000ae74b63a393056b3073fb19443 <https://github.com/HiPERCAM/hipercam/commit/665588fa823000ae74b63a393056b3073fb19443>`_ setaper.py -- added plot update to reference setting
* `ec869bea28f0b1f90dd56c0625438d5a9794c15d <https://github.com/HiPERCAM/hipercam/commit/ec869bea28f0b1f90dd56c0625438d5a9794c15d>`_ ulogger.py -- some string re-formatting
* `b1a0d9efc1798182ae084c16c62d7aeaa8ac8d99 <https://github.com/HiPERCAM/hipercam/commit/b1a0d9efc1798182ae084c16c62d7aeaa8ac8d99>`_ flagcloud.py -- first working version of this routine
* `b1a0d9efc1798182ae084c16c62d7aeaa8ac8d99 <https://github.com/HiPERCAM/hipercam/commit/b1a0d9efc1798182ae084c16c62d7aeaa8ac8d99>`_ flagcloud.py -- first working version of this routine
* `13e24ce7c786f6060dc4bf0802e45cf2e6273c2e <https://github.com/HiPERCAM/hipercam/commit/13e24ce7c786f6060dc4bf0802e45cf2e6273c2e>`_ multiple documentation updates following recent version release
* `4f557bbb6c627b867a7c5d2429ed5930de64137a <https://github.com/HiPERCAM/hipercam/commit/4f557bbb6c627b867a7c5d2429ed5930de64137a>`_ setup.py -- re-ordered alphabetically
* `eb240d20d9c84aa3c28d2cfc7c927897e8ffcd26 <https://github.com/HiPERCAM/hipercam/commit/eb240d20d9c84aa3c28d2cfc7c927897e8ffcd26>`_ flagcloud.py -- invalid documentation reference
* `9ff11bd2f0f9e2c7c9919ac518d6582127135928 <https://github.com/HiPERCAM/hipercam/commit/9ff11bd2f0f9e2c7c9919ac518d6582127135928>`_ flagcloud.py -- debugged the cloud flagger for > 1 CCD
13 changes: 0 additions & 13 deletions docs/change_log_0.20.0_to_now.rst

This file was deleted.

9 changes: 0 additions & 9 deletions docs/change_log_0.21.0_to_now.rst

This file was deleted.

26 changes: 17 additions & 9 deletions docs/news.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,22 @@
This page documents important changes in the pipeline, as a help to whether
you should update.

#. **04 March 2021, Version 0.21.0**: again a large number of updates and
fixes in this version. Most are small, but the cumulative effect is
significant and some bugs have been fixed. Tseries has undergone a
bit of an overhaul and has expanded functionality with an improved
handling of bitmasks. A complete list of changes can be seen at
:doc:`full list of changes, 0.20.0 to 0.21.0 <change_log_0.20.0_0.21.0>`.

#. **05 March 2021, Version 0.21.1**: again a large number of updates and
fixes in this version. Most are small or to do with data logging, but
the cumulative effect is significant and some bugs have been fixed.
Tseries in particular has undergone a bit of an overhaul and has
expanded functionality with an improved handling of bitmasks. Some
of these may break existing code based upon Tseries; apologies. Main
changes:

* makedark bug fixed (was not subtracting bias)
* new routine 'flagcloud' added to flag reduce logs interactively
* a couple of new formats added to fits2hcm
* Tseries: much better handling of bad and flagged data

A complete list of changes can be seen here:
:doc:`full list of changes, 0.20.0 to 0.21.1 <change_log_0.20.0_0.21.1>`.

#. **10 July 2020, Version 0.20.0**: a large number of updates and
fixes in this version. Apart from fixes to problems that would have
been obvious as they were show-stoppers, the main changes are:
Expand All @@ -28,8 +37,7 @@ you should update.
There are many changes here, and I expect there to be bugs as a result,
but some of the changes are significant enough that it is better to
release now rather than wait longer. See also the
:doc:`full list of changes, 0.19.8 to 0.20.0 <change_log_0.19.8_0.20.0>`,
and the :doc:`additional changes since 0.20.0 <change_log_0.20.0_to_now>`,
:doc:`full list of changes, 0.19.8 to 0.20.0 <change_log_0.19.8_0.20.0>`

#. **26 February 2020, Version 0.19.8**: there have been many changes since
the 0.16 versions. Apart from many bugfixes, the main ones are:
Expand Down

0 comments on commit ae5e7f0

Please sign in to comment.