Skip to content

Commit

Permalink
Update RELEASE_NOTES.md
Browse files Browse the repository at this point in the history
  • Loading branch information
drgona authored Nov 7, 2023
1 parent 26e8994 commit 224807a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,12 @@
+ Automated docs build from `master -> gh-pages` #107
+ Fixed positional arg error and added support for Time data in `file_emulator.py` #119
+ Fixed a bug in `System` which caused incorrect visualization of the computational graph
+ Minor updates to examples
+ New examples:
+ [learning to optimize with cvxplayers](https://github.com/pnnl/neuromancer/blob/master/examples/parametric_programming/Part_5_cvxpy_layers.ipynb)
+ [Deep Koopman for system identification](https://github.com/pnnl/neuromancer/blob/master/examples/ODEs/Part_7_DeepKoopman.ipynb)
+ [control-oriented Deep Koopman for system identification](https://github.com/pnnl/neuromancer/blob/master/examples/ODEs/Part_8_nonauto_DeepKoopman.ipynb)
+ extended set of [domain examples](https://github.com/pnnl/neuromancer/tree/master/examples/domain_examples)
+ Other minor updates to examples

### Version 1.4.1 Release Notes
+ To simplify integration, interpolation of control input is no longer supported in `integrators.py`
Expand Down

0 comments on commit 224807a

Please sign in to comment.