Skip to content

Commit

Permalink
modified: CHANGELOG.md
Browse files Browse the repository at this point in the history
	modified:   Project.toml
	modified:   src/sub/design_models.jl
  • Loading branch information
Pierre BLAUD committed Mar 16, 2023
1 parent e1c50f5 commit 0cdb0be
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# AutomationLabsSystems Changelog

## v0.1.5

* Remove neuralode_type1 and keep only neuralode_type2 as neuralODE from AutomationLabsIdentification.jl.

## v0.1.4

* Modification of proceed_system (linear and non-linear model).
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "AutomationLabsSystems"
uuid = "6d3dfdf0-e107-48c6-a6ff-eced1a5a9334"
authors = ["Pierre BLAUD <pierre.blaud@ikmail.com> and contributors"]
version = "0.1.4"
version = "0.1.5"

[deps]
AutomationLabsIdentification = "48ff5a6f-d08b-4053-9585-6a9e3e078386"
Expand Down
6 changes: 4 additions & 2 deletions src/sub/design_models.jl
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,10 @@ function _extract_model_from_machine(
AutomationLabsIdentification.DenseNet,
AutomationLabsIdentification.Rbf,
AutomationLabsIdentification.PolyNet,
AutomationLabsIdentification.NeuralNetODE_type1,
AutomationLabsIdentification.NeuralNetODE_type2,
AutomationLabsIdentification.NeuralODE,
AutomationLabsIdentification.Rknn1,
AutomationLabsIdentification.Rknn2,
AutomationLabsIdentification.Rknn4,
},
machine_mlj,
)
Expand Down

0 comments on commit 0cdb0be

Please sign in to comment.