What's Changed
- Remove setitem from ComparerCollection by @ecomodeller in #416
- Refactor
matching
to be Observation type agnostic by @ecomodeller in #413 - Handle warnings, mainly from pandas. by @ecomodeller in #432
- New Peak Ratio by @daniel-caichac-DHI in #435
- Fix problem with dfsu elements read out of order by @ecomodeller in #438
- Prepare some more for NumPy 2.0 by @ecomodeller in #439
- Including notebook on data wrangling by @jpalm3r in #440
- Errors rather than asserts by @ecomodeller in #379
- Fix comparer wrong gtype by @ecomodeller in #436
- Including notebook on forecast skill analysis and visualization by @jpalm3r in #441
- Check order of args in match by @ecomodeller in #444
- plot() should raise error if no default plot by @jsmariegaard in #419
- Fixing issue with x axis label by @jpalm3r in #446
- Use ruff for formatting instead of black by @ecomodeller in #445
- Observation xyz is not included in Comparer for point-to-point comparisons by @jsmariegaard in #447
- Maintenance/make uv installable with 312 by @ryan-kipawa in #454
- Feature/box plot in comparer collection by @ryan-kipawa in #455
- Support for Python 3.13 by @ecomodeller in #459
- Feature/multiple model support for residual hist on comparer by @ryan-kipawa in #458
- Avoid from_matched with track data explodes on missing x_item by @jsmariegaard in #466
- Basic Support for Dfs2 in GridmodelResult by @ecomodeller in #428
- Update README.md by @daniel-caichac-DHI in #467
- Fix some static type info by @ecomodeller in #470
- Make netcdf mandatory by @ecomodeller in #473
- Fix/Scatter plot density with few points by @jsmariegaard in #478
- Update GitHub actions by @jsmariegaard in #479
- Use strings as values for enum instead of integers by @ecomodeller in #469
- Add qq and residual_hist plots on comparer collection by @ryan-kipawa in #456
- Change version number for release 1.1.0 by @jsmariegaard in #480
- Remove deprecated arguments, functions and classes. by @ecomodeller in #481
New Contributors
Full Changelog: v1.0.0...v.1.1.0