Skip to content

Releases: SciML/ModelingToolkitNeuralNets.jl

v2.0.0

09 Jul 21:28
7f9a153
Compare
Choose a tag to compare

ModelingToolkitNeuralNets v2.0.0

Diff since v1.7.0

Breaking changes

  • The NeuralNetworkBlock no longer uses RealInputArray & RealOutputArray,
    the ports are now inputs and outputs and they are normal vector variables.
    To change connection equations involving the old RealInputArray API,
    change from connecting the system to connecting with the underlying .u
- connect(sys.nn_in, nn.output)
+ connect(sys.nn_in.u, nn.outputs)

where nn is the NeuralNetworkBlock.

  • The package now requires ModelingToolkit@v10

Merged pull requests:

Closed issues:

  • Cannot simulate single input SymbolicNeuralNetwork model (#57)

v1.7.0

04 Apr 00:36
37b32c2
Compare
Choose a tag to compare

ModelingToolkitNeuralNets v1.7.0

Diff since v1.6.1

Merged pull requests:

Closed issues:

  • UDE Training does not work with AutoZygote (#20)
  • Main doc link broken (#52)

v1.6.1

01 Mar 19:22
7466069
Compare
Choose a tag to compare

ModelingToolkitNeuralNets v1.6.1

Diff since v1.6.0

Merged pull requests:

Closed issues:

  • Error when running example on latest version (#47)

v1.6.0

22 Feb 06:08
c5ae0ce
Compare
Choose a tag to compare

ModelingToolkitNeuralNets v1.6.0

Diff since v1.5.0

Merged pull requests:

  • CompatHelper: bump compat for "OptimizationOptimisers" to "0.3" for package docs (#41) (@github-actions[bot])
  • CompatHelper: bump compat for "Optimization" to "4.0" for package docs (#42) (@github-actions[bot])
  • ci: test with 1, lts and pre versions of julia (#43) (@thazhemadam)
  • test: fix initialization, account for Initial parameters in test (#50) (@AayushSabharwal)

v1.5.0

09 Sep 12:03
4cbb2f5
Compare
Choose a tag to compare

ModelingToolkitNeuralNets v1.5.0

Diff since v1.4.0

Merged pull requests:

v1.4.0

07 Sep 19:46
09f384b
Compare
Choose a tag to compare

ModelingToolkitNeuralNets v1.4.0

Diff since v1.3.0

Merged pull requests:

v1.3.0

07 Sep 15:09
25a11e7
Compare
Choose a tag to compare

ModelingToolkitNeuralNets v1.3.0

Diff since v1.2.0

Merged pull requests:

  • CompatHelper: bump compat for "LuxCore" to "1.0" (#37) (@github-actions[bot])

Closed issues:

  • UDE as hierarchical component (#36)

v1.2.0

13 Aug 18:58
4d21485
Compare
Choose a tag to compare

ModelingToolkitNeuralNets v1.2.0

Diff since v1.1.0

Merged pull requests:

Closed issues:

  • LoadError when using @mtkmodel macro and NeuralNetworkBlock as a component (#32)

v1.1.0

12 Aug 00:26
9d4aa15
Compare
Choose a tag to compare

ModelingToolkitNeuralNets v1.1.0

Diff since v1.0.2

Merged pull requests:

  • CompatHelper: bump compat for "Symbolics" to "6.0" (#33) (@github-actions[bot])

v1.0.2

13 May 13:06
1dc0aed
Compare
Choose a tag to compare

ModelingToolkitNeuralNets v1.0.2

Diff since v1.0.1

Merged pull requests:

Closed issues:

  • "The supplied DiffCache was too small and was enlarged" in DAE initialization (#4)