Skip to content

v0.3.11

Compare
Choose a tag to compare
@matajoh matajoh released this 19 Jan 17:30
· 16 commits to main since this release
6d84fc7

Minor improvements and bug fixes.

New Features

  • Updated to more recent Trieste version
  • More sophisticated logging

Bug fixes

  • Comprehensions over local variables were not properly capturing the local (regression due to optimization)
  • Local variable initializations were order-dependent (regression due to optimization)
  • In some circumstances, indexing the data object with an undefined key caused a segfault.

Other

  • Various CI changes due to issues with Github actions.