Releases: PRETgroup/modular-code-generation
Releases · PRETgroup/modular-code-generation
v0.4.7
Fixed the following bugs:
- [C] Errors around parameters and variables inside functions
- [VHDL] Extra brackets around functions. Fixes #4
- [VHDL] Function definition in entity. Fixes #5
Added the following functionality:
- CellML Importing
- HAML Exporting
- Importing from URL
Added support for the following mathematical operators:
- Power
- Natural Log
- Floor and Ceil
v0.4.6
v0.4.5
v0.4.4
Fixes for Flattening of Networks
- Previously there would be issues when multiple instances of the same definition were created.
Also, due to a prior bug all networks will currently be flattened. This will be worked on so it doesn't always have to be the case. For now a warning is provided to the user on run.
v0.4.3
v0.4.2
v0.4.1
v0.4.0
-
Description files are now validated during the import process to help with detecting definition errors early
- Most things such as incorrect instance names, mismatched variable types, undefined variables, etc. should be caught
- This should mean there is no chance of generating code which is unable to be compiled!
-
Better support for classifying the type of internal variables