Releases: Grufoony/TrafficFlowDynamicsModel
Releases · Grufoony/TrafficFlowDynamicsModel
1.3.0
- tested all the code
- bugfixes
- standardized exceptions
- updated documentation
- added a short description to non-source files
Full Changelog: v1.2.1...v1.3.0
1.2.1
- updated SparseMatrix class
- updated pybind
- added example.py script
- all the code is tested
1.2.0
- added SparseMatrix
- updated pybinding
- general improvements to the repository organization
- memory optimization
- tested in the peaked case
1.1.0
- Fixed a critical bug in data creation causing a shift of 1e3 on the output
- Fixed a static function overload, forbidden by the standard