------------------------- * Overhaul the ReadTheDocs documentation in the package * Write a more detailed description of each metric * Add examples and implementation notes to each metric * Update listing in 'details_for_all_metrics.py' * Update the 'Why jsmetrics' section with notes about what jets are and quick start help * Add some Examples of Use for each type of metric * Add ws_threshold parameter to Pena-Ortiz method * Rename Pena-Ortiz method to 'pena_ortiz_et_al_2016' (as earlier paper)
0.1.6alpha
------------------------- * Fix Manney et al. 2011 implementation * Correct Manney 2011 method * Move old method to new metric: 'jet_core_identification_algorithm' * Update docs for Manney 2011 and sub-components
0.1.5beta
------------------------- * Update Schiemann method with new variable name (jet occurence), docstring and changes to sub-component function names * Add ws_threshold parameter to Schiemann * Update methods that work on one time unit of data and add squeeze method to properly deal if time not in dims * Add basic outline of jet core algorithm docstrings
0.1.5alpha
------------------------- * Begin overhaul of ReadTheDocs documentation * Add notes and example to Koch et al. 2006 metric * Rename variable returned by K06 to jet_events_ws
0.1.4
------------------------- * Add new metric to package: Zappa et al. 2018 (This method builds on Ceppi et al. 2018) * Raise KeyError if no time coordinate is passed to a given metrics
0.1.4alpha
------------------------- * add KeyError raise if no time coordinate is passed to various metrics