What's Changed
- really drop python<=3.7 support. by @kloczek in #240
- Start using hatch for Python project management by @jnikula in #241
- Documentation fixes by @jnikula in #245
- javadoc: allow space before parameter direction indication by @jnikula in #244
- Basic C++ namespace support by @jnikula in #247
- GitHub action version bumps by @jnikula in #251
- Use libclang include path in tests by @jnikula in #252
- doc: remove notes about C++ gaps by @jnikula in #250
- Type hints by @jnikula in #231
- hawkmoth.ext.transformations and hawkmoth.util.doccompat deprecation by @jnikula in #246
- Prep work for running test suite on macos-latest by @jnikula in #248
- test: combine the asserts for output and errors by @jnikula in #253
- Domain specific clang args by @jnikula in #258
- test: rename test_cautodoc.py -> test_extension.py by @jnikula in #257
- Developer documentation by @jnikula in #259
- typing: use Optional[T] instead of T | None for Python 3.9 compatibility by @jnikula in #261
- Docker updates by @jnikula in #260
New Contributors
Full Changelog: v0.18.0...v0.19.0