Skip to content

Releases: Thomasjkeel/jsmetrics

v0.2.9

16 Jan 16:41
82d1123
Compare
Choose a tag to compare

Minor update

  • Fix bugs with numpy version such that jsmetrics no longer checks for a numpy version between 1.12 and 1.16.

What's Changed

Full Changelog: 0.2.7...v0.2.9

0.2.7

24 Sep 15:29
Compare
Choose a tag to compare

Minor update

  • Fix bugs with scipy.ndimage to correct M11 and S09 methods

What's Changed

Full Changelog: v0.2.6...v0.2.7-hotfix

v0.2.6

23 Sep 16:06
43d07f2
Compare
Choose a tag to compare

Minor changes

  • Fix bug with Manney et al. 2011 that wouldn't allow method to run on more than one day

What's Changed

Full Changelog: 0.2.3...v0.2.6

v0.2.3

10 May 11:22
926970b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.2...0.2.3

v0.2.2

15 Mar 16:27
Compare
Choose a tag to compare

Description

Moderate Update
This version fixes bugs with the Kuang et al. 2014 (K14) jet occurrence and jet center algorithm. I have also fixed the diagonal check algorithm for M11 and K14.

What's Changed

Full Changelog: 0.2.1...v0.2.2

v0.2.2-beta

13 Mar 11:38
Compare
Choose a tag to compare

BUG FIX: fix plev unit checking function in data_utils

What's Changed

Full Changelog: 0.2.1...v0.2.2-beta

v0.2.1

01 Dec 15:20
59fd68a
Compare
Choose a tag to compare

Major Update

This version makes big changes to the operation of the Manney et al. 2011 and Archer & Caldeira 2008. The online docs have also been improved.

Changes to Metrics

Manney et al. 2011

  • Update Manney et al. 2011 method to include 'check_diagonals' parameter
  • Update Manney et al. 2011 method to select maximum windspeed if no cores found above threshold

Archer & Caldeira

  • Update Archer & Caldiera to more properly check for whether data plev coords are Pa or hPa.
  • Add 'slice_array_by_index_breaks' to data utils for Archer & Caldiera
  • Add check for plev units to data_utils for Archer & Caldiera

Changes to documentation

  • Simplify writing and fix typos in online docs
  • Rewrite descriptions of jet stats, algorithms, and waviness metrics.
  • Update examples of use and quick start table in docs

What's Changed

Full Changelog: v0.2.0...v0.2.1

v.0.2.0

14 Oct 17:15
cd45e3f
Compare
Choose a tag to compare

Major update

This includes new online and inline documentation, completion of additional metrics and removal of old code.

What's Changed

  • Fix CI and Github actions
  • Finish overhaul the ReadTheDocs documentation in the package
  • Confirm completed and to verify metrics
  • Update Schiemann et al. 2009 method to run faster and introduce u_threshold parameter default
  • Add more complete inline 'Steps' to each metric in the package for readability.
  • Remove Screen & Simmonds and Local Wave Activity leftover code
  • Update Manney et al. 2011 further with padding to capture cores near the edge of dataset

Pull Requests

Full Changelog: v0.1.7...v0.2.0

v0.1.7

10 Oct 17:11
Compare
Choose a tag to compare

Moderate Update

  • The biggest change in this version is to rename Grise & Polvani 2014 (was GP17)
  • This version has also updated the metric status tables for readthedocs and the README (removed metrics that will not be implemented to the package)
  • Coveralls is also introduced to the repo

What's Changed

Full Changelog: 0.1.6...v0.1.7

v0.1.6

15 Sep 13:05
fef6cce
Compare
Choose a tag to compare

Major Update

This update sees a major overhaul of the in-code and ReadTheDocs documentation to improve user experience.

The documentation and the package are still in development, so email me if you have any issues, recommendations, feedback

What's Changed

  • Since version 0.1.5, the jet core algorithm from Manney et al. 2011 has been changed to more closely resemble the original methodology. Any old version of this method were incorrect.
  • Change in-code docstrings across all metrics by @Thomasjkeel in #106
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #105
  • Add a 'Why jsmetrics" section to the ReadTheDocs by @Thomasjkeel in #107
  • Add "Examples of Use" to the ReadTheDocs by @Thomasjkeel in #108
  • Add more "Examples of Use" to the ReadTheDocs by @Thomasjkeel in #109

Full Changelog: v0.1.5...v0.1.6