Skip to content

v0.5.0

Choose a tag to compare

@cdeline cdeline released this 07 Nov 21:37
· 9 commits to main since this release

Major release introducing multi-scene options within the same simulation. Specifically multiple SceneObjs can be defined using makeScene(append=True). API updates were required to allow this change:

  • results are now stored in a DataFrame as RadianceObj.results and AnalysisObj.results
  • trackerdict[‘key’][‘scene’] has been renamed trackerdict[‘key’][‘scenes’] and now returns a list of SceneObjs

What's Changed

Full Changelog: 0.4.4...0.5.0