Skip to content

Releases: mschauer/DynamicIterators.jl

DynamicIterators v0.4.3

14 Apr 21:53
ec57c7f

Choose a tag to compare

v0.4.2

04 Apr 21:06
8192ef7

Choose a tag to compare

DynamicIterators v0.4.2

Diff since v0.4.1

Closed issues:

  • Register (#6)

Merged pull requests:

  • MassInstallAction: Install the TagBot workflow on this repository (#7) (@mschauer)
  • MassInstallAction: Install the CI workflow on this repository (#8) (@mschauer)

v0.4.1

07 Mar 13:04

Choose a tag to compare

DynamicIterators v0.4.1

Diff since v0.4.0

v0.4.0

10 Feb 15:04
3a4d5ff

Choose a tag to compare

DynamicIterators v0.4.0

Diff since v0.3.0

Merged pull requests:

DynamicIterators 0.3

18 Nov 09:53

Choose a tag to compare

Interface updates motivated by "contact with the enemy"

DynamicIterators 0.2.1

14 Nov 16:50

Choose a tag to compare

Small fixes for examples and Kalman.jl.

DynamicIterators 0.2

14 Nov 11:09
186e9a6

Choose a tag to compare

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

11 Nov 09:47

Choose a tag to compare

Release marking start of development.