Skip to content

Commit

Permalink
Feature 94 v1.0.0 (#95)
Browse files Browse the repository at this point in the history
* Updated release notes

* Changed version to 1.0.0

* Update release-notes.rst
  • Loading branch information
hankenstein2 committed May 11, 2021
1 parent c1e36f6 commit e6c7ed1
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 95 deletions.
129 changes: 35 additions & 94 deletions docs/Users_Guide/release-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,155 +7,96 @@ describes the bugfix, enhancement, or new feature: `METcalcpy GitHub issues. <ht
Version |version| release notes (|release_date|)
------------------------------------------------

Version 1.0.0_beta5 release notes (20210421)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Version 1.0.0 release notes (20210511)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

New Functionality:

* **Add calculations for Space-time Coherence Spectra from NOAA PSL Diagnostics Package** (`#29 <https://github.com/dtcenter/METcalcpy/issues/29>`_)
* Add calculations for Space-time Coherence Spectra from NOAA PSL Diagnostics Package (`#29 <https://github.com/dtcenter/METcalcpy/issues/29>`_)

* **Utilize METdbload .stat file reader utilities to allow METcalcpy to read these files** (`#31 <https://github.com/dtcenter/METcalcpy/issues/31>`_)
* Utilize METdbload .stat file reader utilities to allow METcalcpy to read these files (`#31 <https://github.com/dtcenter/METcalcpy/issues/31>`_)

* Utilize METdbload .stat file reader utilities to allow METcalcpy to read these files (`#31 <https://github.com/dtcenter/METcalcpy/issues/31>`_)

* Create a template for reading in a data file (of raw data) and create a data file reader (`#7 <https://github.com/dtcenter/METcalcpy/issues/7>`_)

* **Add new ECNT stats to aggregation logic** (`#69 <https://github.com/dtcenter/METcalcpy/issues/69>`_)
* Add new ECNT stats to aggregation logic (`#69 <https://github.com/dtcenter/METcalcpy/issues/69>`_)

* Implement a method that returns specified column values (`#73 <https://github.com/dtcenter/METcalcpy/issues/73>`_)

Enhancements:

Internal:

* Rename boot Confidence Interval's (CI) columns (`#79 <https://github.com/dtcenter/METcalcpy/issues/79>`_)


Version 1.0.0_beta4 release notes (20210302)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

New Functionality:

* **Support for GridDiag analysis** (`#53 <https://github.com/dtcenter/METcalcpy/issues/53>`_)
* Support for GridDiag analysis (`#53 <https://github.com/dtcenter/METcalcpy/issues/53>`_)

* **Calculation of CTC stats added: LODDS, ODDS, ORSS, SEDI, SEDS, EDI, EDS stats to the ctc_statistics module** (`#60 <https://github.com/dtcenter/METcalcpy/issues/60>`_)
* Calculation of CTC stats added: LODDS, ODDS, ORSS, SEDI, SEDS, EDI, EDS stats to the ctc_statistics module** (`#60 <https://github.com/dtcenter/METcalcpy/issues/60>`_)

* Compute pairwise differences for "group" statistics (`#13 <https://github.com/dtcenter/METcalcpy/issues/13>`_)

Enhancements:

* Documentation added (`#6 <https://github.com/dtcenter/METcalcpy/issues/6>`_)

Internal:

* Initial design for data input logic to be used by METplotpy and METviewer (`#8 <https://github.com/dtcenter/METcalcpy/issues/8>`_)

* UML diagram of design for data input logic (`#64 <https://github.com/dtcenter/METcalcpy/issues/64>`_)

* Developer tests are working (`#65 <https://github.com/dtcenter/METcalcpy/issues/65>`_)


Version 1.0.0_beta3 release notes (20210127)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

New Functionality:

* **Add equivalence testing interval bounds to the existing continuous line type**. Two fields are added:lower bound and upper bound (similar to calculating a normal confidence interval except it requires using the non-central t-distribution (`#1 <https://github.com/dtcenter/METcalcpy/issues/1>`_)
* Add equivalence testing interval bounds to the existing continuous line type. Two fields are added:lower bound and upper bound (similar to calculating a normal confidence interval except it requires using the non-central t-distribution (`#1 <https://github.com/dtcenter/METcalcpy/issues/1>`_)

* Add calculation for Difficulty Index from NRL (`#88 <https://github.com/dtcenter/METplotpy/issues/88>`_)


* **Enhance bootstrapping to support circular temporal block bootstrap with overlapping blocks** (`#3 <https://github.com/dtcenter/METcalcpy/issues/3>`_)


Enhancements:

Internal:

* Fix typo in setup.py (`#43 <https://github.com/dtcenter/METcalcpy/issues/43>`_)

Bugfixes:

* Fix event equalization and agg_stat logic (`#52 <https://github.com/dtcenter/METcalcpy/issues/52>`_)

* Fix the No-Skill reference line on Reliability Plot implemented in Python (`#26 <https://github.com/dtcenter/METcalcpy/issues/26>`_)

* Fix the calculation of ECNT_RMSE statistic so the Python and R implementations are consistent (`#42 <https://github.com/dtcenter/METcalcpy/issues/42>`_)

* Change the default setting of calc_difficulty_index to reproduce results originally generated from Naval Research Lab (`#37 <https://github.com/dtcenter/METcalcpy/issues/37>`_)



Version 1.0.0_beta2 release notes (20201210)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^



New Functionality:


* **Enhance bootstrapping to support circular temporal block bootstrap with overlapping blocks** (`#3 <https://github.com/dtcenter/METcalcpy/issues/3>`_)

* Enhance bootstrapping to support circular temporal block bootstrap with overlapping blocks (`#3 <https://github.com/dtcenter/METcalcpy/issues/3>`_)

* Add equivalence testing interval bounds to the existing continuous line type. Two fields are added:
lower bound and upper bound (similar to calculating a normal confidence interval except it requires
using the non-central t-distribution (`#1 <https://github.com/dtcenter/METcalcpy/issues/1>`_)


* **Add calculation for Difficulty Index from NRL** (`#30 <https://github.com/dtcenter/METcalcpy/issues/30>`_)
* Add calculation for Difficulty Index from NRL (`#30 <https://github.com/dtcenter/METcalcpy/issues/30>`_)

* Create coordinate converter for [0,360] to [-180,180] (`#21 <https://github.com/dtcenter/METcalcpy/issues/21>`_)

* Add calculations used for Hovmoller Diagram, as contributed from the NOAA PSL diagnostics package (`#28 <https://github.com/dtcenter/METcalcpy/issues/28>`_)

* **Add calculations used for Hovmoller Diagram, as contributed from the NOAA PSL diagnostics package** (`#28 <https://github.com/dtcenter/METcalcpy/issues/28>`_)
* Create a method for creating series permutations that creates results consistent with R (`#44 <https://github.com/dtcenter/METcalcpy/issues/44>`_)

* Add calculation for Difficulty Index from NRL** (`#30 <https://github.com/dtcenter/METcalcpy/issues/30>`_)

* Create a method for creating series permutations that creates results consistent with R (`#44 <https://github.com/dtcenter/METcalcpy/issues/44>`_)
* Create coordinate converter for [0,360] to [-180,180] (`#21 <https://github.com/dtcenter/METcalcpy/issues/21>`_)

Enhancements:

* Replicate METviewer Reliability diagram using Python (`#48 <https://github.com/dtcenter/METcalcpy/issues/48>`_)
* Documentation added (`#6 <https://github.com/dtcenter/METcalcpy/issues/6>`_)

* Replicate METviewer Reliability diagram using Python (`#48 <https://github.com/dtcenter/METcalcpy/issues/48>`_)

* **Provide support for performing vertical interpolation of fields between grids with pressure and height coordinates** (`#20 <https://github.com/dtcenter/METcalcpy/issues/20>`_)
* Provide support for performing vertical interpolation of fields between grids with pressure and height coordinates (`#20 <https://github.com/dtcenter/METcalcpy/issues/20>`_)

* Incorporate the calculation of the Difficulty Index from Naval Research Lab (`#27 <https://github.com/dtcenter/METcalcpy/issues/27>`_)

Internal:

* Confirm that Event Equalization for off-setting initialization is still working (`#16 <https://github.com/dtcenter/METcalcpy/issues/16>`_)
* Rename boot Confidence Interval's (CI) columns (`#79 <https://github.com/dtcenter/METcalcpy/issues/79>`_)

* Move convert_lons_indices() function from plot_blocking.py to utils.py in METcalcpy (`#33 <https://github.com/dtcenter/METcalcpy/issues/33>`_)
* Initial design for data input logic to be used by METplotpy and METviewer (`#8 <https://github.com/dtcenter/METcalcpy/issues/8>`_)

* Fix a typo (misspelling of package name) in code that creates packaging (`#43 <https://github.com/dtcenter/METcalcpy/issues/43>`_)
* UML diagram of design for data input logic (`#64 <https://github.com/dtcenter/METcalcpy/issues/64>`_)

* Developer tests are working (`#65 <https://github.com/dtcenter/METcalcpy/issues/65>`_)

Bugfixes:
* Fix typo in setup.py (`#43 <https://github.com/dtcenter/METcalcpy/issues/43>`_)

* Fix the No-Skill reference line on Reliability Plot implemented in Python (`#26 <https://github.com/dtcenter/METcalcpy/issues/26>`_)
* Confirm that Event Equalization for off-setting initialization is still working (`#16 <https://github.com/dtcenter/METcalcpy/issues/16>`_)

* Fix the calculation of ECNT_RMSE statistic so the Python and R implementations are consistent (`#42 <https://github.com/dtcenter/METcalcpy/issues/42>`_)
* Move convert_lons_indices() function from plot_blocking.py to utils.py in METcalcpy (`#33 <https://github.com/dtcenter/METcalcpy/issues/33>`_)

* Change the default setting of calc_difficulty_index to reproduce results originally generated from Naval Research Lab (`#37 <https://github.com/dtcenter/METcalcpy/issues/37>`_)
* Fix a typo (misspelling of package name) in code that creates packaging (`#43 <https://github.com/dtcenter/METcalcpy/issues/43>`_)

* Fix event equalization and agg_stat logic (`#52 <https://github.com/dtcenter/METcalcpy/issues/52>`_)
* Move convert_lons_indices() function from plot_blocking.py to utils.py in METcalcpy (`#33 <https://github.com/dtcenter/METcalcpy/issues/33>`_)

Bugfixes:

Version 1.0.0_beta1 release notes (20201023)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
* Fix event equalization and agg_stat logic (`#52 <https://github.com/dtcenter/METcalcpy/issues/52>`_)

* Fix the No-Skill reference line on Reliability Plot implemented in Python (`#26 <https://github.com/dtcenter/METcalcpy/issues/26>`_)

New Functionality:
* Fix the calculation of ECNT_RMSE statistic so the Python and R implementations are consistent (`#42 <https://github.com/dtcenter/METcalcpy/issues/42>`_)

* **Add calculation for Difficulty Index from NRL** (`#30 <https://github.com/dtcenter/METcalcpy/issues/30>`_)
* Change the default setting of calc_difficulty_index to reproduce results originally generated from Naval Research Lab (`#37 <https://github.com/dtcenter/METcalcpy/issues/37>`_)

* Create coordinate converter for [0,360] to [-180,180] (`#21 <https://github.com/dtcenter/METcalcpy/issues/21>`_)
* Fix the No-Skill reference line on Reliability Plot implemented in Python (`#26 <https://github.com/dtcenter/METcalcpy/issues/26>`_)

Enhancements:
* Fix the calculation of ECNT_RMSE statistic so the Python and R implementations are consistent (`#42 <https://github.com/dtcenter/METcalcpy/issues/42>`_)

Internal:
* Change the default setting of calc_difficulty_index to reproduce results originally generated from Naval Research Lab (`#37 <https://github.com/dtcenter/METcalcpy/issues/37>`_)


* Move convert_lons_indices() function from plot_blocking.py to utils.py in METcalcpy (`#33 <https://github.com/dtcenter/METcalcpy/issues/33>`_)
* Fix event equalization and agg_stat logic (`#52 <https://github.com/dtcenter/METcalcpy/issues/52>`_)

Bugfixes:
2 changes: 1 addition & 1 deletion docs/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__="1.0.0-dev"
__version__="1.0.0"

0 comments on commit e6c7ed1

Please sign in to comment.