Version 0.2.2
Pre-release
Pre-release
Warning: This is working scientific code that is not production-ready. The API is unstable and likely to change in the future.
This release fixes a bug from v0.2.1 where different architectures gave different results in model inference. It also adds documentation and save/load functions.
What's Changed
- Fix versioneer prefix by @lilyminium in #25
- Expand GNNModel arguments and add load function by @lilyminium in #26
- Fix warnings showing up in inference by @lilyminium in #27
- Add save function to GNNModel by @lilyminium in #29
- More docstrings! by @Yoshanuikabundi in #33
- Expose base classes and hide metaclasses by @Yoshanuikabundi in #32
- Fix edge ordering by @lilyminium in #34
- Migrate from pkg_resources to importlib_resources by @lilyminium in #35
- New NAGL docs take 2 by @Yoshanuikabundi in #21
- Document creation of custom features by @Yoshanuikabundi in #36
New Contributors
- @Yoshanuikabundi made their first contribution in #33
Full Changelog: v0.2.0...v0.2.2