Skip to content

Liesel v0.2.9

Latest
Compare
Choose a tag to compare
@jobrachem jobrachem released this 04 Apr 19:00
· 8 commits to main since this release
  • 🚧 Pinned scipy version to <=1.12 (@jobrachem)
  • 🚧 Handeled error in liesel.model.model.transform for duplicated nodes (#167, @GianmarcoCallegher)
  • ✨ lsl.Calc nodes will now try to evaluate their function upon initialization. This can make it much easier to spot errors early. The behavior can be turned off by passing update_on_init=False. (#92, @jobrachem)