Skip to content

Releases: OmenApps/django-postgresql-dag

2026.2.3

16 Feb 07:06

Choose a tag to compare

2026.2.2

15 Feb 05:05

Choose a tag to compare

Full Changelog: 2026.2.1...2026.2.2

2026.2.1

14 Feb 03:22

Choose a tag to compare

Full Changelog: 0.2.3...2026.2.1

0.2.3

21 Mar 19:08

Choose a tag to compare

Added insert_node method to insert a node on an edge.

0.2.2

20 Mar 20:15

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

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

Choose a tag to compare

Minor version update

0.1.6

25 Nov 03:55

Choose a tag to compare

Added option to export NetworkX graphs as directed or undirected.

0.1.5

24 Nov 15:39

Choose a tag to compare

Includes methods for parent/child edges of nodes.

0.1.4

22 Nov 17:57

Choose a tag to compare

Error fixes from the 0.1.1 release