v0.2.0
What's Changed
- feat: auto-set version number from
git
tag by @c-dilks in #57 - feat: python bindings by @c-dilks in #58
- doc: use
markdown
emphasis types by @c-dilks in #61 - build: use
pkg-config
forhipo4
by @c-dilks in #60 - style:
test-dependent-build.sh
->test-consumer-build.sh
by @c-dilks in #63 - ci: use python virtual environment for python bindings by @c-dilks in #64
- feat: example processing bank rows by @c-dilks in #65
- feat: generate algorithm boilerplate with preprocessor macros by @c-dilks in #66
- feat: generate a template algorithm by @c-dilks in #67
- feat: set default buildtype to
release
, controllable inconfigure.py
by @c-dilks in #68 - doc: recommend latest dependency tag rather than main branch by @c-dilks in #72
- fix: macOS rpath and dynamic library issues by @c-dilks in #73
- doc: runtime dependency resolution by @c-dilks in #78
- build!: replace
configure.py
withmeson
documentation by @c-dilks in #80 - fix: remove
Start
,Run
,Stop
preprocessor macros by @c-dilks in #82 - fix: combine
Algorithm.h
andAlgorithmFactory.h
by @c-dilks in #83 - fix: remove unnecessary things from test algorithms by @c-dilks in #84
- ci: use main
hipo
fork and latest tag by @c-dilks in #81 - doc: remove
nproc
suggestion by @c-dilks in #86
Full Changelog: v0.1.0...v0.2.0