Skip to content

v0.12.1.0

Compare
Choose a tag to compare
@kmantel kmantel released this 18 Aug 05:34
· 1396 commits to master since this release
86c70a9

[0.12.1.0] - 2022-08-17

Testing

  • Use np.where instead of opencoding it using map
  • Refactor for better code reuse

Functions/UDF

  • Use 'dir(builtins)' instead of 'builtins'

Llvm

  • Switch compiled 'evaluate' to use composition simulation input (#2466)

Llvm/OptimizationControlMechanism

  • Move construction of simulation input out of "evaluate" function

Llvm/cuda/execution

  • Use bytes instead of bytearray for RO access to ctype structures

Llvm/execution

  • Fix typo "variale" -> "variable"
  • Use 'evaluate' function params when constructing simulation input (#2467)

Llvm/helpers

  • Reuse type of index variable

Requirements

  • Update matplotlib requirement from <3.5.3 to <3.5.4 (#2463)