Skip to content

v2.3.0

Choose a tag to compare

@github-actions github-actions released this 28 Jun 19:47
· 175 commits to main since this release
3d31240

   🚨 Breaking Changes

  • Rename NiiVue._meshes and NiiVue._volumes  -  by @AnthonyAndroulakis (9779e)
  • Remove NiiVue.id property  -  by @AnthonyAndroulakis (d01d0)
  • opts: Move NiiVue options to 'opts' attribute  -  by @AnthonyAndroulakis (a87a9)
    • it's still possible to directly set options onto the NiiVue object, but doing so will be removed starting version 2.4.1.
      Until then, a DeprecationWarning is shown when directly setting options onto NiiVue.
      Please use nv.opts.[option name] to get/set option values. Ex: nv.opts.pen_value = 0.0

    Other changes

    View changes on GitHub