github-actions
released this
13 Sep 08:55
·
53 commits
to refs/heads/main
since this release
Summary
See the full changelog in the docs for the release notes.
Below, you can find the contributors and merged PRs.
Contributors
@Hckjs, @TjarkMiener, @aaguasca, @ctoennis, @dependabot, @dependabot[bot], @kosack, @maxnoe, @mexanick
What has changed since v0.21.2
Pull-requests containing changes of multiple nature are repeated.
- Convert metadata Instrument.site to free string instead of enum (#2616) @maxnoe
- Fix error messages for non-existing path (#2591) @maxnoe
- Move interpolator from io to monitoring (#2615) @maxnoe
- Check uniqueness of input paths and obs_ids in merge tool (#2611) @maxnoe
- Fix typo CameraGeometry docs (#2613) @aaguasca
- Add support for numpy 2.0 (#2580) @maxnoe
- Fix warning in sonarqube (#2588) @maxnoe
- Fix typo waveform in docs (#2608) @aaguasca
- Bump SonarSource/sonarqube-scan-action from 2 to 3 (#2605) @dependabot
- Input reference meta (#2598) @maxnoe
- OutlierDetector components (#2604) @TjarkMiener
- Update AUTHORS, add to release procedure (#2590) @maxnoe
- Variance extractor (#2543) @ctoennis
- Delete tel attribute from MonitoringCameraContainer in NSBImageCleaner (#2602) @Hckjs
- Fix deprecation warning in provenance, fixes #2592 (#2599) @maxnoe
- Fix provenance in case broken packages are in the environment (#2595) @maxnoe
- Fix traitlets test by ignoring test modules and _dev_version (#2593) @maxnoe
- Fix docs build (#2589) @maxnoe
- Treat deprecation warnings as errors (#2581) @maxnoe
- Fix sonar (#2586) @maxnoe
- Fix sonarqube for forks (#2585) @maxnoe
- Fix missing SONAR_HOST_URL (#2584) @maxnoe
- use correct sonar action (#2583) @maxnoe
- Fix filename in sonar action (#2582) @maxnoe
- Run sonar in separate step to enable PRs from forks again (#2578) @maxnoe
- Bugfix: don't intercept normal SystemExit(0) in Tool (#2575) @mexanick
New features
- Interpolator (#2600) @ctoennis
- Add StatisticsAggregator API (#2554) @TjarkMiener
- Update exception handling in tools (#2594) @mexanick
- Implement lstchains image cleaning (#2541) @Hckjs