Skip to content

Fix for evaluation errors

Compare
Choose a tag to compare
@wcarthur wcarthur released this 27 Oct 22:45
· 714 commits to master since this release

This release fixes an error where the Evaluation module would not complete execution, because of the use of numpy.ma.compress use when calculating percentiles for spatial variables like track density and genesis density.

Changelog:

  • Add scenario modelling example (for tcevent.py);
  • Reduce memory overhead when extracting timeseries data from scenario simulations;
  • Fix incorrect wind speed calculations arising from spurious pressure rates of change;
  • Add Akima interpolation scheme for interpolating single track positions;
  • Fix for numpy v1.10.1 changes;
  • Remove masked array compress from percentile function in evaluation routines;
  • General clean up of code;
  • Licencing and contribution information updated.