diff --git a/docs/Users_Guide/release-notes.rst b/docs/Users_Guide/release-notes.rst index bcfd0a77..fb3d9706 100644 --- a/docs/Users_Guide/release-notes.rst +++ b/docs/Users_Guide/release-notes.rst @@ -7,155 +7,96 @@ describes the bugfix, enhancement, or new feature: `METcalcpy GitHub issues. `_) +* Add calculations for Space-time Coherence Spectra from NOAA PSL Diagnostics Package (`#29 `_) -* **Utilize METdbload .stat file reader utilities to allow METcalcpy to read these files** (`#31 `_) +* Utilize METdbload .stat file reader utilities to allow METcalcpy to read these files (`#31 `_) * Utilize METdbload .stat file reader utilities to allow METcalcpy to read these files (`#31 `_) * Create a template for reading in a data file (of raw data) and create a data file reader (`#7 `_) -* **Add new ECNT stats to aggregation logic** (`#69 `_) +* Add new ECNT stats to aggregation logic (`#69 `_) * Implement a method that returns specified column values (`#73 `_) -Enhancements: - -Internal: - -* Rename boot Confidence Interval's (CI) columns (`#79 `_) - - -Version 1.0.0_beta4 release notes (20210302) -^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - -New Functionality: - -* **Support for GridDiag analysis** (`#53 `_) +* Support for GridDiag analysis (`#53 `_) -* **Calculation of CTC stats added: LODDS, ODDS, ORSS, SEDI, SEDS, EDI, EDS stats to the ctc_statistics module** (`#60 `_) +* Calculation of CTC stats added: LODDS, ODDS, ORSS, SEDI, SEDS, EDI, EDS stats to the ctc_statistics module** (`#60 `_) * Compute pairwise differences for "group" statistics (`#13 `_) -Enhancements: - -* Documentation added (`#6 `_) - -Internal: - -* Initial design for data input logic to be used by METplotpy and METviewer (`#8 `_) - -* UML diagram of design for data input logic (`#64 `_) - -* Developer tests are working (`#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 `_) +* 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 `_) * Add calculation for Difficulty Index from NRL (`#88 `_) - -* **Enhance bootstrapping to support circular temporal block bootstrap with overlapping blocks** (`#3 `_) - - -Enhancements: - -Internal: - -* Fix typo in setup.py (`#43 `_) - -Bugfixes: - -* Fix event equalization and agg_stat logic (`#52 `_) - -* Fix the No-Skill reference line on Reliability Plot implemented in Python (`#26 `_) - -* Fix the calculation of ECNT_RMSE statistic so the Python and R implementations are consistent (`#42 `_) - -* Change the default setting of calc_difficulty_index to reproduce results originally generated from Naval Research Lab (`#37 `_) - - - -Version 1.0.0_beta2 release notes (20201210) -^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - - - -New Functionality: - - -* **Enhance bootstrapping to support circular temporal block bootstrap with overlapping blocks** (`#3 `_) - +* Enhance bootstrapping to support circular temporal block bootstrap with overlapping blocks (`#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 `_) - -* **Add calculation for Difficulty Index from NRL** (`#30 `_) +* Add calculation for Difficulty Index from NRL (`#30 `_) * Create coordinate converter for [0,360] to [-180,180] (`#21 `_) +* Add calculations used for Hovmoller Diagram, as contributed from the NOAA PSL diagnostics package (`#28 `_) -* **Add calculations used for Hovmoller Diagram, as contributed from the NOAA PSL diagnostics package** (`#28 `_) +* Create a method for creating series permutations that creates results consistent with R (`#44 `_) +* Add calculation for Difficulty Index from NRL** (`#30 `_) -* Create a method for creating series permutations that creates results consistent with R (`#44 `_) +* Create coordinate converter for [0,360] to [-180,180] (`#21 `_) Enhancements: -* Replicate METviewer Reliability diagram using Python (`#48 `_) +* Documentation added (`#6 `_) +* Replicate METviewer Reliability diagram using Python (`#48 `_) -* **Provide support for performing vertical interpolation of fields between grids with pressure and height coordinates** (`#20 `_) +* Provide support for performing vertical interpolation of fields between grids with pressure and height coordinates (`#20 `_) * Incorporate the calculation of the Difficulty Index from Naval Research Lab (`#27 `_) Internal: -* Confirm that Event Equalization for off-setting initialization is still working (`#16 `_) +* Rename boot Confidence Interval's (CI) columns (`#79 `_) -* Move convert_lons_indices() function from plot_blocking.py to utils.py in METcalcpy (`#33 `_) +* Initial design for data input logic to be used by METplotpy and METviewer (`#8 `_) -* Fix a typo (misspelling of package name) in code that creates packaging (`#43 `_) +* UML diagram of design for data input logic (`#64 `_) +* Developer tests are working (`#65 `_) -Bugfixes: +* Fix typo in setup.py (`#43 `_) -* Fix the No-Skill reference line on Reliability Plot implemented in Python (`#26 `_) +* Confirm that Event Equalization for off-setting initialization is still working (`#16 `_) -* Fix the calculation of ECNT_RMSE statistic so the Python and R implementations are consistent (`#42 `_) +* Move convert_lons_indices() function from plot_blocking.py to utils.py in METcalcpy (`#33 `_) -* Change the default setting of calc_difficulty_index to reproduce results originally generated from Naval Research Lab (`#37 `_)
 +* Fix a typo (misspelling of package name) in code that creates packaging (`#43 `_) -* Fix event equalization and agg_stat logic (`#52 `_) +* Move convert_lons_indices() function from plot_blocking.py to utils.py in METcalcpy (`#33 `_) +Bugfixes: -Version 1.0.0_beta1 release notes (20201023) -^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +* Fix event equalization and agg_stat logic (`#52 `_) +* Fix the No-Skill reference line on Reliability Plot implemented in Python (`#26 `_) -New Functionality: +* Fix the calculation of ECNT_RMSE statistic so the Python and R implementations are consistent (`#42 `_) -* **Add calculation for Difficulty Index from NRL** (`#30 `_) +* Change the default setting of calc_difficulty_index to reproduce results originally generated from Naval Research Lab (`#37 `_) -* Create coordinate converter for [0,360] to [-180,180] (`#21 `_) +* Fix the No-Skill reference line on Reliability Plot implemented in Python (`#26 `_) -Enhancements: +* Fix the calculation of ECNT_RMSE statistic so the Python and R implementations are consistent (`#42 `_) -Internal: +* Change the default setting of calc_difficulty_index to reproduce results originally generated from Naval Research Lab (`#37 `_)
 -* Move convert_lons_indices() function from plot_blocking.py to utils.py in METcalcpy (`#33 `_) +* Fix event equalization and agg_stat logic (`#52 `_) -Bugfixes: diff --git a/docs/version b/docs/version index 4520862c..97123c16 100644 --- a/docs/version +++ b/docs/version @@ -1 +1 @@ -__version__="1.0.0-dev" +__version__="1.0.0"