Releases: JintaoLee-Roger/cigvis
Releases · JintaoLee-Roger/cigvis
v0.1.3
v0.1.2
- added
blue_white_purple
colormap - added
nancolor
to set nan color in viser - added
extract_arbitrary_line_by_view
function to a extract arbitrary line by clicking
v0.1.1
- provided a higher resolution colorbar image
- formatted axis tick labels, e.g., "0.85000001" to "0.85"
- improved the deprecated information.
v0.1.0
Breaking Changes
- added
viserplot
for remote display 3D volume in web (based onviser
) - added
Axis3d
to create axis - added
SurfaceNode
andArbLineNode
to create surface and arbitrary lines - Improved a number of interface optimizations, including the creation of colorbars, the overlay display of faces, whether or not to change the light, and so on.
- improved
gui3d
, support import surface - added extra dependencies option to selectively install dependencies
- dealed with
nan
- support SEG-Y file (powered by
cigsegy
) - ...
v0.0.6
- refine setup.py
- examples in english
v0.0.5
- fixed a bug about boundary clipping of viewboxes
- change the api
create_overlay
toadd_mask
- Improved
gui3d
functionality and addedgui2d
. - Optimized the organizational structure of the code.
- add a function
ramp
to create a colormap with transparency that changes with the values.
v0.0.4
- Fixed some bugs
- Add some new features
v0.0.3
update
v0.0.2
Update README.md