Releases: glue-viz/glue-ar
Releases · glue-viz/glue-ar
v0.4
What's Changed
New Features
- STL export by @Carifio24 in #76
- Add support for axis stretches by @Carifio24 in #85
- Fixes for glTF exports by @Carifio24 in #102
Bug Fixes
- Account for scatter layers when determining ipyvolume volume resolution by @Carifio24 in #64
- Update USD path sanitization by @Carifio24 in #87
- Use ranged callback values for sliders by @Carifio24 in #90
- Fix issues with attempts to remove callback when widget is destroyed by @Carifio24 in #97
- Add output file extension if one is missing by @Carifio24 in #100
Documentation
- Add docs page and update PerTau example by @Carifio24 in #67
- Update directory deployed to GitHub Pages by @Carifio24 in #68
- Fix broken docs links by @Carifio24 in #69
- Update examples to use dark backgrounds by @Carifio24 in #101
Other Changes
- Add Qt- and Jupyter-only test envs to CI by @Carifio24 in #70
- Add 'all' install option by @Carifio24 in #77
- Improve export speed for USD scatter by @Carifio24 in #79
- Let user select whether or not to export model-viewer HTML with GL export by @Carifio24 in #81
- Use registries by @Carifio24 in #83
- Vector and error bar stretches by @Carifio24 in #86
- Add tests of utility functions by @Carifio24 in #88
- Use sliders for numerical values and combine resolutions by @Carifio24 in #89
- Improve speed of USD voxel export by @Carifio24 in #92
- Improvements to glTF scatter export by @Carifio24 in #95
- Use shorts for isosurface indices when applicable by @Carifio24 in #96
- Improve UI widgets by @Carifio24 in #98
- Updates to control mesh configuration by @Carifio24 in #99
- Allow setting QR code error correction level by @Carifio24 in #104
- Use viewer state resolution attribute whenever it exists by @Carifio24 in #107
- Change glTF vector resolution; use shorts when applicable by @Carifio24 in #109
Full Changelog: v0.3...v0.4
0.3
What's Changed
- Allow exporting to USDZ by @Carifio24 in #60
- Replace parentheses in USD path names by @Carifio24 in #62
Full Changelog: v0.2...v0.3
v0.2
What's Changed
- Update start_worker signature by @Carifio24 in #55
- Update default values for export options by @Carifio24 in #56
- Sanitize USD paths to prevent having dashes by @Carifio24 in #57
Full Changelog: v0.1...v0.2
v0.1
Initial release of the package on PyPI. The list below gives a full list of updates to the package until now:
What's Changed
- Add some gltf example files by @Carifio24 in #1
- Export glb files. Add scaling utility function. by @Carifio24 in #2
- Deploy examples folder to GitHub Pages by @Carifio24 in #3
- Add basic UI for scatter exporter by @Carifio24 in #4
- Add basic UI for volume exporter by @Carifio24 in #6
- Create volume meshes on a layer-by-layer basis by @Carifio24 in #7
- Support multiple layer types in tool UI, fix colormap bug by @Carifio24 in #9
- Some minor updates by @Carifio24 in #11
- Improve calculation for scatter sphere sizes by @Carifio24 in #12
- Support non-native aspect ratio and clip data to bounds by @Carifio24 in #13
- Add support for linear sizing by @Carifio24 in #14
- Initial support for vectors by @Carifio24 in #15
- Initial support for error bars by @Carifio24 in #16
- Add tool for displaying local QR code for AR view by @Carifio24 in #17
- Allow using ngrok for QR code sharing by @Carifio24 in #18
- Compression/volume export updates/QR code updates by @Carifio24 in #19
- Export updates by @Carifio24 in #20
- Allow specifying isosurface count in volume export by @Carifio24 in #21
- Updates to Draco compression infrastructure by @Carifio24 in #23
- Add codestyle check by @Carifio24 in #24
- Update docs and add dependencies by @Carifio24 in #26
- Add local directory to PATH for setup by @Carifio24 in #27
- Add export tool to Jupyter VisPy viewers by @Carifio24 in #28
- Use QuickLook rather than Scene Editor on iOS in examples by @Carifio24 in #29
- Refactor package and add meshoptimizer as compression option by @Carifio24 in #30
- Add a couple of examples using the Edenhofer dust map by @Carifio24 in #31
- Fix broken README link by @Carifio24 in #33
- Add higher resolution version of Edenhofer dustmap isosurfaces by @Carifio24 in #34
- Remove pyvista dependency and update export options by @Carifio24 in #35
- Fix bad function call in Jupyter tool by @Carifio24 in #36
- Set up testing infrastructure by @Carifio24 in #37
- Fix QR tool and update model-viewer HTML by @Carifio24 in #38
- Add basic test of scatter exports by @Carifio24 in #41
- Update README information by @Carifio24 in #42
- Small fixups to README by @Carifio24 in #43
- Add UI for Jupyter export tool by @Carifio24 in #44
- Test point locations of glTF scatter export by @Carifio24 in #45
- Remove point clouds file by @Carifio24 in #46
- Fix incorrect orientation of sphere triangles by @Carifio24 in #47
- Add support for ipyvolume scatter viewer by @Carifio24 in #48
- Add support for ipyvolume volume viewer by @Carifio24 in #50
- Add tests of export tools and dialogs by @Carifio24 in #51
- Allow binning opacities in voxel export by @Carifio24 in #52
- Prevent import errors if glue-jupyter is not installed by @Carifio24 in #53
New Contributors
- @Carifio24 made their first contribution in #1
Full Changelog: https://github.com/glue-viz/glue-ar/commits/v0.1