Releases: OmenApps/django-postgresql-dag
Releases · OmenApps/django-postgresql-dag
0.2.3
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
0.1.1
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
- Added count methods and siblings/partners methods
- Moved the various query strings to their own file to simplify models.py
0.0.22
Fix for issue with column names