Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
graphtage-0.3.1-darwin-x86_64.zip | 2024-01-08 | 59.1 MB | |
graphtage-0.3.1-linux-x86_64.zip | 2024-01-08 | 69.4 MB | |
Graphtage v0.3.1 source code.tar.gz | 2024-01-08 | 154.4 kB | |
Graphtage v0.3.1 source code.zip | 2024-01-08 | 186.6 kB | |
README.md | 2024-01-08 | 607 Bytes | |
Totals: 5 Items | 128.9 MB | 1 |
- Adds a programmatic debugging mode
- Fixes several bugs that could cause crashes or infinite loops
- Removes support for Python 3.7 primarily due to upstream dependencies
- Adds support for securely diffing Python pickle serializations
- Adds a
DataClass
node type, drastically simplifying the implementation of custom container nodes - Adds cycle detection when building trees from Python objects
- Adds a
Builder
class, drastically simplifying building Graphtage trees from custom, non-Graphtage data structures - Adds a
graphtage.ast
module with node types to specify abstract syntax trees