Releases: OmenApps/django-postgresql-dag
Releases · OmenApps/django-postgresql-dag
2026.2.3
Full Changelog: 2026.2.2...2026.2.3
2026.2.2
Full Changelog: 2026.2.1...2026.2.2
2026.2.1
Full Changelog: 0.2.3...2026.2.1
0.2.3
Added insert_node method to insert a node on an edge.
0.2.2
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
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
Minor version update
0.1.6
Added option to export NetworkX graphs as directed or undirected.
0.1.5
Includes methods for parent/child edges of nodes.
0.1.4
Error fixes from the 0.1.1 release