FURY 0.1.0 Released#
The FURY project is happy to announce the release of FURY 0.1.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.
The major highlights of this release are:
This initial release is a split from DIPY. It contains:
from
dipy.viz.actors
tofury.actors
from
dipy.viz.window
tofury.window
from
dipy.viz.ui
tofury.ui
from
dipy.viz.widget
tofury.widget
from
dipy.viz.interactor
tofury.interactor
from
dipy.viz.colormap
tofury.colormap
from
dipy.viz.utils
tofury.utils
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
On behalf of the FURY developers,
Serge K.