- Add proceed_system_evaluation and proceed_system_constraints_evaluation methods.
- Remove dependencies AutomationLabsIdentification, MLJ, MLJMultivariateStatsInterface.
- Remove design_models.jl.
- Add type models for removing the AutomationLabsIdentification dependency.
- proceed_system_model_evaluation types modifications.
- Add dict for return for _extract_model_from_machine functions.
- Tests improvement.
- Modification of proceed_system_model_evaluation with the name of neural networks sub-layers.
- Remove neuralode_type1 and keep only neuralode_type2 as neuralODE from AutomationLabsIdentification.jl.
- Modification of proceed_system (linear and non-linear model).
- Add system without constraints (linear and non-linear model).
- Improve tests.
- Julia code formatter.
- Add Actions.
- Improve tests for continuous integration.
- Project.toml [compat] entry deps with upper-bounded.
- Add continuous linear system discretization function.
- Improve tests.
- Add system linearization.
- Add model evaluation from a system.
- Improve tests.
- Initial public release.