:bug: Bugfixes
A bug, 98 , was identified in the published version 86 of CLOVER. This issue caused CLOVER to be unable to correctly model systems where non-integer step sizes were required:
* Where a non-integer greater than one was required, the code simply rounded to the nearest number, producing incorrect results;
* Where a non-integer less than one, e.g., 0.5, was required, the code produced a series of errors as CLOVER was unable to cope with this.
The situation around this bug is described in more detail in 98. This was resolved in 100 , and merged into master in 101 .
What's Changed
* :art: Update `README.MD` by BenWinchester in https://github.com/CLOVER-energy/CLOVER/pull/89
* 98 error when optimisation step size less than 1 clover hpc by BenWinchester in https://github.com/CLOVER-energy/CLOVER/pull/100
* 🚀 Release CLOVER `5.0.3` by BenWinchester in https://github.com/CLOVER-energy/CLOVER/pull/101
**Full Changelog**: https://github.com/CLOVER-energy/CLOVER/compare/v5.0.2...v5.0.3