Skip to content

Releases: nerfstudio-project/viser

v0.2.3

29 Jun 04:32
f4975d1
Compare
Choose a tag to compare

What's Changed

  • Fix float/int cast for vector2 and vector3 GUI elements by @brentyi in #231

Full Changelog: v0.2.2...v0.2.3

v0.2.2

27 Jun 07:00
0ed8dfa
Compare
Choose a tag to compare

Bug fixes!

What's Changed

Full Changelog: v0.2.1...v0.2.2

v0.2.1

07 Jun 20:32
817a915
Compare
Choose a tag to compare

What's Changed

  • Allow users to set logging verbosity explicitly from viser server by @hangg7 in #222

Full Changelog: v0.1.31...v0.2.1

v0.2.0

01 Jun 03:38
Compare
Choose a tag to compare

Updated API.

Before:

server.add_gui_button()
server.add_gui_folder()
server.on_scene_click()
server.add_mesh()
server.reset_scene()

After:

server.gui.add_button()
server.gui.add_folder()
server.scene.on_click()
server.scene.add_mesh()
server.scene.reset()

Deprecations warnings are now raised when the older API is used.

Full Changelog: v0.1.31...v0.2.0

v0.1.34

01 Jun 03:19
Compare
Choose a tag to compare

Fix edge cases in 3D gui container.

Full Changelog: v0.1.33...v0.1.34

v0.1.33

01 Jun 02:56
Compare
Choose a tag to compare

Minor bug fixes: GUI dropdown edge case, unnecessary client builds.

Full Changelog: v0.1.32...v0.1.33

v0.1.32

29 May 00:47
Compare
Choose a tag to compare

Fixed edge cases with GUI containers.

Full Changelog: v0.1.31...v0.1.32

v0.1.31

25 May 07:53
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.30...v0.1.31

v0.1.30

17 May 10:36
Compare
Choose a tag to compare

What's Changed

  • Support batch axes + broadcasting for viser.transforms by @brentyi in #208
  • Handle empty string case for plotly json loading (bugfix) by @chungmin99 in #209
  • Fix wrong length value for the initial value of vector3 by @yzslab in #213

New Contributors

Full Changelog: v0.1.29...v0.1.30

v0.1.29

04 May 04:25
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.28...v0.1.29