<?xml version='1.0' encoding='UTF-8'?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
  <id>https://fury.gl/</id>
  <title>Blog - Posts by maharshi-gor</title>
  <updated>2026-08-05T13:14:50.564704+00:00</updated>
  <link href="https://fury.gl/"/>
  <link href="https://fury.gl/blog/author/maharshi-gor/atom.xml" rel="self"/>
  <generator uri="https://ablog.readthedocs.io/" version="0.11.13">ABlog</generator>
  <entry>
    <id>https://fury.gl/posts/2026/2026-08-03-release-announcement.html</id>
    <title>FURY 2.0.0 Released</title>
    <updated>2026-08-03T00:00:00-04:00</updated>
    <author>
      <name>maharshi-gor</name>
    </author>
    <content type="html">&lt;section id="fury-2-0-0-released"&gt;

&lt;p&gt;The FURY project is happy to announce the release of FURY 2.0.0!
FURY is a free and open source software library for scientific visualization and 3D animations.&lt;/p&gt;
&lt;p&gt;You can show your support by &lt;a class="reference external" href="https://github.com/fury-gl/fury/stargazers"&gt;adding a star&lt;/a&gt; on FURY github project.&lt;/p&gt;
&lt;p&gt;This is the first stable release of FURY built on &lt;cite&gt;pygfx&lt;/cite&gt;/&lt;cite&gt;wgpu&lt;/cite&gt;, replacing the legacy VTK-based rendering pipeline. The &lt;strong&gt;major highlights&lt;/strong&gt; of this release are:&lt;/p&gt;
&lt;ul class="simple"&gt;
&lt;li&gt;&lt;p&gt;First stable release of FURY built on &lt;cite&gt;pygfx&lt;/cite&gt;/&lt;cite&gt;wgpu&lt;/cite&gt;, replacing the legacy VTK-based rendering pipeline.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Added a &lt;a class="reference internal" href="../../migration_guide_v2.0.html"&gt;&lt;span class="doc"&gt;migration guide&lt;/span&gt;&lt;/a&gt; to help users transition from FURY 0.12.x to v2.0.0.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Completed the UI framework port to the v2 architecture: &lt;code class="docutils literal notranslate"&gt;&lt;span class="pre"&gt;TextBox2D&lt;/span&gt;&lt;/code&gt;, &lt;code class="docutils literal notranslate"&gt;&lt;span class="pre"&gt;ComboBox2D&lt;/span&gt;&lt;/code&gt;, &lt;code class="docutils literal notranslate"&gt;&lt;span class="pre"&gt;ListBox2D&lt;/span&gt;&lt;/code&gt;, &lt;code class="docutils literal notranslate"&gt;&lt;span class="pre"&gt;Card2D&lt;/span&gt;&lt;/code&gt;, &lt;code class="docutils literal notranslate"&gt;&lt;span class="pre"&gt;TabUI&lt;/span&gt;&lt;/code&gt;, &lt;code class="docutils literal notranslate"&gt;&lt;span class="pre"&gt;ImageContainer2D&lt;/span&gt;&lt;/code&gt;, &lt;code class="docutils literal notranslate"&gt;&lt;span class="pre"&gt;RangeSlider&lt;/span&gt;&lt;/code&gt;, &lt;code class="docutils literal notranslate"&gt;&lt;span class="pre"&gt;LineDoubleSlider2D&lt;/span&gt;&lt;/code&gt;, &lt;code class="docutils literal notranslate"&gt;&lt;span class="pre"&gt;RingSlider2D&lt;/span&gt;&lt;/code&gt;, &lt;code class="docutils literal notranslate"&gt;&lt;span class="pre"&gt;PlaybackPanel&lt;/span&gt;&lt;/code&gt;, and &lt;code class="docutils literal notranslate"&gt;&lt;span class="pre"&gt;Radio&lt;/span&gt; &lt;span class="pre"&gt;Button/Checkbox&lt;/span&gt;&lt;/code&gt; components.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Ported the Animation &lt;code class="docutils literal notranslate"&gt;&lt;span class="pre"&gt;Timeline&lt;/span&gt; &lt;span class="pre"&gt;and&lt;/span&gt; &lt;span class="pre"&gt;Camera&lt;/span&gt; &lt;span class="pre"&gt;Animation&lt;/span&gt;&lt;/code&gt; systems from VTK to &lt;cite&gt;pygfx&lt;/cite&gt;.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Added new actors and features, including Network Visualization, per-instance geometry parameters for actors, and a chunked Vector Field actor for large datasets.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Revamped the FURY website with a new homepage, light/dark theming, community page, and improved documentation footer.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Added new demos and examples: Flight Simulator, Solar System Animation, and an interactive science domain showcase.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Numerous bug fixes and stability improvements across actors, UI event handling, and the documentation build pipeline.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div class="admonition note"&gt;
&lt;p class="admonition-title"&gt;Note&lt;/p&gt;
&lt;p&gt;The complete release notes are available &lt;a class="reference internal" href="../../release_notes/releasev2.0.0.html#releasev2-0-0"&gt;&lt;span class="std std-ref"&gt;here&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;If you are upgrading from FURY 0.12.x, please see the &lt;a class="reference internal" href="../../migration_guide_v2.0.html"&gt;&lt;span class="doc"&gt;Migration Guide: FURY 0.12.0 → v2.0.0&lt;/span&gt;&lt;/a&gt; for details
on breaking changes and how to update your code.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;To upgrade or install FURY&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Run the following command in your terminal:&lt;/p&gt;
&lt;div class="highlight-default notranslate"&gt;&lt;div class="highlight"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;&lt;span class="n"&gt;pip&lt;/span&gt; &lt;span class="n"&gt;install&lt;/span&gt; &lt;span class="o"&gt;--&lt;/span&gt;&lt;span class="n"&gt;upgrade&lt;/span&gt; &lt;span class="n"&gt;fury&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;or:&lt;/p&gt;
&lt;div class="highlight-default notranslate"&gt;&lt;div class="highlight"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;&lt;span class="n"&gt;conda&lt;/span&gt; &lt;span class="n"&gt;install&lt;/span&gt; &lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="n"&gt;c&lt;/span&gt; &lt;span class="n"&gt;conda&lt;/span&gt;&lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="n"&gt;forge&lt;/span&gt; &lt;span class="n"&gt;fury&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;&lt;strong&gt;Questions or suggestions?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;For any questions go to &lt;a class="reference external" href="http://fury.gl"&gt;http://fury.gl&lt;/a&gt;, or send an e-mail to &lt;a class="reference external" href="mailto:fury&amp;#37;&amp;#52;&amp;#48;python&amp;#46;org"&gt;fury&lt;span&gt;&amp;#64;&lt;/span&gt;python&lt;span&gt;&amp;#46;&lt;/span&gt;org&lt;/a&gt;
We can also join our &lt;a class="reference external" href="https://discord.gg/6btFPPj"&gt;discord community&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;We would like to thanks to &lt;a class="reference internal" href="../../community.html#community"&gt;&lt;span class="std std-ref"&gt;all contributors&lt;/span&gt;&lt;/a&gt; for this release:&lt;/p&gt;
&lt;ul class="simple"&gt;
&lt;li&gt;&lt;p&gt;Aditya Gupta&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;JigyasuRajput&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Maharshi Gor&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Medha Bhardwaj&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Praneeth Shetty&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Serge Koudoro&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;williamcancodee&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;On behalf of the &lt;a class="reference internal" href="../../community.html#community"&gt;&lt;span class="std std-ref"&gt;FURY developers&lt;/span&gt;&lt;/a&gt;,&lt;/p&gt;
&lt;ul class="simple"&gt;
&lt;li&gt;&lt;p&gt;Maharshi Gor&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/section&gt;
</content>
    <link href="https://fury.gl/posts/2026/2026-08-03-release-announcement.html"/>
    <summary>The FURY project is happy to announce the release of FURY 2.0.0!
FURY is a free and open source software library for scientific visualization and 3D animations.</summary>
    <category term="fury" label="fury"/>
    <published>2026-08-03T00:00:00-04:00</published>
  </entry>
  <entry>
    <id>https://fury.gl/posts/2026/2026-04-03-release-announcement.html</id>
    <title>FURY 2.0.0a7 Released</title>
    <updated>2026-04-03T00:00:00-04:00</updated>
    <author>
      <name>maharshi-gor</name>
    </author>
    <content type="html">&lt;section id="fury-2-0-0a7-released"&gt;

&lt;p&gt;The FURY project is happy to announce the release of FURY 2.0.0a7!
FURY is a free and open source software library for scientific visualization and 3D animations.&lt;/p&gt;
&lt;p&gt;You can show your support by &lt;a class="reference external" href="https://github.com/fury-gl/fury/stargazers"&gt;adding a star&lt;/a&gt; on FURY github project.&lt;/p&gt;
&lt;p&gt;This Release is mainly a maintenance release. The &lt;strong&gt;major highlights&lt;/strong&gt; of this release are:&lt;/p&gt;
&lt;ul class="simple"&gt;
&lt;li&gt;&lt;p&gt;FURY import should not cause exception if no screen.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Compression type for TIFF files is now applied in &lt;cite&gt;save_image()&lt;/cite&gt;.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Documentation updates and fixes.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div class="admonition note"&gt;
&lt;p class="admonition-title"&gt;Note&lt;/p&gt;
&lt;p&gt;The complete release notes are available &lt;a class="reference internal" href="../../release_notes/releasev2.0.0a7.html#releasev2-0-0a7"&gt;&lt;span class="std std-ref"&gt;here&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;&lt;strong&gt;To upgrade or install FURY&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Run the following command in your terminal:&lt;/p&gt;
&lt;div class="highlight-default notranslate"&gt;&lt;div class="highlight"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;&lt;span class="n"&gt;pip&lt;/span&gt; &lt;span class="n"&gt;install&lt;/span&gt; &lt;span class="o"&gt;--&lt;/span&gt;&lt;span class="n"&gt;upgrade&lt;/span&gt; &lt;span class="n"&gt;fury&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;or:&lt;/p&gt;
&lt;div class="highlight-default notranslate"&gt;&lt;div class="highlight"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;&lt;span class="n"&gt;conda&lt;/span&gt; &lt;span class="n"&gt;install&lt;/span&gt; &lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="n"&gt;c&lt;/span&gt; &lt;span class="n"&gt;conda&lt;/span&gt;&lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="n"&gt;forge&lt;/span&gt; &lt;span class="n"&gt;fury&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;&lt;strong&gt;Questions or suggestions?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;For any questions go to &lt;a class="reference external" href="http://fury.gl"&gt;http://fury.gl&lt;/a&gt;, or send an e-mail to &lt;a class="reference external" href="mailto:fury&amp;#37;&amp;#52;&amp;#48;python&amp;#46;org"&gt;fury&lt;span&gt;&amp;#64;&lt;/span&gt;python&lt;span&gt;&amp;#46;&lt;/span&gt;org&lt;/a&gt;
We can also join our &lt;a class="reference external" href="https://discord.gg/6btFPPj"&gt;discord community&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;We would like to thanks to &lt;a class="reference internal" href="../../community.html#community"&gt;&lt;span class="std std-ref"&gt;all contributors&lt;/span&gt;&lt;/a&gt; for this release:&lt;/p&gt;
&lt;ul class="simple"&gt;
&lt;li&gt;&lt;p&gt;Adeel Ahmad&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Dhruv Sahu&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;JigyasuRajput&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Maharshi Gor&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Serge Koudoro&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Siddharth Verma&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;dependabot[bot]&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;On behalf of the &lt;a class="reference internal" href="../../community.html#community"&gt;&lt;span class="std std-ref"&gt;FURY developers&lt;/span&gt;&lt;/a&gt;,&lt;/p&gt;
&lt;ul class="simple"&gt;
&lt;li&gt;&lt;p&gt;Maharshi Gor&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/section&gt;
</content>
    <link href="https://fury.gl/posts/2026/2026-04-03-release-announcement.html"/>
    <summary>The FURY project is happy to announce the release of FURY 2.0.0a7!
FURY is a free and open source software library for scientific visualization and 3D animations.</summary>
    <category term="fury" label="fury"/>
    <published>2026-04-03T00:00:00-04:00</published>
  </entry>
  <entry>
    <id>https://fury.gl/posts/2026/2026-03-07-release-announcement.html</id>
    <title>FURY 2.0.0a6 Released</title>
    <updated>2026-03-07T00:00:00-05:00</updated>
    <author>
      <name>maharshi-gor</name>
    </author>
    <content type="html">&lt;section id="fury-2-0-0a6-released"&gt;

&lt;p&gt;The FURY project is happy to announce the release of FURY 2.0.0a6!
FURY is a free and open source software library for scientific visualization and 3D animations.&lt;/p&gt;
&lt;p&gt;You can show your support by &lt;a class="reference external" href="https://github.com/fury-gl/fury/stargazers"&gt;adding a star&lt;/a&gt; on FURY github project.&lt;/p&gt;
&lt;p&gt;This Release is mainly a maintenance release. The &lt;strong&gt;major highlights&lt;/strong&gt; of this release are:&lt;/p&gt;
&lt;ul class="simple"&gt;
&lt;li&gt;&lt;p&gt;Gizmo (Axis Helper) Introduction&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Billboard Sphere Actor (Impostor)&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Streamtubes GPU bug fixes&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Adding TexturedButton2D and TextButton2D&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Adding LineSlider2D&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;API to read back from GPU&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Updated to pygfx 0.16.0&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div class="admonition note"&gt;
&lt;p class="admonition-title"&gt;Note&lt;/p&gt;
&lt;p&gt;The complete release notes are available &lt;a class="reference internal" href="../../release_notes/releasev2.0.0a6.html#releasev2-0-0a6"&gt;&lt;span class="std std-ref"&gt;here&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;&lt;strong&gt;To upgrade or install FURY&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Run the following command in your terminal:&lt;/p&gt;
&lt;div class="highlight-default notranslate"&gt;&lt;div class="highlight"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;&lt;span class="n"&gt;pip&lt;/span&gt; &lt;span class="n"&gt;install&lt;/span&gt; &lt;span class="o"&gt;--&lt;/span&gt;&lt;span class="n"&gt;upgrade&lt;/span&gt; &lt;span class="n"&gt;fury&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;or:&lt;/p&gt;
&lt;div class="highlight-default notranslate"&gt;&lt;div class="highlight"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;&lt;span class="n"&gt;conda&lt;/span&gt; &lt;span class="n"&gt;install&lt;/span&gt; &lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="n"&gt;c&lt;/span&gt; &lt;span class="n"&gt;conda&lt;/span&gt;&lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="n"&gt;forge&lt;/span&gt; &lt;span class="n"&gt;fury&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;&lt;strong&gt;Questions or suggestions?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;For any questions go to &lt;a class="reference external" href="http://fury.gl"&gt;http://fury.gl&lt;/a&gt;, or send an e-mail to &lt;a class="reference external" href="mailto:fury&amp;#37;&amp;#52;&amp;#48;python&amp;#46;org"&gt;fury&lt;span&gt;&amp;#64;&lt;/span&gt;python&lt;span&gt;&amp;#46;&lt;/span&gt;org&lt;/a&gt;
We can also join our &lt;a class="reference external" href="https://discord.gg/6btFPPj"&gt;discord community&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;We would like to thanks to &lt;a class="reference internal" href="../../community.html#community"&gt;&lt;span class="std std-ref"&gt;all contributors&lt;/span&gt;&lt;/a&gt; for this release:&lt;/p&gt;
&lt;ul class="simple"&gt;
&lt;li&gt;&lt;p&gt;Aditya Gupta&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Faris Abouagour&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Maharshi Gor&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Mohamed Agour&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Pedamallu Umesh Gupta&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Praneeth Shetty&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Serge Koudoro&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Your Name&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;On behalf of the &lt;a class="reference internal" href="../../community.html#community"&gt;&lt;span class="std std-ref"&gt;FURY developers&lt;/span&gt;&lt;/a&gt;,&lt;/p&gt;
&lt;ul class="simple"&gt;
&lt;li&gt;&lt;p&gt;Maharshi Gor&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/section&gt;
</content>
    <link href="https://fury.gl/posts/2026/2026-03-07-release-announcement.html"/>
    <summary>The FURY project is happy to announce the release of FURY 2.0.0a6!
FURY is a free and open source software library for scientific visualization and 3D animations.</summary>
    <category term="fury" label="fury"/>
    <published>2026-03-07T00:00:00-05:00</published>
  </entry>
  <entry>
    <id>https://fury.gl/posts/2026/2026-01-23-release-announcement.html</id>
    <title>FURY 2.0.0a5 Released</title>
    <updated>2026-01-23T00:00:00-05:00</updated>
    <author>
      <name>maharshi-gor</name>
    </author>
    <content type="html">&lt;section id="fury-2-0-0a5-released"&gt;

&lt;p&gt;The FURY project is happy to announce the release of FURY 2.0.0a5!
FURY is a free and open source software library for scientific visualization and 3D animations.&lt;/p&gt;
&lt;p&gt;You can show your support by &lt;a class="reference external" href="https://github.com/fury-gl/fury/stargazers"&gt;adding a star&lt;/a&gt; on FURY github project.&lt;/p&gt;
&lt;p&gt;This Release is mainly a maintenance release. The &lt;strong&gt;major highlights&lt;/strong&gt; of this release are:&lt;/p&gt;
&lt;ul class="simple"&gt;
&lt;li&gt;&lt;p&gt;Fixed slicer flickering issue in nearest interpolation mode&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Refactored and introduced correct opacity attribute&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Added API to convert images into wgpu texture views&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Fixed coordinate calculation issues&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Implemented streamline-based ROI filtering&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Fixed peaks slicer to show correct center position&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Fixed screen configuration bounding box handling&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Enabled slicer blend-mode functionality&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Autogenerated requirements and maintenance improvements&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div class="admonition note"&gt;
&lt;p class="admonition-title"&gt;Note&lt;/p&gt;
&lt;p&gt;The complete release notes are available &lt;a class="reference internal" href="../../release_notes/releasev2.0.0a5.html#releasev2-0-0a5"&gt;&lt;span class="std std-ref"&gt;here&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;&lt;strong&gt;To upgrade or install FURY&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Run the following command in your terminal:&lt;/p&gt;
&lt;div class="highlight-default notranslate"&gt;&lt;div class="highlight"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;&lt;span class="n"&gt;pip&lt;/span&gt; &lt;span class="n"&gt;install&lt;/span&gt; &lt;span class="o"&gt;--&lt;/span&gt;&lt;span class="n"&gt;upgrade&lt;/span&gt; &lt;span class="n"&gt;fury&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;or:&lt;/p&gt;
&lt;div class="highlight-default notranslate"&gt;&lt;div class="highlight"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;&lt;span class="n"&gt;conda&lt;/span&gt; &lt;span class="n"&gt;install&lt;/span&gt; &lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="n"&gt;c&lt;/span&gt; &lt;span class="n"&gt;conda&lt;/span&gt;&lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="n"&gt;forge&lt;/span&gt; &lt;span class="n"&gt;fury&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;&lt;strong&gt;Questions or suggestions?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;For any questions go to &lt;a class="reference external" href="http://fury.gl"&gt;http://fury.gl&lt;/a&gt;, or send an e-mail to &lt;a class="reference external" href="mailto:fury&amp;#37;&amp;#52;&amp;#48;python&amp;#46;org"&gt;fury&lt;span&gt;&amp;#64;&lt;/span&gt;python&lt;span&gt;&amp;#46;&lt;/span&gt;org&lt;/a&gt;
We can also join our &lt;a class="reference external" href="https://discord.gg/6btFPPj"&gt;discord community&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;We would like to thanks to &lt;a class="reference internal" href="../../community.html#community"&gt;&lt;span class="std std-ref"&gt;all contributors&lt;/span&gt;&lt;/a&gt; for this release:&lt;/p&gt;
&lt;ul class="simple"&gt;
&lt;li&gt;&lt;p&gt;Maharshi Gor&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Serge Koudoro&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;On behalf of the &lt;a class="reference internal" href="../../community.html#community"&gt;&lt;span class="std std-ref"&gt;FURY developers&lt;/span&gt;&lt;/a&gt;,&lt;/p&gt;
&lt;p&gt;Maharshi Gor&lt;/p&gt;
&lt;/section&gt;
</content>
    <link href="https://fury.gl/posts/2026/2026-01-23-release-announcement.html"/>
    <summary>The FURY project is happy to announce the release of FURY 2.0.0a5!
FURY is a free and open source software library for scientific visualization and 3D animations.</summary>
    <category term="fury" label="fury"/>
    <published>2026-01-23T00:00:00-05:00</published>
  </entry>
  <entry>
    <id>https://fury.gl/posts/2025/2025-12-19-release-announcement.html</id>
    <title>FURY 2.0.0a4 Released</title>
    <updated>2025-12-19T00:00:00-05:00</updated>
    <author>
      <name>maharshi-gor</name>
    </author>
    <content type="html">&lt;section id="fury-2-0-0a4-released"&gt;

&lt;p&gt;The FURY project is happy to announce the release of FURY 2.0.0a4!
FURY is a free and open source software library for scientific visualization and 3D animations.&lt;/p&gt;
&lt;p&gt;You can show your support by &lt;a class="reference external" href="https://github.com/fury-gl/fury/stargazers"&gt;adding a star&lt;/a&gt; on FURY github project.&lt;/p&gt;
&lt;p&gt;This Release is mainly a maintenance release. The &lt;strong&gt;major highlights&lt;/strong&gt; of this release are:&lt;/p&gt;
&lt;ul class="simple"&gt;
&lt;li&gt;&lt;p&gt;Added Contour from ROI and Contour from Volume functionalities.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Added shader-based Streamtube and Billboard actors.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Introduced ImGui integration in FURY.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Added user-friendly APIs for actor transformation.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Refactored to improve the FURY architecture.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Multiple simple bug fixes and enhancements.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div class="admonition note"&gt;
&lt;p class="admonition-title"&gt;Note&lt;/p&gt;
&lt;p&gt;The complete release notes are available &lt;a class="reference internal" href="../../release_notes/releasev2.0.0a4.html#releasev2-0-0a4"&gt;&lt;span class="std std-ref"&gt;here&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;&lt;strong&gt;To upgrade or install FURY&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Run the following command in your terminal:&lt;/p&gt;
&lt;div class="highlight-default notranslate"&gt;&lt;div class="highlight"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;&lt;span class="n"&gt;pip&lt;/span&gt; &lt;span class="n"&gt;install&lt;/span&gt; &lt;span class="o"&gt;--&lt;/span&gt;&lt;span class="n"&gt;upgrade&lt;/span&gt; &lt;span class="n"&gt;fury&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;or:&lt;/p&gt;
&lt;div class="highlight-default notranslate"&gt;&lt;div class="highlight"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;&lt;span class="n"&gt;conda&lt;/span&gt; &lt;span class="n"&gt;install&lt;/span&gt; &lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="n"&gt;c&lt;/span&gt; &lt;span class="n"&gt;conda&lt;/span&gt;&lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="n"&gt;forge&lt;/span&gt; &lt;span class="n"&gt;fury&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;&lt;strong&gt;Questions or suggestions?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;For any questions go to &lt;a class="reference external" href="http://fury.gl"&gt;http://fury.gl&lt;/a&gt;, or send an e-mail to &lt;a class="reference external" href="mailto:fury&amp;#37;&amp;#52;&amp;#48;python&amp;#46;org"&gt;fury&lt;span&gt;&amp;#64;&lt;/span&gt;python&lt;span&gt;&amp;#46;&lt;/span&gt;org&lt;/a&gt;
We can also join our &lt;a class="reference external" href="https://discord.gg/6btFPPj"&gt;discord community&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;We would like to thanks to &lt;a class="reference internal" href="../../community.html#community"&gt;&lt;span class="std std-ref"&gt;all contributors&lt;/span&gt;&lt;/a&gt; for this release:&lt;/p&gt;
&lt;ul class="simple"&gt;
&lt;li&gt;&lt;p&gt;Eleftherios Garyfallidis&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Maharshi Gor&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Mohamed Agour&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Praneeth Shetty&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Serge Koudoro&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;On behalf of the &lt;a class="reference internal" href="../../community.html#community"&gt;&lt;span class="std std-ref"&gt;FURY developers&lt;/span&gt;&lt;/a&gt;,&lt;/p&gt;
&lt;p&gt;Serge K.&lt;/p&gt;
&lt;/section&gt;
</content>
    <link href="https://fury.gl/posts/2025/2025-12-19-release-announcement.html"/>
    <summary>The FURY project is happy to announce the release of FURY 2.0.0a4!
FURY is a free and open source software library for scientific visualization and 3D animations.</summary>
    <category term="fury" label="fury"/>
    <published>2025-12-19T00:00:00-05:00</published>
  </entry>
</feed>
