Releases: mschauer/DynamicIterators.jl
Releases · mschauer/DynamicIterators.jl
DynamicIterators v0.4.3
v0.4.2
v0.4.1
DynamicIterators v0.4.1
v0.4.0
DynamicIterators 0.3
Interface updates motivated by "contact with the enemy"
DynamicIterators 0.2.1
Small fixes for examples and Kalman.jl.
DynamicIterators 0.2
DynamicIterators
Iterators combine to a tree of iterators, but dynamic iterators combine to a network of interacting entities.
Dynamic iterators subtype <:DynamicIterator. They extend the iteration protocol and define
dyniterate(iter, message(state))
where message wraps a state or other relevant information.
This is an early release, but contains enough functionality for the release of Kalman.jl.
Changes:
In order to accomodate Kalman.jl and ressource management, I changed the protocol to use wrapped states instead of third arguments.
DynamicIterators 0.1
Release marking start of development.