Skip to content

Releases: blegat/HybridSystems.jl

v0.4.3

04 Jan 21:04
3f1431a
Compare
Choose a tag to compare

HybridSystems v0.4.3

Diff since v0.4.2

Merged pull requests:

  • Fix test on 32-bit systems (#56) (@schillic)
  • CompatHelper: bump compat for FillArrays to 1, (keep existing compat) (#57) (@github-actions[bot])
  • Add Dionysos (#58) (@blegat)
  • Update Project.toml (#59) (@schillic)

v0.4.2

23 Dec 15:33
587f98d
Compare
Choose a tag to compare

HybridSystems v0.4.2

Diff since v0.4.1

Merged pull requests:

v0.4.1

26 Jul 13:28
Compare
Choose a tag to compare

HybridSystems v0.4.1

Diff since v0.4.0

Merged pull requests:

  • CompatHelper: bump compat for MathematicalSystems to 0.12, (keep existing compat) (#52) (@github-actions[bot])

v0.4.0

17 Jun 22:20
50adbd7
Compare
Choose a tag to compare

HybridSystems v0.4.0

Diff since v0.3.6

Merged pull requests:

  • LightGraphs -> Graphs (#49) (@blegat)
  • [BREAKING] Rename LightAutomaton/LightTransition to GraphAutomaton/GraphTransition (#51) (@blegat)

v0.3.6

22 Mar 20:28
6889ce3
Compare
Choose a tag to compare

HybridSystems v0.3.6

Diff since v0.3.4

Closed issues:

  • TagBot trigger issue (#45)

Merged pull requests:

  • Update Project.toml (#44) (@mforets)
  • Update README.md (#46) (@mforets)
  • CompatHelper: bump compat for FillArrays to 0.13, (keep existing compat) (#47) (@github-actions[bot])
  • CompatHelper: bump compat for MappedArrays to 0.4, (keep existing compat) (#48) (@github-actions[bot])

v0.3.4

27 Oct 12:14
Compare
Choose a tag to compare

HybridSystems v0.3.4

Diff since v0.3.3

Merged pull requests:

  • Fix transitions when there is no transition (#43) (@blegat)

v0.3.3

24 Oct 09:10
Compare
Choose a tag to compare

HybridSystems v0.3.3

Diff since v0.3.2

Merged pull requests:

  • CompatHelper: bump compat for "MappedArrays" to "0.3" (#41) (@github-actions[bot])
  • CompatHelper: bump compat for "FillArrays" to "0.10" (#42) (@github-actions[bot])

v0.3.2

28 Sep 09:08
1c55858
Compare
Choose a tag to compare

HybridSystems v0.3.2

Diff since v0.3.1

Merged pull requests:

  • CompatHelper: bump compat for "FillArrays" to "0.9" (#40) (@github-actions[bot])

v0.3.1

21 May 22:04
Compare
Choose a tag to compare

HybridSystems v0.3.1

Diff since v0.3.0

Closed issues:

  • Add getter function for transitions (#38)

Merged pull requests:

v0.3.0

22 May 15:49
v0.3.0
f4f57ff
Compare
Choose a tag to compare

v0.3.0 (2019-05-22)

Diff since v0.2.0

Merged pull requests:

  • Use concrete type for HybridSystem (#34) (blegat)
  • Add mode and use continuous system and maps for switched systems (#33) (blegat)