Skip to content

Releases: OmenApps/django-postgresql-dag

0.2.3

21 Mar 19:08
Compare
Choose a tag to compare

Added insert_node method to insert a node on an edge.

0.2.2

20 Mar 20:15
Compare
Choose a tag to compare

Changes:

  • Corrected imports to ensure NetworkX and Pandas are not required
  • Added CI to check for black formatting and run tests
  • Improved documentation for ReadTheDocs and in models.py

0.2.0

26 Feb 16:24
Compare
Choose a tag to compare

Changes:

  • Added argument to allow or disallow duplicate edges between 2 nodes
  • NetworkX and Pandas are optional dependencies for experimental tools
  • Minor improvements to setup metadata and docs

0.1.9

02 Feb 19:55
Compare
Choose a tag to compare
Minor version update

0.1.6

25 Nov 03:55
Compare
Choose a tag to compare

Added option to export NetworkX graphs as directed or undirected.

0.1.5

24 Nov 15:39
Compare
Choose a tag to compare

Includes methods for parent/child edges of nodes.

0.1.4

22 Nov 17:57
Compare
Choose a tag to compare

Error fixes from the 0.1.1 release

0.1.1

22 Nov 16:40
Compare
Choose a tag to compare

Lots of improvements to the underlying code:

  • Raw Queries are built up using a class-based approach, simplifying things and making them more readable
  • Added/updated many methods

0.0.23

20 Nov 03:38
Compare
Choose a tag to compare
  • Added count methods and siblings/partners methods
  • Moved the various query strings to their own file to simplify models.py

0.0.22

18 Nov 03:16
Compare
Choose a tag to compare

Fix for issue with column names