We started keeping track of changes in the NEWS.md file after version 0.1.0.
No actual changes. We move to version 1.0.0 because:
-
The tool is being used extensively by the community and it has become more stable.
-
Julia treats any change as breaking change when < 1.0.0
- Update dependencies and ensure it works on Julia 1.12
- Bug fix in the definitions
traverse
-
Export methods to modify global ID counter (useful when you save the graph and want to restart simulation later on).
-
Add
apply!method to fill the nodes that result from a query in-place. -
Document every function and type in the package, including methods and functions not included in the public API.