Skip to content

Releases: geronimo-iia/networkx-query

Release v2.1.0

25 Aug 17:24
816a6d2
Compare
Choose a tag to compare
Merge pull request #46 from geronimo-iia/features/py12

support python 12

v2.0.1

07 Oct 09:51
Compare
Choose a tag to compare

Security fix (dev tools)

  • Removal of e-Tugra root certificate

2.0.0

07 Oct 09:51
6852fee
Compare
Choose a tag to compare
  • add support for networkx 3.x:
    By default, poetry will try to install the newest version of networkx (networkx = "*").
  • add test pipeline for python 3.9, 3.10 and 3.11

v1.0.3

07 Oct 09:52
Compare
Choose a tag to compare
  • implements search_relationships

v1.0.2

07 Oct 09:52
Compare
Choose a tag to compare
  • technical feat:
    • use ruff as sucessor of flake8
    • update dev dependencies
    • use mkdocs

v1.0.1

07 Oct 09:52
1795362
Compare
Choose a tag to compare
  • fix documentation syntax
  • add search_direct_relationships function
  • rewrote search_edges and search_nodes (avoid extra filter step)

v1.0.0

07 Oct 09:52
Compare
Choose a tag to compare
  • complete documentation
  • add little example
  • add search_edges, search_nodes for quick and eazy usage
  • complete coverage