New Features
- **Decoupling**: Added first version of decoupling code (`pkgs.analyses.decoupling.SortingBinsMethod`).
This allows the investigation of binned aggregates of a variable `z` in binned classes of
`x` and `y`. For example: show mean GPP (`y`) in 5 classes of VPD (`x`), separate for
10 classes of air temperature (`z`).

- **Time series plot**: `core.plotting.timeseries.TimeSeries` plots a simple time series. This will
be the default method to plot time series.
Changes
- **Critical days**: Several changes in `pkgs.flux.criticaldays.CriticalDays`:
- By default, daily aggregates are now calculated from 00:00 to 00:00 (before it was
7:00 to 07:00).
- Added parameters for specifying the labels for the x- and y-axis in output figure
- Added parameter for setting dpi of output figure
- Some smaller adjustments
- `pkgs.flux.co2penalty.CO2Penalty.plot_critical_hours`: 95% predicion bands are now
smoothed (rolling mean)
- **CO2 penalty**: (since v0.44.0 renamed to NEP penalty)
- Some code refactoring in `pkgs.flux.co2penalty.CO2Penalty`, e.g. relating to plot appearances