Skip to content

v5.4.4

Compare
Choose a tag to compare
@TheFes TheFes released this 14 Mar 16:05
· 21 commits to main since this release
06c1ded

Sorry for all the releases today, but I had to squash some bugs :) For completeness I added all the changes in these release notes.

πŸ› BUG FIXES

  • (v5.4.4) fixed rounding of estimated_costs when precision parameter was set.
  • (v5.4.3) fix a pedmas error which would add a second to the start time
  • (v5.4.2) the start time returned by the macro was sometimes in the past when look_ahead was set to true
  • (v5.4.2) look_ahead wasn't used when a datetime object or datetime string was used as input for the start parameter

πŸ“š DOCUMENTATION

  • (v5.4.2) added some additional clarification on look_ahead in the documentation

What's Changed

  • Fix rounding in estimated cost calcualtion by @TheFes in #133

Full Changelog: v5.4.3...v5.4.4