v0.6.4 release on PyPi
2022-11-23
- update
setuptools
to workaround potential vulnerabilities - create
pyproject.toml
to support upcomingpip
release
What's Changed
- Add more sparql11 rdf-tests by @Mec-iS in #259
- Create querying mixin by @Mec-iS in #262
- Prefix strings with
r
to avoidDeprecationWarning
andW1401
by @tomaarsen in #264 - Add serilization-deserialization mixin by @Mec-iS in #263
- Create W3C standards mixin by @Mec-iS in #265
- Provide a graph factory method to be used by mixins to instantiate KGs by @Mec-iS in #268
- Starting graph algebra by @Mec-iS in #267
- Improvement in networks module by @Mec-iS in #271
- Bump scikit-learn from 1.1.2 to 1.1.3 by @dependabot in #279
- Workaround setuptools vulnerability by @ceteri in #289
- Fix error with LIMIT clause in gpviz by @Mec-iS in #282
- Cutover to using
pyproject.toml
based on Flit by @ceteri in #290
New Contributors
- @dependabot made their first contribution in #279
Full Changelog: v0.6.1...v0.6.4