Skip to content

Nemo v0.5.1

Compare
Choose a tag to compare
@github-actions github-actions released this 06 Jun 15:24
· 442 commits to main since this release

New Features and Improvements

  • More builtins, including: SUM, PROD, MIN, MAX, LUKA, BITAND, BITOR, BIXOR
  • Some existing functions now allow arbitrary many arguments like CONCAT
  • Alternative ternary version of SUBSTR added
  • Automatically upcast numeric values if needed (e.g. adding an integer and a double automatically results in a double without the need to cast the integer)

Notable bug fixes

  • Fixed a bug where the occurrence of multiple datatypes in a single relation could lead to wrong results (#477, #483)
  • Fixed a bug that prevented an optimization in rules which restrict variables to constants (#487)
  • Fixed a bug that prevented gzipped data from working when imported from an HTTP source (#486)

Full Changelog: v0.5.0...v0.5.1