v0.6.0
Breaking Changes
- build!: organize build options by @c-dilks in #189
- "Expert" build options are now prefixed by
z_
, to keep them separate - new option
z_install_envfile
- Some build options are renamed, to make them more clear:
- "Expert" build options are now prefixed by
examples -> install_examples
require_ROOT -> z_require_root
make_modulefile -> z_install_modulefile
Primary Changes
- feat: make
SectorFinder
a creator algorithm and a prerequisite forMomentumCorrection
by @c-dilks in #179 - Added hipopy and iguana integration example. by @mfmceneaney in #199
- build: require
hipo
minimum version 4.1.0 by @c-dilks in #198 - fix: use
hipo
iterators for properbank
row filtering by @c-dilks in #152 - feat: support
tcsh
environmental setup by @c-dilks in #207
Technical Changes
- feat: release automation by @c-dilks in #177
- chore: auto format by @c-dilks in #178
- fix(ci): revert to latest
meson
version by @c-dilks in #185 - build: install license by @c-dilks in #187
- ci: use xrootd validation files by @c-dilks in #188
- fix: use smart pointers for Fortran binding's
Algorithm
instances by @c-dilks in #180 - ci: disable
ubsan
untilmeson
1.5 by @c-dilks in #190 - build: module file tagging by @c-dilks in #192
- fix: omit empty variables from pkg-config file generation by @c-dilks in #197
- fix: do not require a Fortran compiler if Fortran is unused by @c-dilks in #196
- fix:
resolve-dependencies.py
might find the wrong.pc
file by @c-dilks in #203 - feat: benchmark algorithms by @c-dilks in #204
- ci: run validators on all available events by @c-dilks in #205
- Fix header guards for TypeDefs.h by @dglazier in #209
- fix: support
csh
as well astcsh
by @c-dilks in #211
New Contributors
- @mfmceneaney made their first contribution in #199
- @dglazier made their first contribution in #209
Full Changelog: v0.5.0...v0.6.0