Releases: hornekyle/CommonModules
Releases · hornekyle/CommonModules
Enable features
v0.4.1 Changed declaration to fixed size
Now with units
A simple units module has been added, and will be expanded in future releases.
Autodiff got bigger
v0.2.4 Autodiff is bigger
Now with cmake export support
v0.2.3 Now with cmake export
Improved documentation
v0.2.2 More documentation
Improved expression evalutation
v0.2.1 Refactored eval_mod
Now with some complex support
This new release adds complex support to eval_mod and some routines in array_mod. The evaluation algorithm in eval_mod was also changed from stack-based to tree-based.
Installation Possible
It should now be possible to install the library through CMake.
Initial Release
This is the initial release of the CommonModules project. To my knowledge all features work, and this code is shared in the hope that it will benefit the Fortran community. Code documentation is present, but incomplete in some cases; the comments are intended to be processed with the FORD documentation tool.
Moving forward the goals for upcoming releases are the following:
- Complete documentation process
- Improve eval_mod by moving from stack evaluation to tree methods
- Add install functionality to build system
- Create a PKGBUILD suitable for Arch linux