Skip to content

Releases: DHI/modelskill

v0.6.0 improved scatter plot and more

15 Mar 12:14
8108822
Compare
Choose a tag to compare
  • Improved scatter plots
    • Density as an alternative to 2d histogram
    • Optionally show a sample of points if many points
    • Improved control of binning
    • Chose quantiles to be plotted
    • Improved visualization of QQ points
    • Show grid
  • Better colors in time series plots with multiple models

What's Changed

New Contributors

Full Changelog: v0.5.1...v0.6.0

v0.5.1 Better ModelResult itemInfo for pandas and xarray

29 Nov 15:25
Compare
Choose a tag to compare
  • Fix bug with missing default itemInfo for pandas ModelResults
  • Add itemInfo argument to pandas and xarray ModelResultItem
  • DMI api - Better handling of empty datasets

What's Changed

Full Changelog: v0.5.0...v0.5.1

v0.5.0 Better mean_skill, avoid extrapolation, more plot arguments

03 Nov 15:40
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.3...v0.5.0

v0.4.3 Minor

12 Oct 15:02
Compare
Choose a tag to compare
  • Make file paths relative to configuration file (instead of cwd)
  • Check point inside xarray domain

v0.4.2 Horizontal bar plot and more

05 Oct 20:18
Compare
Choose a tag to compare
  • Skill: Horizontal bar plot
  • Default model name for in simple compare
  • Hit ratio assert matching data shapes
  • Improved documentation

Same as version 0.4.1

v0.4.1 Horizontal bar plot and more

05 Oct 20:13
04517eb
Compare
Choose a tag to compare
  • Skill: Horizontal bar plot
  • Default model name for in simple compare
  • Hit ratio assert matching data shapes
  • Improved documentation

v0.4.0: New metrics, normalized Taylor plot, other improvements and bugfixes

04 Oct 15:40
Compare
Choose a tag to compare
  • Add normalized Taylor plot
  • Add aggregate_observations argument to taylor plot
  • Add new metrics: max_error and willmott's Index of Agreement
  • Improve TrackObservation item argument: now takes both int and string
  • Improve TrackObservation input check, now require input to be specified if more than 3 items
  • Bugfix: normalize NSE metric with obs
  • Bugfix: remove class attributes that caused problems with multiple objects
  • Add obs_item to fmskill.compare()
  • Improved getitem to handle negative indexes and raise correct errors
  • Bugfix: fmskill.compare() select item
  • Improved metric documentation

v0.3.6 Minor warning fix

28 Sep 14:31
7900296
Compare
Choose a tag to compare
  • Fix pandas styler deprecation warning

v0.3.5 Altimetry API updates and load time improvements

24 Sep 13:36
Compare
Choose a tag to compare
  • Altimetry API updates
  • load time improvements, only import xarray when needed

v0.3.4 Minor

23 Sep 07:25
625bb3a
Compare
Choose a tag to compare
  • Add shapely as a dependency