Skip to content

pysteps v1.1

Choose a tag to compare

@aperezhortal aperezhortal released this 19 Aug 11:35
· 432 commits to master since this release
  • Code formatting and bug fixes
  • Refactor build system to adopt PEP517/518 standards
  • Automate pytests with tox
  • Add Proesmans optical flow method
  • Refactor Lucas-Kanade optical flow method
  • Fix bugs in vet function
  • Optimize vet function
  • Update io interface (odim_hdf5 -> opera_hdf5)
  • Add z-r parameters to MCH, FMI and KNMI importers
  • Implement FMI GeoTIFF importer
  • Add new scores:
    • Normalized MSE
    • Matthews correlation coefficient (MCC) score
    • F1 score (harmonic mean of precision and sensitivity)
  • Implement accumulation of FSS scores from multiple forecast/observation fields
  • Distinguish between type 1 and type 2 conditional biases
  • Improve documentation:
    • Release guidelines