Skip to content

Commit dea556d

Browse files
committed
chore: add changelog
1 parent fcaf378 commit dea556d

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# ModelingToolkitNeuralNets v2
2+
3+
## Breaking changes
4+
5+
- The `NeuralNetworkBlock` no longer uses `RealInputArray` & `RealOutputArray`,
6+
the ports are now `inputs` and `outputs` and they are normal vector variables.

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,11 @@ ModelingToolkitNeuralNets.jl is a package to create neural network blocks define
1212
## Tutorials and Documentation
1313

1414
For information on using the package, [see the stable documentation](https://docs.sciml.ai/ModelingToolkitNeuralNets/stable/). Use the [in-development documentation](https://docs.sciml.ai/ModelingToolkitNeuralNets/dev/) for the version of the documentation, which contains the unreleased features.
15+
16+
## Breaking changes in v2
17+
18+
The `NeuralNetworkBlock` no longer uses `RealInputArray` & `RealOutputArray`,
19+
the ports are now `inputs` and `outputs` and they are normal vector variables.
20+
This simplifies the usage a bit and removes the need for the ModelingToolkitStandardLibrary dependency.
21+
22+
This version also moves to ModelingToolkit@v10.

0 commit comments

Comments
 (0)