Skip to content

Releases: hornekyle/CommonModules

Enable features

31 Dec 21:07
Compare
Choose a tag to compare
Enable features Pre-release
Pre-release
v0.4.1

Changed declaration to fixed size

Now with units

28 Sep 20:36
Compare
Choose a tag to compare
Now with units Pre-release
Pre-release

A simple units module has been added, and will be expanded in future releases.

Autodiff got bigger

25 Sep 12:41
Compare
Choose a tag to compare
Autodiff got bigger Pre-release
Pre-release
v0.2.4

Autodiff is bigger

Now with cmake export support

25 Sep 12:12
Compare
Choose a tag to compare
Pre-release
v0.2.3

Now with cmake export

Improved documentation

24 Sep 17:48
Compare
Choose a tag to compare
Pre-release
v0.2.2

More documentation

Improved expression evalutation

24 Sep 11:49
Compare
Choose a tag to compare
Pre-release
v0.2.1

Refactored eval_mod

Now with some complex support

21 Sep 22:02
Compare
Choose a tag to compare
Pre-release

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

21 Sep 03:07
Compare
Choose a tag to compare
Installation Possible Pre-release
Pre-release

It should now be possible to install the library through CMake.

Initial Release

21 Sep 00:38
Compare
Choose a tag to compare
Initial Release Pre-release
Pre-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