-
Notifications
You must be signed in to change notification settings - Fork 182
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
48 additions
and
0 deletions.
There are no files selected for viewing
48 changes: 48 additions & 0 deletions
48
docs/source/posts/2024/2024-12-11-release-announcement.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
FURY 0.11.0 Released | ||
==================== | ||
|
||
.. post:: December 11 2024 | ||
:author: skoudoro | ||
:tags: fury | ||
:category: release | ||
|
||
|
||
The FURY project is happy to announce the release of FURY 0.12.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 <https://github.com/fury-gl/fury/stargazers>`_ on FURY github project. | ||
|
||
This Release is mainly a maintenance release. The **major highlights** of this release are: | ||
|
||
.. include:: ../../release_notes/releasev0.12.0.rst | ||
:start-after: -------------- | ||
:end-before: Details | ||
|
||
.. note:: The complete release notes are available :ref:`here <releasev0.12.0>` | ||
|
||
**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 [email protected] | ||
We can also join our `discord community <https://discord.gg/6btFPPj>`_ | ||
|
||
We would like to thanks to :ref:`all contributors <community>` for this release: | ||
|
||
.. include:: ../../release_notes/releasev0.12.0.rst | ||
:start-after: commits. | ||
:end-before: We closed | ||
|
||
|
||
On behalf of the :ref:`FURY developers <community>`, | ||
|
||
Serge K. |