FURY 0.8.0 Released#
The FURY project is happy to announce the release of FURY 0.8.0! FURY is a free and open source software library for scientific visualization and 3D animations.
You can show your support by adding a star on FURY github project.
This Release is mainly a maintenance release. The major highlights of this release are:
New Physically Based Rendering (PBR) added. It includes anisotropic rotation and index of refraction among other material properties.
New Principled BRDF shader unique to FURY added. BRDF stands for bidirectional reflectance distribution function.
VTK 9.1.0 defined as minimum version.
Continuous Integration (CI) platform updated.
New actors added (Rhombicuboctahedron, Pentagonal Prism).
New UI layouts added (Vertical and Horizontal).
New module fury.molecular added.
New module fury.lib added. Module improved loading speed.
Demos added and updated.
Documentation updated.
Note
The complete release notes are available here
To upgrade or install FURY
Run the following command in your terminal:
pip install --upgrade fury
or:
conda install -c conda-forge fury
Questions or suggestions?
For any questions go to http://fury.gl, or send an e-mail to fury@python.org We can also join our discord community
We would like to thanks to all contributors for this release:
Anand Shivam
Antriksh Misri
Bruno Messias
Eleftherios Garyfallidis
Javier Guaje
Marc-Alexandre Côté
Meha Bhalodiya
Praneeth Shetty
PrayasJ
Sajag Swami
Serge Koudoro
Shivam Anand
On behalf of the FURY developers,
Serge K.