libpressio version 0.46.0
libpressio version 0.46.0
Major Changes
- Potentially breaking change - libpressio now searches any parent
option, not just the global namespace when searching for an option. - Performance improvements to pressio_options by reducing allocating
conversions to std::string to only where strictly required through use
of std::string_view, perfect forwarding, and transparent comparisons.
Minor Changes:
- Added test case for Python bindings that uses io added in 0.45.0.