Skip to content

v1.5.0

Compare
Choose a tag to compare
@github-actions github-actions released this 05 Oct 10:05
· 20 commits to master since this release

Changelog

  • bed5e66 preparing v1.5.0 release
  • 88e90c2 handle errors related to sqrt returning NaN
  • 9b41354 add doc and test for square root function
  • 7d8400f add prototype for square root function
  • 9e639f5 add round function support
  • 9c052dd update goreleaser and version usage in main
  • 0502e18 add prototype for round function
  • 5750ca2 update goversion and deps
  • 7d2fa04 add support for new mod function
  • 859115f adding proof of concept for mod function
  • b665fff add support for exp function and correct schema attrs
  • 704e6a1 add base e exponential function poc
  • 06c0035 add float64 id attribute
  • fbe39e6 do not coerce number type ID to string type ID
  • 0779ca8 add utility for number type data source id
  • 08fae85 misc cleanup