# Change Log
---

1.0.1 (07/09/2022)
---

### Added
- Generic2dOscillator template
- Support for dictionary input


1.0.0 (06/09/2022)
---
First release that supports Python code traversal and HindmarshRose model.

### Added
- Code traversal excluding comments, imports, and empty lines
- Pattern matching for finding models using Regex
- Model's default parameter alteration with parameters found using Regex
- PyLEMS model creation
- XML storage in a specified folder

