v0.18.1 – 2023-03-17
release-drafter
released this
17 Mar 10:31
·
1267 commits
to refs/heads/main
since this release
Summary
This is a bugfix release fixing three bugs and including some maintenance changes to the repository.
See the detailed changelog in the documentation and the list of merged PRs down below.
This release is also the first to include CEP 1, the definition of the CEP process, in the released ctapipe documentation.
Contributors
@LukasBeiske, @StFroese, @Tobychev, @kosack, @maxnoe and @nbiederbeck
What has changed since v0.18.0
Pull-requests containing changes of multiple nature are repeated.
- Render changelog for 0.18.1 (#2290) @maxnoe
- Fix wrong activity meta being written into output files (#2261) @maxnoe
- Only remove sort index from table if input did not contain it (#2288) @maxnoe
- Fix overwrite not working for ctapipe-apply-models (#2287) @maxnoe
- require lint CI before testing (#2281) @nbiederbeck
- Use pre-commit/action (#2276) @nbiederbeck
- Added favicon (#2263) @Tobychev
- Update CI config after default branch renaming (#2254) @maxnoe
- Add pypi badge to readme (#2253) @maxnoe
New features
Maintenance
- Add missing enter_context for TableLoader in train tools (#2286) @maxnoe
- CEP-001: Definition of the proposal process (#2256) @Tobychev
- Update pre-commit to isort 5.12.0 (#2271) @LukasBeiske
- Make devs aware of debugging and
ipdb
in docs (#2220) @StFroese - Fix deprecation warning due to pkg_resources (#2259) @maxnoe