Releases: bigladder/btwxt
Releases · bigladder/btwxt
v1.0.0
What's Changed
- Major refactoring (breaking changes!) by @nealkruis in #30
- New public interface (mostly renaming and changes to call signatures)
- No global callback (see next item)
- Implement per-instance error handling by @tanaya-mankad in #27
- Group RGI interface and implementation functions separately by @tanaya-mankad in #33
- Move to GitHub Actions and update dependencies by @nealkruis in #13
- Update C++ to C++17 by @galanCA in #16
- Increase warning level for all compilers by @galanCA in #17
- Check for changed interpolation methods before short-circuiting. by @tanaya-mankad in #19
- Update gtest to tag v1.12.0 by @tanaya-mankad in #22
- Decrease warning levels by @tanaya-mankad in #20
- Add methodology documentation by @spahrenk in #32
New Contributors
- @galanCA made their first contribution in #16
- @tanaya-mankad made their first contribution in #19
- @spahrenk made their first contribution in #32
Full Changelog: v0.2.0...v1.0.0
Version 0.2.0
Return calculated normalization values.
Version 0.1.0
Initial release