| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 4.0.2 source code.tar.gz | 2026-09-03 | 590.8 kB | |
| 4.0.2 source code.zip | 2026-09-03 | 627.9 kB | |
| README.md | 2026-09-03 | 243 Bytes | |
| Totals: 3 Items | 1.2 MB | 1 | |
Summary
Bug fix release. Graph.update() raised a TypeError since v3.0.2.
It now correctly calls put(..., update=True), replacing all outgoing edges for the
given predicate with a single new edge. Fixed in [#96], thanks @Anai-Guo.