Welcome, correct error bars
The biggest change is that now the errorbars are correct (https://github.com/JannisNe/timewise/pull/52, https://github.com/JannisNe/timewise/pull/55, https://github.com/JannisNe/timewise/pull/61) and there are now plots to test this (https://github.com/JannisNe/timewise/pull/56, https://github.com/JannisNe/timewise/pull/62).
Further, the binning by `WiseDataByVisit` is now much faster (https://github.com/JannisNe/timewise/pull/63).
The new cluster submission system at DESY is now supported (https://github.com/JannisNe/timewise/pull/59).
What's Changed
* Nicer logger names by JannisNe in https://github.com/JannisNe/timewise/pull/44
* Change data format by JannisNe in https://github.com/JannisNe/timewise/pull/45
* Backwards compatibility with deprecation warning by JannisNe in https://github.com/JannisNe/timewise/pull/46
* Add option to use `bigdata_dir` in `WISEDataDESYCluster` by JannisNe in https://github.com/JannisNe/timewise/pull/47
* Add `skip_download` option also to `WISEDataBase` by JannisNe in https://github.com/JannisNe/timewise/pull/48
* Fix `WISEDataDESYCluster.plot_lc` by JannisNe in https://github.com/JannisNe/timewise/pull/49
* Use correct parent sample indices when starting data product by JannisNe in https://github.com/JannisNe/timewise/pull/51
* use correct weights when binning lightcurve by JannisNe in https://github.com/JannisNe/timewise/pull/52
* Make plots of chi2 distributions of light curves by JannisNe in https://github.com/JannisNe/timewise/pull/50
* Removing outliers in bins during binning by JannisNe in https://github.com/JannisNe/timewise/pull/53
* Better Chi2 plots by JannisNe in https://github.com/JannisNe/timewise/pull/56
* Bump virtualenv from 20.16.6 to 20.17.0 by dependabot in https://github.com/JannisNe/timewise/pull/54
* Bugfix Error calculation by JannisNe in https://github.com/JannisNe/timewise/pull/55
* Error factor by JannisNe in https://github.com/JannisNe/timewise/pull/57
* BUGFIX: when no data is present for one of the filters create an empty dictionary instead of checking for `<band>_ul` to avoid `KeyError` by JannisNe in https://github.com/JannisNe/timewise/pull/58
* Hello HTCondor, Bye gridentine by JannisNe in https://github.com/JannisNe/timewise/pull/59
* add NaNs when no data is present by JannisNe in https://github.com/JannisNe/timewise/pull/60
* T distribution correction of error bars for bins with few datapoints by JannisNe in https://github.com/JannisNe/timewise/pull/61
* Faster binning by JannisNe in https://github.com/JannisNe/timewise/pull/63
* Fix NaNs of zero points for histogram binning by JannisNe in https://github.com/JannisNe/timewise/pull/64
* Coverage plots by JannisNe in https://github.com/JannisNe/timewise/pull/62
* use correct uncertainty for density bins by JannisNe in https://github.com/JannisNe/timewise/pull/65
* pretty up chi2 plots by JannisNe in https://github.com/JannisNe/timewise/pull/66
* Better cumulative chi2 plots by JannisNe in https://github.com/JannisNe/timewise/pull/67
* No Chi2 fit and fix F-Distribution ndof1 by JannisNe in https://github.com/JannisNe/timewise/pull/68
* No Chi2 fit and fix F-Distribution ndof1 by JannisNe in https://github.com/JannisNe/timewise/pull/70
* Node memory argument by JannisNe in https://github.com/JannisNe/timewise/pull/72
* Bump seaborn from 0.11.2 to 0.12.2 by dependabot in https://github.com/JannisNe/timewise/pull/71
* Cluster job id thread-safe by JannisNe in https://github.com/JannisNe/timewise/pull/73
* Test `WISEBigDataDESYCLuster` by JannisNe in https://github.com/JannisNe/timewise/pull/74
* Lock writing to disk by JannisNe in https://github.com/JannisNe/timewise/pull/75
* Avoid `MemoryError` when writing to disk from `WISEBigDataDESYCluster` by JannisNe in https://github.com/JannisNe/timewise/pull/76
* `WiseDataByVisit`: Reject ourliers base on the 70th percentile of the deviaton from median by JannisNe in https://github.com/JannisNe/timewise/pull/77
* Add option to get additional columns when matching to WISE by JannisNe in https://github.com/JannisNe/timewise/pull/78
* Remove deprecated functions by JannisNe in https://github.com/JannisNe/timewise/pull/79
* Update docstrings and make `load_data_product` a public function by JannisNe in https://github.com/JannisNe/timewise/pull/80
**Full Changelog**: https://github.com/JannisNe/timewise/compare/v0.2.3...v0.3.0