diff --git a/v0.11.x/.buildinfo b/v0.11.x/.buildinfo
index 49d360977..cea574982 100644
--- a/v0.11.x/.buildinfo
+++ b/v0.11.x/.buildinfo
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
-config: 5a2fa426c465498d0b1b48a7adfbbfd6
+config: f6f0af7d1ee07258c685ef24a936cfdc
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/v0.11.x/.doctrees/environment.pickle b/v0.11.x/.doctrees/environment.pickle
index b41a77826..8e9b350ea 100644
Binary files a/v0.11.x/.doctrees/environment.pickle and b/v0.11.x/.doctrees/environment.pickle differ
diff --git a/v0.11.x/.doctrees/posts/2024/2024-12-11-release-announcement.doctree b/v0.11.x/.doctrees/posts/2024/2024-12-11-release-announcement.doctree
new file mode 100644
index 000000000..ca89a9124
Binary files /dev/null and b/v0.11.x/.doctrees/posts/2024/2024-12-11-release-announcement.doctree differ
diff --git a/v0.11.x/.doctrees/reference/fury.deprecator.doctree b/v0.11.x/.doctrees/reference/fury.deprecator.doctree
index 0078f5b2e..a7de88a78 100644
Binary files a/v0.11.x/.doctrees/reference/fury.deprecator.doctree and b/v0.11.x/.doctrees/reference/fury.deprecator.doctree differ
diff --git a/v0.11.x/.doctrees/reference/fury.shaders.doctree b/v0.11.x/.doctrees/reference/fury.shaders.doctree
index 20e686682..8c3414ecc 100644
Binary files a/v0.11.x/.doctrees/reference/fury.shaders.doctree and b/v0.11.x/.doctrees/reference/fury.shaders.doctree differ
diff --git a/v0.11.x/.doctrees/release-history.doctree b/v0.11.x/.doctrees/release-history.doctree
index a3f4043f2..ed748f362 100644
Binary files a/v0.11.x/.doctrees/release-history.doctree and b/v0.11.x/.doctrees/release-history.doctree differ
diff --git a/v0.11.x/.doctrees/release_notes/releasev0.12.0.doctree b/v0.11.x/.doctrees/release_notes/releasev0.12.0.doctree
new file mode 100644
index 000000000..f17c6e549
Binary files /dev/null and b/v0.11.x/.doctrees/release_notes/releasev0.12.0.doctree differ
diff --git a/v0.11.x/_modules/fury.html b/v0.11.x/_modules/fury.html
index 297b6df14..f21b29ac2 100644
--- a/v0.11.x/_modules/fury.html
+++ b/v0.11.x/_modules/fury.html
@@ -7,7 +7,7 @@
import fury
from fury.decorators import warn_on_args_to_kwargs
-from fury.deprecator import deprecate_with_version
from fury.io import load_text
from fury.lib import (
VTK_OBJECT ,
@@ -530,32 +529,6 @@ Source code for fury.shaders.base
-
-
[docs]
-
@deprecate_with_version (
-
message = "Load function has been reimplemented as import_fury_shader." ,
-
since = "0.8.1" ,
-
until = "0.9.0" ,
-
)
-
def load ( filename ):
-
"""Load a Fury shader file.
-
-
Parameters
-
----------
-
filename : str
-
Filename of the shader file.
-
-
Returns
-
-------
-
code: str
-
Shader code.
-
-
"""
-
with open ( os . path . join ( SHADERS_DIR , filename )) as shader_file :
-
return shader_file . read ()
-
-
-
[docs]
@warn_on_args_to_kwargs ()
diff --git a/v0.11.x/_modules/fury/stream/client.html b/v0.11.x/_modules/fury/stream/client.html
index 569be0205..56b0d4088 100644
--- a/v0.11.x/_modules/fury/stream/client.html
+++ b/v0.11.x/_modules/fury/stream/client.html
@@ -7,7 +7,7 @@
-
fury.stream.client — FURY 0.12.0.dev58+gad0c3072 documentation
+
fury.stream.client — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -43,7 +43,7 @@
-
+
diff --git a/v0.11.x/_modules/fury/stream/server/async_app.html b/v0.11.x/_modules/fury/stream/server/async_app.html
index b071bcff3..f3fff8b89 100644
--- a/v0.11.x/_modules/fury/stream/server/async_app.html
+++ b/v0.11.x/_modules/fury/stream/server/async_app.html
@@ -7,7 +7,7 @@
-
fury.stream.server.async_app — FURY 0.12.0.dev58+gad0c3072 documentation
+
fury.stream.server.async_app — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -43,7 +43,7 @@
-
+
diff --git a/v0.11.x/_modules/fury/stream/server/main.html b/v0.11.x/_modules/fury/stream/server/main.html
index 1a1b4e6b5..01b625d59 100644
--- a/v0.11.x/_modules/fury/stream/server/main.html
+++ b/v0.11.x/_modules/fury/stream/server/main.html
@@ -7,7 +7,7 @@
-
fury.stream.server.main — FURY 0.12.0.dev58+gad0c3072 documentation
+
fury.stream.server.main — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -43,7 +43,7 @@
-
+
diff --git a/v0.11.x/_modules/fury/stream/tools.html b/v0.11.x/_modules/fury/stream/tools.html
index e5474c726..991b62e10 100644
--- a/v0.11.x/_modules/fury/stream/tools.html
+++ b/v0.11.x/_modules/fury/stream/tools.html
@@ -7,7 +7,7 @@
-
fury.stream.tools — FURY 0.12.0.dev58+gad0c3072 documentation
+
fury.stream.tools — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -43,7 +43,7 @@
-
+
diff --git a/v0.11.x/_modules/fury/stream/widget.html b/v0.11.x/_modules/fury/stream/widget.html
index 7855622dc..c736a11ee 100644
--- a/v0.11.x/_modules/fury/stream/widget.html
+++ b/v0.11.x/_modules/fury/stream/widget.html
@@ -7,7 +7,7 @@
-
fury.stream.widget — FURY 0.12.0.dev58+gad0c3072 documentation
+
fury.stream.widget — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -43,7 +43,7 @@
-
+
diff --git a/v0.11.x/_modules/fury/texture/utils.html b/v0.11.x/_modules/fury/texture/utils.html
index 10855601d..00481cd6a 100644
--- a/v0.11.x/_modules/fury/texture/utils.html
+++ b/v0.11.x/_modules/fury/texture/utils.html
@@ -7,7 +7,7 @@
-
fury.texture.utils — FURY 0.12.0.dev58+gad0c3072 documentation
+
fury.texture.utils — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -43,7 +43,7 @@
-
+
diff --git a/v0.11.x/_modules/fury/transform.html b/v0.11.x/_modules/fury/transform.html
index 324d83e29..933ef57fb 100644
--- a/v0.11.x/_modules/fury/transform.html
+++ b/v0.11.x/_modules/fury/transform.html
@@ -7,7 +7,7 @@
-
fury.transform — FURY 0.12.0.dev58+gad0c3072 documentation
+
fury.transform — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -43,7 +43,7 @@
-
+
diff --git a/v0.11.x/_modules/fury/ui/containers.html b/v0.11.x/_modules/fury/ui/containers.html
index d8f076fdf..014fea806 100644
--- a/v0.11.x/_modules/fury/ui/containers.html
+++ b/v0.11.x/_modules/fury/ui/containers.html
@@ -7,7 +7,7 @@
-
fury.ui.containers — FURY 0.12.0.dev58+gad0c3072 documentation
+
fury.ui.containers — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -43,7 +43,7 @@
-
+
diff --git a/v0.11.x/_modules/fury/ui/core.html b/v0.11.x/_modules/fury/ui/core.html
index 3ae533e40..586d786e8 100644
--- a/v0.11.x/_modules/fury/ui/core.html
+++ b/v0.11.x/_modules/fury/ui/core.html
@@ -7,7 +7,7 @@
-
fury.ui.core — FURY 0.12.0.dev58+gad0c3072 documentation
+
fury.ui.core — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -43,7 +43,7 @@
-
+
diff --git a/v0.11.x/_modules/fury/ui/elements.html b/v0.11.x/_modules/fury/ui/elements.html
index 0bea88be6..45bf8eb9d 100644
--- a/v0.11.x/_modules/fury/ui/elements.html
+++ b/v0.11.x/_modules/fury/ui/elements.html
@@ -7,7 +7,7 @@
-
fury.ui.elements — FURY 0.12.0.dev58+gad0c3072 documentation
+
fury.ui.elements — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -43,7 +43,7 @@
-
+
diff --git a/v0.11.x/_modules/fury/ui/helpers.html b/v0.11.x/_modules/fury/ui/helpers.html
index d21f51a30..195a5b6ec 100644
--- a/v0.11.x/_modules/fury/ui/helpers.html
+++ b/v0.11.x/_modules/fury/ui/helpers.html
@@ -7,7 +7,7 @@
-
fury.ui.helpers — FURY 0.12.0.dev58+gad0c3072 documentation
+
fury.ui.helpers — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -43,7 +43,7 @@
-
+
diff --git a/v0.11.x/_modules/fury/utils.html b/v0.11.x/_modules/fury/utils.html
index 4f76653f1..549f7b618 100644
--- a/v0.11.x/_modules/fury/utils.html
+++ b/v0.11.x/_modules/fury/utils.html
@@ -7,7 +7,7 @@
-
fury.utils — FURY 0.12.0.dev58+gad0c3072 documentation
+
fury.utils — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -43,7 +43,7 @@
-
+
diff --git a/v0.11.x/_modules/fury/window.html b/v0.11.x/_modules/fury/window.html
index 066722638..0780447d7 100644
--- a/v0.11.x/_modules/fury/window.html
+++ b/v0.11.x/_modules/fury/window.html
@@ -7,7 +7,7 @@
-
fury.window — FURY 0.12.0.dev58+gad0c3072 documentation
+
fury.window — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -43,7 +43,7 @@
-
+
diff --git a/v0.11.x/_modules/index.html b/v0.11.x/_modules/index.html
index 15050c31a..d5ff6e214 100644
--- a/v0.11.x/_modules/index.html
+++ b/v0.11.x/_modules/index.html
@@ -7,7 +7,7 @@
-
Overview: module code — FURY 0.12.0.dev58+gad0c3072 documentation
+
Overview: module code — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -43,7 +43,7 @@
-
+
diff --git a/v0.11.x/_sources/posts/2024/2024-12-11-release-announcement.rst.txt b/v0.11.x/_sources/posts/2024/2024-12-11-release-announcement.rst.txt
new file mode 100644
index 000000000..573af7393
--- /dev/null
+++ b/v0.11.x/_sources/posts/2024/2024-12-11-release-announcement.rst.txt
@@ -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
`_ 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 `
+
+**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 :ref:`all contributors ` for this release:
+
+.. include:: ../../release_notes/releasev0.12.0.rst
+ :start-after: commits.
+ :end-before: We closed
+
+
+On behalf of the :ref:`FURY developers `,
+
+Serge K.
diff --git a/v0.11.x/_sources/release-history.rst.txt b/v0.11.x/_sources/release-history.rst.txt
index 40c98cf4b..62c6253ab 100644
--- a/v0.11.x/_sources/release-history.rst.txt
+++ b/v0.11.x/_sources/release-history.rst.txt
@@ -7,6 +7,7 @@ For a full list of the features implemented in the most recent release cycle, ch
.. toctree::
:maxdepth: 1
+ release_notes/releasev0.12.0
release_notes/releasev0.11.0
release_notes/releasev0.10.0
release_notes/releasev0.9.0
diff --git a/v0.11.x/_sources/release_notes/releasev0.12.0.rst.txt b/v0.11.x/_sources/release_notes/releasev0.12.0.rst.txt
new file mode 100644
index 000000000..ef78368b3
--- /dev/null
+++ b/v0.11.x/_sources/release_notes/releasev0.12.0.rst.txt
@@ -0,0 +1,87 @@
+.. _releasev0.12.0:
+
+==============================
+ Release notes v0.12.0
+==============================
+
+Quick Overview
+--------------
+
+* Pin `vtk<9.4.0`.
+* NF: ODF actor implemented with Ray Tracing.
+* Warning as error in documentation CI build.
+* Documentation updated.
+* Website updated.
+
+Details
+-------
+
+GitHub stats for 2024/07/31 - 2024/12/11 (tag: v0.11.0)
+
+These lists are automatically generated, and may be incomplete or contain duplicates.
+
+The following 7 authors contributed 58 commits.
+
+* Akwasi Wireko
+* Jon Haitz Legarreta GorroƱo
+* Robin Roy
+* Serge Koudoro
+* Tania Castillo
+* Wachiou Bouraima
+
+
+We closed a total of 46 issues, 19 pull requests and 27 regular issues;
+this is the full list (generated with the script
+:file:`tools/github_stats.py`):
+
+Pull Requests (19):
+
+* :ghpull:`948`: CI: pin vtk<9.4.0
+* :ghpull:`944`: build(deps): bump codecov/codecov-action from 4 to 5 in the actions group
+* :ghpull:`869`: ODF actor implemented with Ray Tracing
+* :ghpull:`939`: [DOC] fix warnings
+* :ghpull:`938`: Solved the fetch_gltf argument errors.
+* :ghpull:`935`: DOC: Add documentation CI build status badge to README file
+* :ghpull:`933`: NF: Consider warnings as errors in documentation CI build
+* :ghpull:`934`: [FIX][DOC] fix broken link in Shivam's GSoC final report blog post
+* :ghpull:`932`: DOC: Fix documentation warnings
+* :ghpull:`930`: [DOC] wachiou's Google Summer of Code Final report
+* :ghpull:`929`: DOC: GSoC Robin Final Report
+* :ghpull:`931`: [FIX] rename blog posts file for consistency
+* :ghpull:`927`: [DOCS]: Weeks 9, 10 and 11 Blog posts
+* :ghpull:`926`: DOC: GSoC Blogs 9, 10, 11, 12
+* :ghpull:`925`: [FIX] Fix footer deformation on hover
+* :ghpull:`922`: [DOCS][FIX][RF] fix docstring formatting warning and refactor the apigen.py
+* :ghpull:`928`: [DOCS]: Wachiou's week12 Blog posts
+* :ghpull:`923`: [DOCS]: Weeks 6, 7 and 8 Blog posts
+* :ghpull:`920`: Release 0.11.0 Preparation
+
+Issues (27):
+
+* :ghissue:`948`: CI: pin vtk<9.4.0
+* :ghissue:`875`: Make PyGLTFLib an optional dependency
+* :ghissue:`873`: Make PyGLTFLib an optional dependency
+* :ghissue:`941`: Fix: Resolve Documentation Generation HTTP Error
+* :ghissue:`944`: build(deps): bump codecov/codecov-action from 4 to 5 in the actions group
+* :ghissue:`945`: NF: Base Setup for FURY v2
+* :ghissue:`869`: ODF actor implemented with Ray Tracing
+* :ghissue:`936`: Warning on the website
+* :ghissue:`939`: [DOC] fix warnings
+* :ghissue:`938`: Solved the fetch_gltf argument errors.
+* :ghissue:`937`: Warning on the documentation
+* :ghissue:`935`: DOC: Add documentation CI build status badge to README file
+* :ghissue:`933`: NF: Consider warnings as errors in documentation CI build
+* :ghissue:`921`: Bug No module named 'fury.stream.server.FuryVideoFrame'
+* :ghissue:`934`: [FIX][DOC] fix broken link in Shivam's GSoC final report blog post
+* :ghissue:`932`: DOC: Fix documentation warnings
+* :ghissue:`930`: [DOC] wachiou's Google Summer of Code Final report
+* :ghissue:`929`: DOC: GSoC Robin Final Report
+* :ghissue:`931`: [FIX] rename blog posts file for consistency
+* :ghissue:`927`: [DOCS]: Weeks 9, 10 and 11 Blog posts
+* :ghissue:`926`: DOC: GSoC Blogs 9, 10, 11, 12
+* :ghissue:`874`: problem with footer in documentation
+* :ghissue:`925`: [FIX] Fix footer deformation on hover
+* :ghissue:`922`: [DOCS][FIX][RF] fix docstring formatting warning and refactor the apigen.py
+* :ghissue:`928`: [DOCS]: Wachiou's week12 Blog posts
+* :ghissue:`923`: [DOCS]: Weeks 6, 7 and 8 Blog posts
+* :ghissue:`920`: Release 0.11.0 Preparation
diff --git a/v0.11.x/_static/documentation_options.js b/v0.11.x/_static/documentation_options.js
index a39dcc5e4..3e2896f89 100644
--- a/v0.11.x/_static/documentation_options.js
+++ b/v0.11.x/_static/documentation_options.js
@@ -1,5 +1,5 @@
const DOCUMENTATION_OPTIONS = {
- VERSION: '0.12.0.dev58+gad0c3072',
+ VERSION: '0.12.0.dev62+gec5fc859',
LANGUAGE: 'en',
COLLAPSE_INDEX: false,
BUILDER: 'html',
diff --git a/v0.11.x/blog.html b/v0.11.x/blog.html
index 0ac5cc98a..dc9d9f270 100644
--- a/v0.11.x/blog.html
+++ b/v0.11.x/blog.html
@@ -7,7 +7,7 @@
- All Posts — FURY 0.12.0.dev58+gad0c3072 documentation
+ All Posts — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -43,7 +43,7 @@
-
+
@@ -376,6 +376,80 @@
+
+
+
+
+
+
+
+
+ 11 December 2024
+
+
+
+
+
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.
+
+
+
Read more ...
+
+
+
Google Summer of Code Final Work Product
diff --git a/v0.11.x/blog/2018.html b/v0.11.x/blog/2018.html
index 7287b08f5..1718bf0c0 100644
--- a/v0.11.x/blog/2018.html
+++ b/v0.11.x/blog/2018.html
@@ -7,7 +7,7 @@
- Posted in 2018 — FURY 0.12.0.dev58+gad0c3072 documentation
+ Posted in 2018 — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -43,7 +43,7 @@
-
+
diff --git a/v0.11.x/blog/2018/atom.xml b/v0.11.x/blog/2018/atom.xml
index 78c497f77..db8b67eea 100644
--- a/v0.11.x/blog/2018/atom.xml
+++ b/v0.11.x/blog/2018/atom.xml
@@ -2,7 +2,7 @@
https://fury.gl/
Blog - Posted in 2018
- 2024-12-11T18:51:55.367701+00:00
+ 2024-12-11T20:03:36.585083+00:00
ABlog
diff --git a/v0.11.x/blog/2019.html b/v0.11.x/blog/2019.html
index cbc7995b7..63f1912f8 100644
--- a/v0.11.x/blog/2019.html
+++ b/v0.11.x/blog/2019.html
@@ -7,7 +7,7 @@
- Posted in 2019 — FURY 0.12.0.dev58+gad0c3072 documentation
+ Posted in 2019 — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -43,7 +43,7 @@
-
+
diff --git a/v0.11.x/blog/2019/atom.xml b/v0.11.x/blog/2019/atom.xml
index 6e6abae4a..ef0d9b4a6 100644
--- a/v0.11.x/blog/2019/atom.xml
+++ b/v0.11.x/blog/2019/atom.xml
@@ -2,7 +2,7 @@
https://fury.gl/
Blog - Posted in 2019
- 2024-12-11T18:51:55.351016+00:00
+ 2024-12-11T20:03:36.569281+00:00
ABlog
diff --git a/v0.11.x/blog/2020.html b/v0.11.x/blog/2020.html
index 0d06e32b8..f22b3ab72 100644
--- a/v0.11.x/blog/2020.html
+++ b/v0.11.x/blog/2020.html
@@ -7,7 +7,7 @@
- Posted in 2020 — FURY 0.12.0.dev58+gad0c3072 documentation
+ Posted in 2020 — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -43,7 +43,7 @@
-
+
diff --git a/v0.11.x/blog/2020/atom.xml b/v0.11.x/blog/2020/atom.xml
index 6c69f30b7..244a0c313 100644
--- a/v0.11.x/blog/2020/atom.xml
+++ b/v0.11.x/blog/2020/atom.xml
@@ -2,7 +2,7 @@
https://fury.gl/
Blog - Posted in 2020
- 2024-12-11T18:51:55.302784+00:00
+ 2024-12-11T20:03:36.521182+00:00
ABlog
diff --git a/v0.11.x/blog/2021.html b/v0.11.x/blog/2021.html
index 6b1b640f4..274a81025 100644
--- a/v0.11.x/blog/2021.html
+++ b/v0.11.x/blog/2021.html
@@ -7,7 +7,7 @@
- Posted in 2021 — FURY 0.12.0.dev58+gad0c3072 documentation
+ Posted in 2021 — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -43,7 +43,7 @@
-
+
diff --git a/v0.11.x/blog/2021/atom.xml b/v0.11.x/blog/2021/atom.xml
index b54649df9..853425802 100644
--- a/v0.11.x/blog/2021/atom.xml
+++ b/v0.11.x/blog/2021/atom.xml
@@ -2,7 +2,7 @@
https://fury.gl/
Blog - Posted in 2021
- 2024-12-11T18:51:55.238656+00:00
+ 2024-12-11T20:03:36.457595+00:00
ABlog
diff --git a/v0.11.x/blog/2022.html b/v0.11.x/blog/2022.html
index d0ba4a334..dd7f5ee84 100644
--- a/v0.11.x/blog/2022.html
+++ b/v0.11.x/blog/2022.html
@@ -7,7 +7,7 @@
- Posted in 2022 — FURY 0.12.0.dev58+gad0c3072 documentation
+ Posted in 2022 — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -43,7 +43,7 @@
-
+
diff --git a/v0.11.x/blog/2022/atom.xml b/v0.11.x/blog/2022/atom.xml
index e04d45c40..d54107c98 100644
--- a/v0.11.x/blog/2022/atom.xml
+++ b/v0.11.x/blog/2022/atom.xml
@@ -2,7 +2,7 @@
https://fury.gl/
Blog - Posted in 2022
- 2024-12-11T18:51:55.212551+00:00
+ 2024-12-11T20:03:36.430535+00:00
ABlog
diff --git a/v0.11.x/blog/2023.html b/v0.11.x/blog/2023.html
index 9575a9e00..fed39798b 100644
--- a/v0.11.x/blog/2023.html
+++ b/v0.11.x/blog/2023.html
@@ -7,7 +7,7 @@
- Posted in 2023 — FURY 0.12.0.dev58+gad0c3072 documentation
+ Posted in 2023 — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -43,7 +43,7 @@
-
+
diff --git a/v0.11.x/blog/2023/atom.xml b/v0.11.x/blog/2023/atom.xml
index 672e43423..bdc0b8a83 100644
--- a/v0.11.x/blog/2023/atom.xml
+++ b/v0.11.x/blog/2023/atom.xml
@@ -2,7 +2,7 @@
https://fury.gl/
Blog - Posted in 2023
- 2024-12-11T18:51:55.132193+00:00
+ 2024-12-11T20:03:36.351033+00:00
ABlog
diff --git a/v0.11.x/blog/2024.html b/v0.11.x/blog/2024.html
index 6027c1df4..7a1ae9e6e 100644
--- a/v0.11.x/blog/2024.html
+++ b/v0.11.x/blog/2024.html
@@ -7,7 +7,7 @@
- Posted in 2024 — FURY 0.12.0.dev58+gad0c3072 documentation
+ Posted in 2024 — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -43,7 +43,7 @@
-
+
@@ -381,6 +381,80 @@
+
+
+
+
+
+
+
+
+ 11 December 2024
+
+
+
+
+
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.
+
+
+
Read more ...
+
+
+
Google Summer of Code Final Work Product
diff --git a/v0.11.x/blog/2024/atom.xml b/v0.11.x/blog/2024/atom.xml
index 856b9f0e6..af02b4113 100644
--- a/v0.11.x/blog/2024/atom.xml
+++ b/v0.11.x/blog/2024/atom.xml
@@ -2,10 +2,65 @@
https://fury.gl/
Blog - Posted in 2024
- 2024-12-11T18:51:55.056940+00:00
+ 2024-12-11T20:03:36.275686+00:00
ABlog
+
+ https://fury.gl/posts/2024/2024-12-11-release-announcement.html
+ FURY 0.11.0 Released
+ 2024-12-11T00:00:00+00:00
+
+ Serge Koudoro
+
+ <section id="fury-0-11-0-released">
+
+<p>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.</p>
+<p>You can show your support by <a class="reference external" href="https://github.com/fury-gl/fury/stargazers">adding a star</a> on FURY github project.</p>
+<p>This Release is mainly a maintenance release. The <strong>major highlights</strong> of this release are:</p>
+<ul class="simple">
+<li><p>Pin <cite>vtk<9.4.0</cite>.</p></li>
+<li><p>NF: ODF actor implemented with Ray Tracing.</p></li>
+<li><p>Warning as error in documentation CI build.</p></li>
+<li><p>Documentation updated.</p></li>
+<li><p>Website updated.</p></li>
+</ul>
+<div class="admonition note">
+<p class="admonition-title">Note</p>
+<p>The complete release notes are available <a class="reference internal" href="../release_notes/releasev0.12.0.html#releasev0-12-0"><span class="std std-ref">here</span></a></p>
+</div>
+<p><strong>To upgrade or install FURY</strong></p>
+<p>Run the following command in your terminal:</p>
+<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">pip</span> <span class="n">install</span> <span class="o">--</span><span class="n">upgrade</span> <span class="n">fury</span>
+</pre></div>
+</div>
+<p>or:</p>
+<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">conda</span> <span class="n">install</span> <span class="o">-</span><span class="n">c</span> <span class="n">conda</span><span class="o">-</span><span class="n">forge</span> <span class="n">fury</span>
+</pre></div>
+</div>
+<p><strong>Questions or suggestions?</strong></p>
+<p>For any questions go to <a class="reference external" href="http://fury.gl">http://fury.gl</a>, or send an e-mail to <a class="reference external" href="mailto:fury%40python.org">fury<span>@</span>python<span>.</span>org</a>
+We can also join our <a class="reference external" href="https://discord.gg/6btFPPj">discord community</a></p>
+<p>We would like to thanks to <a class="reference internal" href="../community.html#community"><span class="std std-ref">all contributors</span></a> for this release:</p>
+<ul class="simple">
+<li><p>Akwasi Wireko</p></li>
+<li><p>Jon Haitz Legarreta GorroƱo</p></li>
+<li><p>Robin Roy</p></li>
+<li><p>Serge Koudoro</p></li>
+<li><p>Tania Castillo</p></li>
+<li><p>Wachiou Bouraima</p></li>
+</ul>
+<p>On behalf of the <a class="reference internal" href="../community.html#community"><span class="std std-ref">FURY developers</span></a>,</p>
+<p>Serge K.</p>
+</section>
+
+
+ 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.
+
+ 2024-12-11T00:00:00+00:00
+
https://fury.gl/posts/2024/2024-08-21-final-report-robin.html
Google Summer of Code Final Work Product
@@ -1100,61 +1155,4 @@ Due to health constraints, I was unable to continue this work. I plan to explore
2024-08-15T00:00:00+00:00
-
- https://fury.gl/posts/2024/2024-08-13-week9-wachiou-bouraima.html
- WEEK 9: Fixing Sphinx Warnings and Investigating Web Footer Issues
- 2024-08-13T00:00:00+00:00
-
- Wachiou BOURAIMA
-
- <section id="week-9-fixing-sphinx-warnings-and-investigating-web-footer-issues">
-
-<p>Hello everyone,
-welcome to my Google Summer of Code (GSoC) 2024 journey! Week 9 was devoted to fixing Sphinx warnings caused by indentation errors in some docstrings of some examples in the <code class="docutils literal notranslate"><span class="pre">auto_examples</span></code> folder. I also started investigating why the footer of the <code class="docutils literal notranslate"><span class="pre">FURY</span></code> site distorts when you try to move the mouse over an element.</p>
-<section id="continuing-the-fight-against-sphinx-warnings">
-<h2>Continuing the Fight Against Sphinx Warnings</h2>
-<p>My main task this week has been to continue dealing with the Sphinx warnings in our documentation. I focused on the 188 warnings related to the main documentation, as well as 2 warnings in the blog posts.
-I fixed 19 warnings caused by the docstring of <code class="docutils literal notranslate"><span class="pre">viz_**.py</span></code> modules in the <code class="docutils literal notranslate"><span class="pre">source/auto_examples</span></code> folder
-by fixing the indentation errors in the docstrings of the examples.</p>
-<p>Here is an example of indentation error in the docstring of the example <code class="docutils literal notranslate"><span class="pre">auto_examples/04_demos/viz_animated_surfaces.py</span></code>:</p>
-<div class="highlight-python notranslate"><div class="highlight"><pre><span></span><span class="o">...</span> <span class="n">Code</span> <span class="n">block</span> <span class="o">...</span>
-
-<span class="c1">###############################################################################</span>
-<span class="c1"># Variables and their usage:</span>
-<span class="c1"># :time - float: initial value of the time variable i.e. value of the time variable at</span>
-<span class="c1"># the beginning of the program; (default = 0)</span>
-<span class="c1"># dt: float</span>
-<span class="c1"># amount by which ``time`` variable is incremented for every iteration</span>
-<span class="c1"># of timer_callback function (default = 0.1)</span>
-<span class="c1"># lower_xbound: float</span>
-
-<span class="o">...</span> <span class="n">Code</span> <span class="n">block</span> <span class="o">...</span>
-</pre></div>
-</div>
-</section>
-<section id="investigating-web-footer-issues">
-<h2>Investigating Web Footer Issues</h2>
-<p>In parallel, I started investigating an issue with the FURY websiteās footer, which deforms when hovering over an element with the mouse. This problem affects the user experience and visual consistency of the site. My work this week has focused on diagnosing the underlying cause of this issue and planning the necessary steps to fix it. This task has been both technically intriguing and a great opportunity to sharpen my web development skills.</p>
-<p>issue number: <a class="reference external" href="https://github.com/fury-gl/fury/issues/874">#874</a></p>
-</section>
-<section id="did-i-get-stuck-anywhere">
-<h2>Did I get stuck anywhere ?</h2>
-<p>I encountered some challenges while fixing the indentation errors in the docstrings of the examples. The errors were caused by inconsistent indentation in the docstrings, which made it difficult to identify the root cause of the warnings. However, I was able to resolve these issues and make progress in addressing the Sphinx warnings.</p>
-</section>
-<section id="what-s-next">
-<h2>Whatās next ?</h2>
-<p>For week 10, I plan to:</p>
-<ul class="simple">
-<li><p>Continue fixing the Sphinx warnings in the documentation.</p></li>
-<li><p>Start fixing the issue with the footer of the FURY website.</p></li>
-</ul>
-</section>
-</section>
-
-
- Hello everyone,
-welcome to my Google Summer of Code (GSoC) 2024 journey! Week 9 was devoted to fixing Sphinx warnings caused by indentation errors in some docstrings of some examples in the auto_examples folder. I also started investigating why the footer of the FURY site distorts when you try to move the mouse over an element.
-
- 2024-08-13T00:00:00+00:00
-
diff --git a/v0.11.x/blog/archive.html b/v0.11.x/blog/archive.html
index 7ce56527d..25b5b9117 100644
--- a/v0.11.x/blog/archive.html
+++ b/v0.11.x/blog/archive.html
@@ -7,7 +7,7 @@
- All posts — FURY 0.12.0.dev58+gad0c3072 documentation
+ All posts — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -43,7 +43,7 @@
-
+
@@ -375,6 +375,18 @@
+
+
+
+ 11 December 2024
+
+ -
+ FURY 0.11.0 Released
+
+
+
diff --git a/v0.11.x/blog/atom.xml b/v0.11.x/blog/atom.xml
index c32b9cad2..3a5bb8ffb 100644
--- a/v0.11.x/blog/atom.xml
+++ b/v0.11.x/blog/atom.xml
@@ -2,10 +2,65 @@
https://fury.gl/
Blog
- 2024-12-11T18:51:54.243043+00:00
+ 2024-12-11T20:03:35.457822+00:00
ABlog
+
+ https://fury.gl/posts/2024/2024-12-11-release-announcement.html
+ FURY 0.11.0 Released
+ 2024-12-11T00:00:00+00:00
+
+ Serge Koudoro
+
+ <section id="fury-0-11-0-released">
+
+<p>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.</p>
+<p>You can show your support by <a class="reference external" href="https://github.com/fury-gl/fury/stargazers">adding a star</a> on FURY github project.</p>
+<p>This Release is mainly a maintenance release. The <strong>major highlights</strong> of this release are:</p>
+<ul class="simple">
+<li><p>Pin <cite>vtk<9.4.0</cite>.</p></li>
+<li><p>NF: ODF actor implemented with Ray Tracing.</p></li>
+<li><p>Warning as error in documentation CI build.</p></li>
+<li><p>Documentation updated.</p></li>
+<li><p>Website updated.</p></li>
+</ul>
+<div class="admonition note">
+<p class="admonition-title">Note</p>
+<p>The complete release notes are available <a class="reference internal" href="release_notes/releasev0.12.0.html#releasev0-12-0"><span class="std std-ref">here</span></a></p>
+</div>
+<p><strong>To upgrade or install FURY</strong></p>
+<p>Run the following command in your terminal:</p>
+<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">pip</span> <span class="n">install</span> <span class="o">--</span><span class="n">upgrade</span> <span class="n">fury</span>
+</pre></div>
+</div>
+<p>or:</p>
+<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">conda</span> <span class="n">install</span> <span class="o">-</span><span class="n">c</span> <span class="n">conda</span><span class="o">-</span><span class="n">forge</span> <span class="n">fury</span>
+</pre></div>
+</div>
+<p><strong>Questions or suggestions?</strong></p>
+<p>For any questions go to <a class="reference external" href="http://fury.gl">http://fury.gl</a>, or send an e-mail to <a class="reference external" href="mailto:fury%40python.org">fury<span>@</span>python<span>.</span>org</a>
+We can also join our <a class="reference external" href="https://discord.gg/6btFPPj">discord community</a></p>
+<p>We would like to thanks to <a class="reference internal" href="community.html#community"><span class="std std-ref">all contributors</span></a> for this release:</p>
+<ul class="simple">
+<li><p>Akwasi Wireko</p></li>
+<li><p>Jon Haitz Legarreta GorroƱo</p></li>
+<li><p>Robin Roy</p></li>
+<li><p>Serge Koudoro</p></li>
+<li><p>Tania Castillo</p></li>
+<li><p>Wachiou Bouraima</p></li>
+</ul>
+<p>On behalf of the <a class="reference internal" href="community.html#community"><span class="std std-ref">FURY developers</span></a>,</p>
+<p>Serge K.</p>
+</section>
+
+
+ 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.
+
+ 2024-12-11T00:00:00+00:00
+
https://fury.gl/posts/2024/2024-08-21-final-report-robin.html
Google Summer of Code Final Work Product
@@ -1100,61 +1155,4 @@ Due to health constraints, I was unable to continue this work. I plan to explore
2024-08-15T00:00:00+00:00
-
- https://fury.gl/posts/2024/2024-08-13-week9-wachiou-bouraima.html
- WEEK 9: Fixing Sphinx Warnings and Investigating Web Footer Issues
- 2024-08-13T00:00:00+00:00
-
- Wachiou BOURAIMA
-
- <section id="week-9-fixing-sphinx-warnings-and-investigating-web-footer-issues">
-
-<p>Hello everyone,
-welcome to my Google Summer of Code (GSoC) 2024 journey! Week 9 was devoted to fixing Sphinx warnings caused by indentation errors in some docstrings of some examples in the <code class="docutils literal notranslate"><span class="pre">auto_examples</span></code> folder. I also started investigating why the footer of the <code class="docutils literal notranslate"><span class="pre">FURY</span></code> site distorts when you try to move the mouse over an element.</p>
-<section id="continuing-the-fight-against-sphinx-warnings">
-<h2>Continuing the Fight Against Sphinx Warnings</h2>
-<p>My main task this week has been to continue dealing with the Sphinx warnings in our documentation. I focused on the 188 warnings related to the main documentation, as well as 2 warnings in the blog posts.
-I fixed 19 warnings caused by the docstring of <code class="docutils literal notranslate"><span class="pre">viz_**.py</span></code> modules in the <code class="docutils literal notranslate"><span class="pre">source/auto_examples</span></code> folder
-by fixing the indentation errors in the docstrings of the examples.</p>
-<p>Here is an example of indentation error in the docstring of the example <code class="docutils literal notranslate"><span class="pre">auto_examples/04_demos/viz_animated_surfaces.py</span></code>:</p>
-<div class="highlight-python notranslate"><div class="highlight"><pre><span></span><span class="o">...</span> <span class="n">Code</span> <span class="n">block</span> <span class="o">...</span>
-
-<span class="c1">###############################################################################</span>
-<span class="c1"># Variables and their usage:</span>
-<span class="c1"># :time - float: initial value of the time variable i.e. value of the time variable at</span>
-<span class="c1"># the beginning of the program; (default = 0)</span>
-<span class="c1"># dt: float</span>
-<span class="c1"># amount by which ``time`` variable is incremented for every iteration</span>
-<span class="c1"># of timer_callback function (default = 0.1)</span>
-<span class="c1"># lower_xbound: float</span>
-
-<span class="o">...</span> <span class="n">Code</span> <span class="n">block</span> <span class="o">...</span>
-</pre></div>
-</div>
-</section>
-<section id="investigating-web-footer-issues">
-<h2>Investigating Web Footer Issues</h2>
-<p>In parallel, I started investigating an issue with the FURY websiteās footer, which deforms when hovering over an element with the mouse. This problem affects the user experience and visual consistency of the site. My work this week has focused on diagnosing the underlying cause of this issue and planning the necessary steps to fix it. This task has been both technically intriguing and a great opportunity to sharpen my web development skills.</p>
-<p>issue number: <a class="reference external" href="https://github.com/fury-gl/fury/issues/874">#874</a></p>
-</section>
-<section id="did-i-get-stuck-anywhere">
-<h2>Did I get stuck anywhere ?</h2>
-<p>I encountered some challenges while fixing the indentation errors in the docstrings of the examples. The errors were caused by inconsistent indentation in the docstrings, which made it difficult to identify the root cause of the warnings. However, I was able to resolve these issues and make progress in addressing the Sphinx warnings.</p>
-</section>
-<section id="what-s-next">
-<h2>Whatās next ?</h2>
-<p>For week 10, I plan to:</p>
-<ul class="simple">
-<li><p>Continue fixing the Sphinx warnings in the documentation.</p></li>
-<li><p>Start fixing the issue with the footer of the FURY website.</p></li>
-</ul>
-</section>
-</section>
-
-
- Hello everyone,
-welcome to my Google Summer of Code (GSoC) 2024 journey! Week 9 was devoted to fixing Sphinx warnings caused by indentation errors in some docstrings of some examples in the auto_examples folder. I also started investigating why the footer of the FURY site distorts when you try to move the mouse over an element.
-
- 2024-08-13T00:00:00+00:00
-
diff --git a/v0.11.x/blog/author.html b/v0.11.x/blog/author.html
index 731368847..36dce6b57 100644
--- a/v0.11.x/blog/author.html
+++ b/v0.11.x/blog/author.html
@@ -7,7 +7,7 @@
-
Authors — FURY 0.12.0.dev58+gad0c3072 documentation
+
Authors — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -43,7 +43,7 @@
-
+
@@ -2726,6 +2726,18 @@
+
+
+
+ 11 December 2024
+
+ -
+ FURY 0.11.0 Released
+
+
+
diff --git a/v0.11.x/blog/author/antriksh-misri.html b/v0.11.x/blog/author/antriksh-misri.html
index 721cc1ac4..70c2adb3b 100644
--- a/v0.11.x/blog/author/antriksh-misri.html
+++ b/v0.11.x/blog/author/antriksh-misri.html
@@ -7,7 +7,7 @@
-
Posts by Antriksh Misri — FURY 0.12.0.dev58+gad0c3072 documentation
+
Posts by Antriksh Misri — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -43,7 +43,7 @@
-
+
diff --git a/v0.11.x/blog/author/antriksh-misri/atom.xml b/v0.11.x/blog/author/antriksh-misri/atom.xml
index baaa2e70e..f4cd1de51 100644
--- a/v0.11.x/blog/author/antriksh-misri/atom.xml
+++ b/v0.11.x/blog/author/antriksh-misri/atom.xml
@@ -2,7 +2,7 @@
https://fury.gl/
Blog - Posts by Antriksh Misri
- 2024-12-11T18:51:54.318384+00:00
+ 2024-12-11T20:03:35.534683+00:00
ABlog
diff --git a/v0.11.x/blog/author/bruno-messias.html b/v0.11.x/blog/author/bruno-messias.html
index 3599f4699..862a87f91 100644
--- a/v0.11.x/blog/author/bruno-messias.html
+++ b/v0.11.x/blog/author/bruno-messias.html
@@ -7,7 +7,7 @@
- Posts by Bruno Messias — FURY 0.12.0.dev58+gad0c3072 documentation
+ Posts by Bruno Messias — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -43,7 +43,7 @@
-
+
diff --git a/v0.11.x/blog/author/bruno-messias/atom.xml b/v0.11.x/blog/author/bruno-messias/atom.xml
index c4c7737b1..63ff0a2aa 100644
--- a/v0.11.x/blog/author/bruno-messias/atom.xml
+++ b/v0.11.x/blog/author/bruno-messias/atom.xml
@@ -2,7 +2,7 @@
https://fury.gl/
Blog - Posts by Bruno Messias
- 2024-12-11T18:51:54.355881+00:00
+ 2024-12-11T20:03:35.572058+00:00
ABlog
diff --git a/v0.11.x/blog/author/joao-victor-dell-agli-floriano.html b/v0.11.x/blog/author/joao-victor-dell-agli-floriano.html
index f3ac6a53d..d1ea3e406 100644
--- a/v0.11.x/blog/author/joao-victor-dell-agli-floriano.html
+++ b/v0.11.x/blog/author/joao-victor-dell-agli-floriano.html
@@ -7,7 +7,7 @@
- Posts by JoĆ£o Victor Dell Agli Floriano — FURY 0.12.0.dev58+gad0c3072 documentation
+ Posts by JoĆ£o Victor Dell Agli Floriano — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -43,7 +43,7 @@
-
+
diff --git a/v0.11.x/blog/author/joao-victor-dell-agli-floriano/atom.xml b/v0.11.x/blog/author/joao-victor-dell-agli-floriano/atom.xml
index c5c20a537..a4ef459b8 100644
--- a/v0.11.x/blog/author/joao-victor-dell-agli-floriano/atom.xml
+++ b/v0.11.x/blog/author/joao-victor-dell-agli-floriano/atom.xml
@@ -2,7 +2,7 @@
https://fury.gl/
Blog - Posts by JoĆ£o Victor Dell Agli Floriano
- 2024-12-11T18:51:54.408986+00:00
+ 2024-12-11T20:03:35.626191+00:00
ABlog
diff --git a/v0.11.x/blog/author/lenix-lobo.html b/v0.11.x/blog/author/lenix-lobo.html
index 5b5ba3f5c..6e14b9151 100644
--- a/v0.11.x/blog/author/lenix-lobo.html
+++ b/v0.11.x/blog/author/lenix-lobo.html
@@ -7,7 +7,7 @@
- Posts by Lenix Lobo — FURY 0.12.0.dev58+gad0c3072 documentation
+ Posts by Lenix Lobo — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -43,7 +43,7 @@
-
+
diff --git a/v0.11.x/blog/author/lenix-lobo/atom.xml b/v0.11.x/blog/author/lenix-lobo/atom.xml
index 28b55ae78..cda369e18 100644
--- a/v0.11.x/blog/author/lenix-lobo/atom.xml
+++ b/v0.11.x/blog/author/lenix-lobo/atom.xml
@@ -2,7 +2,7 @@
https://fury.gl/
Blog - Posts by Lenix Lobo
- 2024-12-11T18:51:54.469323+00:00
+ 2024-12-11T20:03:35.686599+00:00
ABlog
diff --git a/v0.11.x/blog/author/mohamed-abouagour.html b/v0.11.x/blog/author/mohamed-abouagour.html
index e2c34c141..93ce03d19 100644
--- a/v0.11.x/blog/author/mohamed-abouagour.html
+++ b/v0.11.x/blog/author/mohamed-abouagour.html
@@ -7,7 +7,7 @@
- Posts by Mohamed Abouagour — FURY 0.12.0.dev58+gad0c3072 documentation
+ Posts by Mohamed Abouagour — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -43,7 +43,7 @@
-
+
diff --git a/v0.11.x/blog/author/mohamed-abouagour/atom.xml b/v0.11.x/blog/author/mohamed-abouagour/atom.xml
index 8b95f94e4..cd02cf601 100644
--- a/v0.11.x/blog/author/mohamed-abouagour/atom.xml
+++ b/v0.11.x/blog/author/mohamed-abouagour/atom.xml
@@ -2,7 +2,7 @@
https://fury.gl/
Blog - Posts by Mohamed Abouagour
- 2024-12-11T18:51:54.499013+00:00
+ 2024-12-11T20:03:35.716850+00:00
ABlog
diff --git a/v0.11.x/blog/author/praneeth-shetty.html b/v0.11.x/blog/author/praneeth-shetty.html
index 75e50ee37..abec25b41 100644
--- a/v0.11.x/blog/author/praneeth-shetty.html
+++ b/v0.11.x/blog/author/praneeth-shetty.html
@@ -7,7 +7,7 @@
- Posts by Praneeth Shetty — FURY 0.12.0.dev58+gad0c3072 documentation
+ Posts by Praneeth Shetty — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -43,7 +43,7 @@
-
+
diff --git a/v0.11.x/blog/author/praneeth-shetty/atom.xml b/v0.11.x/blog/author/praneeth-shetty/atom.xml
index c556dc9db..36c749a2e 100644
--- a/v0.11.x/blog/author/praneeth-shetty/atom.xml
+++ b/v0.11.x/blog/author/praneeth-shetty/atom.xml
@@ -2,7 +2,7 @@
https://fury.gl/
Blog - Posts by Praneeth Shetty
- 2024-12-11T18:51:54.545021+00:00
+ 2024-12-11T20:03:35.767083+00:00
ABlog
diff --git a/v0.11.x/blog/author/robin-roy.html b/v0.11.x/blog/author/robin-roy.html
index 86384513d..e8cf7c652 100644
--- a/v0.11.x/blog/author/robin-roy.html
+++ b/v0.11.x/blog/author/robin-roy.html
@@ -7,7 +7,7 @@
- Posts by Robin Roy — FURY 0.12.0.dev58+gad0c3072 documentation
+ Posts by Robin Roy — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -43,7 +43,7 @@
-
+
diff --git a/v0.11.x/blog/author/robin-roy/atom.xml b/v0.11.x/blog/author/robin-roy/atom.xml
index d6e7c9ddb..c4f359336 100644
--- a/v0.11.x/blog/author/robin-roy/atom.xml
+++ b/v0.11.x/blog/author/robin-roy/atom.xml
@@ -2,7 +2,7 @@
https://fury.gl/
Blog - Posts by Robin Roy
- 2024-12-11T18:51:54.587067+00:00
+ 2024-12-11T20:03:35.809026+00:00
ABlog
diff --git a/v0.11.x/blog/author/sajag-swami.html b/v0.11.x/blog/author/sajag-swami.html
index 8dd5cf361..cc2077c0c 100644
--- a/v0.11.x/blog/author/sajag-swami.html
+++ b/v0.11.x/blog/author/sajag-swami.html
@@ -7,7 +7,7 @@
- Posts by Sajag Swami — FURY 0.12.0.dev58+gad0c3072 documentation
+ Posts by Sajag Swami — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -43,7 +43,7 @@
-
+
diff --git a/v0.11.x/blog/author/sajag-swami/atom.xml b/v0.11.x/blog/author/sajag-swami/atom.xml
index 4e8eaf785..fb7c41500 100644
--- a/v0.11.x/blog/author/sajag-swami/atom.xml
+++ b/v0.11.x/blog/author/sajag-swami/atom.xml
@@ -2,7 +2,7 @@
https://fury.gl/
Blog - Posts by Sajag Swami
- 2024-12-11T18:51:54.649643+00:00
+ 2024-12-11T20:03:35.870866+00:00
ABlog
diff --git a/v0.11.x/blog/author/serge-koudoro.html b/v0.11.x/blog/author/serge-koudoro.html
index 9c9a8a1fb..df2b39d70 100644
--- a/v0.11.x/blog/author/serge-koudoro.html
+++ b/v0.11.x/blog/author/serge-koudoro.html
@@ -7,7 +7,7 @@
- Posts by Serge Koudoro — FURY 0.12.0.dev58+gad0c3072 documentation
+ Posts by Serge Koudoro — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -43,7 +43,7 @@
-
+
@@ -381,6 +381,80 @@
+
+
+
+
+
+
+
+
+ 11 December 2024
+
+
+
+
+
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.
+
+
+
Read more ...
+
+
+
FURY 0.11.0 Released
diff --git a/v0.11.x/blog/author/serge-koudoro/atom.xml b/v0.11.x/blog/author/serge-koudoro/atom.xml
index 60ae32188..00a3aa87b 100644
--- a/v0.11.x/blog/author/serge-koudoro/atom.xml
+++ b/v0.11.x/blog/author/serge-koudoro/atom.xml
@@ -2,10 +2,65 @@
https://fury.gl/
Blog - Posts by Serge Koudoro
- 2024-12-11T18:51:54.881013+00:00
+ 2024-12-11T20:03:36.102601+00:00
ABlog
+
+ https://fury.gl/posts/2024/2024-12-11-release-announcement.html
+ FURY 0.11.0 Released
+ 2024-12-11T00:00:00+00:00
+
+ Serge Koudoro
+
+ <section id="fury-0-11-0-released">
+
+<p>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.</p>
+<p>You can show your support by <a class="reference external" href="https://github.com/fury-gl/fury/stargazers">adding a star</a> on FURY github project.</p>
+<p>This Release is mainly a maintenance release. The <strong>major highlights</strong> of this release are:</p>
+<ul class="simple">
+<li><p>Pin <cite>vtk<9.4.0</cite>.</p></li>
+<li><p>NF: ODF actor implemented with Ray Tracing.</p></li>
+<li><p>Warning as error in documentation CI build.</p></li>
+<li><p>Documentation updated.</p></li>
+<li><p>Website updated.</p></li>
+</ul>
+<div class="admonition note">
+<p class="admonition-title">Note</p>
+<p>The complete release notes are available <a class="reference internal" href="../../release_notes/releasev0.12.0.html#releasev0-12-0"><span class="std std-ref">here</span></a></p>
+</div>
+<p><strong>To upgrade or install FURY</strong></p>
+<p>Run the following command in your terminal:</p>
+<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">pip</span> <span class="n">install</span> <span class="o">--</span><span class="n">upgrade</span> <span class="n">fury</span>
+</pre></div>
+</div>
+<p>or:</p>
+<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">conda</span> <span class="n">install</span> <span class="o">-</span><span class="n">c</span> <span class="n">conda</span><span class="o">-</span><span class="n">forge</span> <span class="n">fury</span>
+</pre></div>
+</div>
+<p><strong>Questions or suggestions?</strong></p>
+<p>For any questions go to <a class="reference external" href="http://fury.gl">http://fury.gl</a>, or send an e-mail to <a class="reference external" href="mailto:fury%40python.org">fury<span>@</span>python<span>.</span>org</a>
+We can also join our <a class="reference external" href="https://discord.gg/6btFPPj">discord community</a></p>
+<p>We would like to thanks to <a class="reference internal" href="../../community.html#community"><span class="std std-ref">all contributors</span></a> for this release:</p>
+<ul class="simple">
+<li><p>Akwasi Wireko</p></li>
+<li><p>Jon Haitz Legarreta GorroƱo</p></li>
+<li><p>Robin Roy</p></li>
+<li><p>Serge Koudoro</p></li>
+<li><p>Tania Castillo</p></li>
+<li><p>Wachiou Bouraima</p></li>
+</ul>
+<p>On behalf of the <a class="reference internal" href="../../community.html#community"><span class="std std-ref">FURY developers</span></a>,</p>
+<p>Serge K.</p>
+</section>
+
+
+ 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.
+
+ 2024-12-11T00:00:00+00:00
+
https://fury.gl/posts/2024/2024-07-31-release-announcement.html
FURY 0.11.0 Released
@@ -461,66 +516,4 @@ FURY is a free and open source software library for scientific visualization and
2020-08-18T00:00:00+00:00
-
- https://fury.gl/posts/2020/2020-07-20-release-announcement.html
- FURY 0.6.0 Released
- 2020-07-20T00:00:00+00:00
-
- Serge Koudoro
-
- <section id="fury-0-6-0-released">
-
-<p>The FURY project is happy to announce the release of FURY 0.6.0!
-FURY is a free and open source software library for scientific visualization and 3D animations.</p>
-<p>You can show your support by <a class="reference external" href="https://github.com/fury-gl/fury/stargazers">adding a star</a> on FURY github project.</p>
-<p>The <strong>major highlights</strong> of this release are:</p>
-<ul class="simple">
-<li><p>Added new features: Picking and double-click callback.</p></li>
-<li><p>Added Signed Distance Field actor.</p></li>
-<li><p>Added a new UI ComboBox.</p></li>
-<li><p>Added multiples primitives (Rhombocuboctahedron, ā¦).</p></li>
-<li><p>Huge improvement of multiple UIs and actors.</p></li>
-<li><p>Fixed Compatibility with VTK9.</p></li>
-<li><p>Large documentation update, examples and tutorials (5 new).</p></li>
-<li><p>Added a blog system.</p></li>
-<li><p>Increased tests coverage and code quality.</p></li>
-</ul>
-<div class="admonition note">
-<p class="admonition-title">Note</p>
-<p>The complete release notes are available <a class="reference internal" href="../../release_notes/releasev0.6.0.html#releasev0-6-0"><span class="std std-ref">here</span></a></p>
-</div>
-<p><strong>To upgrade or install FURY</strong></p>
-<p>Run the following command in your terminal:</p>
-<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">pip</span> <span class="n">install</span> <span class="o">--</span><span class="n">upgrade</span> <span class="n">fury</span>
-</pre></div>
-</div>
-<p>or:</p>
-<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">conda</span> <span class="n">install</span> <span class="o">-</span><span class="n">c</span> <span class="n">conda</span><span class="o">-</span><span class="n">forge</span> <span class="n">fury</span>
-</pre></div>
-</div>
-<p><strong>Questions or suggestions?</strong></p>
-<p>For any questions go to <a class="reference external" href="http://fury.gl">http://fury.gl</a>, or send an e-mail to <a class="reference external" href="mailto:fury%40python.org">fury<span>@</span>python<span>.</span>org</a>
-We can also join our <a class="reference external" href="https://discord.gg/6btFPPj">discord community</a></p>
-<p>We would like to thanks to <a class="reference internal" href="../../community.html#community"><span class="std std-ref">all contributors</span></a> for this release:</p>
-<ul class="simple">
-<li><p>Eleftherios Garyfallidis</p></li>
-<li><p>Liam Donohue</p></li>
-<li><p>Marc-Alexandre CƓtƩ</p></li>
-<li><p>Melina Raglin</p></li>
-<li><p>Naman Bansal</p></li>
-<li><p>Serge Koudoro</p></li>
-<li><p>Soham Biswas</p></li>
-<li><p>Tushar</p></li>
-<li><p>Lenix Lobo</p></li>
-</ul>
-<p>On behalf of the <a class="reference internal" href="../../community.html#community"><span class="std std-ref">FURY developers</span></a>,</p>
-<p>Serge K.</p>
-</section>
-
-
- The FURY project is happy to announce the release of FURY 0.6.0!
-FURY is a free and open source software library for scientific visualization and 3D animations.
-
- 2020-07-20T00:00:00+00:00
-
diff --git a/v0.11.x/blog/author/shivam-anand.html b/v0.11.x/blog/author/shivam-anand.html
index b3530e5ce..481f5c3f5 100644
--- a/v0.11.x/blog/author/shivam-anand.html
+++ b/v0.11.x/blog/author/shivam-anand.html
@@ -7,7 +7,7 @@
- Posts by Shivam Anand — FURY 0.12.0.dev58+gad0c3072 documentation
+ Posts by Shivam Anand — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -43,7 +43,7 @@
-
+
diff --git a/v0.11.x/blog/author/shivam-anand/atom.xml b/v0.11.x/blog/author/shivam-anand/atom.xml
index c5a849e2d..64f5d0ada 100644
--- a/v0.11.x/blog/author/shivam-anand/atom.xml
+++ b/v0.11.x/blog/author/shivam-anand/atom.xml
@@ -2,7 +2,7 @@
https://fury.gl/
Blog - Posts by Shivam Anand
- 2024-12-11T18:51:54.688069+00:00
+ 2024-12-11T20:03:35.908963+00:00
ABlog
diff --git a/v0.11.x/blog/author/shivam-sahu.html b/v0.11.x/blog/author/shivam-sahu.html
index 3a37e310c..dbc15f092 100644
--- a/v0.11.x/blog/author/shivam-sahu.html
+++ b/v0.11.x/blog/author/shivam-sahu.html
@@ -7,7 +7,7 @@
- Posts by Shivam Sahu — FURY 0.12.0.dev58+gad0c3072 documentation
+ Posts by Shivam Sahu — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -43,7 +43,7 @@
-
+
diff --git a/v0.11.x/blog/author/shivam-sahu/atom.xml b/v0.11.x/blog/author/shivam-sahu/atom.xml
index 04dfae956..c76eb258d 100644
--- a/v0.11.x/blog/author/shivam-sahu/atom.xml
+++ b/v0.11.x/blog/author/shivam-sahu/atom.xml
@@ -2,7 +2,7 @@
https://fury.gl/
Blog - Posts by Shivam Sahu
- 2024-12-11T18:51:54.728629+00:00
+ 2024-12-11T20:03:35.949732+00:00
ABlog
diff --git a/v0.11.x/blog/author/soham-biswas.html b/v0.11.x/blog/author/soham-biswas.html
index 17e7eb1e6..e7d3e36d8 100644
--- a/v0.11.x/blog/author/soham-biswas.html
+++ b/v0.11.x/blog/author/soham-biswas.html
@@ -7,7 +7,7 @@
- Posts by Soham Biswas — FURY 0.12.0.dev58+gad0c3072 documentation
+ Posts by Soham Biswas — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -43,7 +43,7 @@
-
+
diff --git a/v0.11.x/blog/author/soham-biswas/atom.xml b/v0.11.x/blog/author/soham-biswas/atom.xml
index fe0a5e0e9..dc076f4c5 100644
--- a/v0.11.x/blog/author/soham-biswas/atom.xml
+++ b/v0.11.x/blog/author/soham-biswas/atom.xml
@@ -2,7 +2,7 @@
https://fury.gl/
Blog - Posts by Soham Biswas
- 2024-12-11T18:51:54.732807+00:00
+ 2024-12-11T20:03:35.953915+00:00
ABlog
diff --git a/v0.11.x/blog/author/tania-castillo.html b/v0.11.x/blog/author/tania-castillo.html
index a66484578..dfb98d8bb 100644
--- a/v0.11.x/blog/author/tania-castillo.html
+++ b/v0.11.x/blog/author/tania-castillo.html
@@ -7,7 +7,7 @@
- Posts by Tania Castillo — FURY 0.12.0.dev58+gad0c3072 documentation
+ Posts by Tania Castillo — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -43,7 +43,7 @@
-
+
diff --git a/v0.11.x/blog/author/tania-castillo/atom.xml b/v0.11.x/blog/author/tania-castillo/atom.xml
index 7b72b74f7..8594e4265 100644
--- a/v0.11.x/blog/author/tania-castillo/atom.xml
+++ b/v0.11.x/blog/author/tania-castillo/atom.xml
@@ -2,7 +2,7 @@
https://fury.gl/
Blog - Posts by Tania Castillo
- 2024-12-11T18:51:54.778141+00:00
+ 2024-12-11T20:03:36.000368+00:00
ABlog
diff --git a/v0.11.x/blog/author/wachiou-bouraima.html b/v0.11.x/blog/author/wachiou-bouraima.html
index 1814ae44c..2f65491f0 100644
--- a/v0.11.x/blog/author/wachiou-bouraima.html
+++ b/v0.11.x/blog/author/wachiou-bouraima.html
@@ -7,7 +7,7 @@
- Posts by Wachiou BOURAIMA — FURY 0.12.0.dev58+gad0c3072 documentation
+ Posts by Wachiou BOURAIMA — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -43,7 +43,7 @@
-
+
diff --git a/v0.11.x/blog/author/wachiou-bouraima/atom.xml b/v0.11.x/blog/author/wachiou-bouraima/atom.xml
index dec58807d..5aa24914c 100644
--- a/v0.11.x/blog/author/wachiou-bouraima/atom.xml
+++ b/v0.11.x/blog/author/wachiou-bouraima/atom.xml
@@ -2,7 +2,7 @@
https://fury.gl/
Blog - Posts by Wachiou BOURAIMA
- 2024-12-11T18:51:54.815207+00:00
+ 2024-12-11T20:03:36.037864+00:00
ABlog
diff --git a/v0.11.x/blog/category.html b/v0.11.x/blog/category.html
index f73c586ed..629db0913 100644
--- a/v0.11.x/blog/category.html
+++ b/v0.11.x/blog/category.html
@@ -7,7 +7,7 @@
- Categories — FURY 0.12.0.dev58+gad0c3072 documentation
+ Categories — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -43,7 +43,7 @@
-
+
@@ -2665,6 +2665,18 @@
+
+
+
+ 11 December 2024
+
+ -
+ FURY 0.11.0 Released
+
+
+
diff --git a/v0.11.x/blog/category/gsoc.html b/v0.11.x/blog/category/gsoc.html
index c6bc91d68..a5648b073 100644
--- a/v0.11.x/blog/category/gsoc.html
+++ b/v0.11.x/blog/category/gsoc.html
@@ -7,7 +7,7 @@
-
Posts in gsoc — FURY 0.12.0.dev58+gad0c3072 documentation
+
Posts in gsoc — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -43,7 +43,7 @@
-
+
diff --git a/v0.11.x/blog/category/gsoc/atom.xml b/v0.11.x/blog/category/gsoc/atom.xml
index 16775f359..d3ff715bd 100644
--- a/v0.11.x/blog/category/gsoc/atom.xml
+++ b/v0.11.x/blog/category/gsoc/atom.xml
@@ -2,7 +2,7 @@
https://fury.gl/
Blog - Posts in gsoc
- 2024-12-11T18:51:54.925219+00:00
+ 2024-12-11T20:03:36.145932+00:00
ABlog
diff --git a/v0.11.x/blog/category/news.html b/v0.11.x/blog/category/news.html
index 5b876684d..7d12a0b15 100644
--- a/v0.11.x/blog/category/news.html
+++ b/v0.11.x/blog/category/news.html
@@ -7,7 +7,7 @@
- Posts in news — FURY 0.12.0.dev58+gad0c3072 documentation
+ Posts in news — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -43,7 +43,7 @@
-
+
diff --git a/v0.11.x/blog/category/news/atom.xml b/v0.11.x/blog/category/news/atom.xml
index 234fa9f7b..19461b7a3 100644
--- a/v0.11.x/blog/category/news/atom.xml
+++ b/v0.11.x/blog/category/news/atom.xml
@@ -2,7 +2,7 @@
https://fury.gl/
Blog - Posts in news
- 2024-12-11T18:51:55.001923+00:00
+ 2024-12-11T20:03:36.221730+00:00
ABlog
diff --git a/v0.11.x/blog/category/release.html b/v0.11.x/blog/category/release.html
index 38ad8f293..918ac5ba2 100644
--- a/v0.11.x/blog/category/release.html
+++ b/v0.11.x/blog/category/release.html
@@ -7,7 +7,7 @@
- Posts in release — FURY 0.12.0.dev58+gad0c3072 documentation
+ Posts in release — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -43,7 +43,7 @@
-
+
@@ -381,6 +381,80 @@
+
+
+
+
+
+
+
+
+ 11 December 2024
+
+
+
+
+
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.
+
+
+
Read more ...
+
+
+
FURY 0.11.0 Released
diff --git a/v0.11.x/blog/category/release/atom.xml b/v0.11.x/blog/category/release/atom.xml
index 9b42ae7a9..75f8ca449 100644
--- a/v0.11.x/blog/category/release/atom.xml
+++ b/v0.11.x/blog/category/release/atom.xml
@@ -2,10 +2,65 @@
https://fury.gl/
Blog - Posts in release
- 2024-12-11T18:51:55.003813+00:00
+ 2024-12-11T20:03:36.223617+00:00
ABlog
+
+ https://fury.gl/posts/2024/2024-12-11-release-announcement.html
+ FURY 0.11.0 Released
+ 2024-12-11T00:00:00+00:00
+
+ Serge Koudoro
+
+ <section id="fury-0-11-0-released">
+
+<p>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.</p>
+<p>You can show your support by <a class="reference external" href="https://github.com/fury-gl/fury/stargazers">adding a star</a> on FURY github project.</p>
+<p>This Release is mainly a maintenance release. The <strong>major highlights</strong> of this release are:</p>
+<ul class="simple">
+<li><p>Pin <cite>vtk<9.4.0</cite>.</p></li>
+<li><p>NF: ODF actor implemented with Ray Tracing.</p></li>
+<li><p>Warning as error in documentation CI build.</p></li>
+<li><p>Documentation updated.</p></li>
+<li><p>Website updated.</p></li>
+</ul>
+<div class="admonition note">
+<p class="admonition-title">Note</p>
+<p>The complete release notes are available <a class="reference internal" href="../../release_notes/releasev0.12.0.html#releasev0-12-0"><span class="std std-ref">here</span></a></p>
+</div>
+<p><strong>To upgrade or install FURY</strong></p>
+<p>Run the following command in your terminal:</p>
+<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">pip</span> <span class="n">install</span> <span class="o">--</span><span class="n">upgrade</span> <span class="n">fury</span>
+</pre></div>
+</div>
+<p>or:</p>
+<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">conda</span> <span class="n">install</span> <span class="o">-</span><span class="n">c</span> <span class="n">conda</span><span class="o">-</span><span class="n">forge</span> <span class="n">fury</span>
+</pre></div>
+</div>
+<p><strong>Questions or suggestions?</strong></p>
+<p>For any questions go to <a class="reference external" href="http://fury.gl">http://fury.gl</a>, or send an e-mail to <a class="reference external" href="mailto:fury%40python.org">fury<span>@</span>python<span>.</span>org</a>
+We can also join our <a class="reference external" href="https://discord.gg/6btFPPj">discord community</a></p>
+<p>We would like to thanks to <a class="reference internal" href="../../community.html#community"><span class="std std-ref">all contributors</span></a> for this release:</p>
+<ul class="simple">
+<li><p>Akwasi Wireko</p></li>
+<li><p>Jon Haitz Legarreta GorroƱo</p></li>
+<li><p>Robin Roy</p></li>
+<li><p>Serge Koudoro</p></li>
+<li><p>Tania Castillo</p></li>
+<li><p>Wachiou Bouraima</p></li>
+</ul>
+<p>On behalf of the <a class="reference internal" href="../../community.html#community"><span class="std std-ref">FURY developers</span></a>,</p>
+<p>Serge K.</p>
+</section>
+
+
+ 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.
+
+ 2024-12-11T00:00:00+00:00
+
https://fury.gl/posts/2024/2024-07-31-release-announcement.html
FURY 0.11.0 Released
@@ -584,59 +639,4 @@ FURY is a free and open source software library for scientific visualization and
2019-10-29T00:00:00+00:00
-
- https://fury.gl/posts/2019/2019-08-02-release-announcement.html
- FURY 0.3.0 Released
- 2019-08-02T00:00:00+00:00
-
- Serge Koudoro
-
- <section id="fury-0-3-0-released">
-
-<p>The FURY project is happy to announce the release of FURY 0.3.0!
-FURY is a free and open source software library for scientific visualization and 3D animations.</p>
-<p>You can show your support by <a class="reference external" href="https://github.com/fury-gl/fury/stargazers">adding a star</a> on FURY github project.</p>
-<p>The <strong>major highlights</strong> of this release are:</p>
-<ul class="simple">
-<li><p>Add cone actor and update odf actor</p></li>
-<li><p>Add Appveyor CI and update MacOS CI</p></li>
-<li><p>Update Documentation, examples and tutorials</p></li>
-<li><p>Increase tests coverage and code quality</p></li>
-</ul>
-<div class="admonition note">
-<p class="admonition-title">Note</p>
-<p>The complete release notes are <a class="reference internal" href="../../release_notes/releasev0.3.0.html#releasev0-3-0"><span class="std std-ref">available here</span></a></p>
-</div>
-<p><strong>To upgrade or install FURY</strong></p>
-<p>Run the following command in your terminal:</p>
-<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">pip</span> <span class="n">install</span> <span class="o">--</span><span class="n">upgrade</span> <span class="n">fury</span>
-</pre></div>
-</div>
-<p>or:</p>
-<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">conda</span> <span class="n">install</span> <span class="o">-</span><span class="n">c</span> <span class="n">conda</span><span class="o">-</span><span class="n">forge</span> <span class="n">fury</span>
-</pre></div>
-</div>
-<p><strong>Questions or suggestions?</strong></p>
-<p>For any questions go to <a class="reference external" href="http://fury.gl">http://fury.gl</a>, or send an e-mail to <a class="reference external" href="mailto:fury%40python.org">fury<span>@</span>python<span>.</span>org</a>
-We can also join our <a class="reference external" href="https://discord.gg/6btFPPj">discord community</a></p>
-<p>We would like to thanks to <a class="reference internal" href="../../community.html#community"><span class="std std-ref">all contributors</span></a> for this release:</p>
-<ul class="simple">
-<li><p>Ariel Rokem</p></li>
-<li><p>Eleftherios Garyfallidis</p></li>
-<li><p>Guillaume Favelier</p></li>
-<li><p>Kevin Sitek</p></li>
-<li><p>Prashil</p></li>
-<li><p>Scott Trinkle</p></li>
-<li><p>Serge Koudoro</p></li>
-</ul>
-<p>On behalf of the <a class="reference internal" href="../../community.html#community"><span class="std std-ref">FURY developers</span></a>,</p>
-<p>Serge K.</p>
-</section>
-
-
- The FURY project is happy to announce the release of FURY 0.3.0!
-FURY is a free and open source software library for scientific visualization and 3D animations.
-
- 2019-08-02T00:00:00+00:00
-
diff --git a/v0.11.x/blog/drafts.html b/v0.11.x/blog/drafts.html
index ddbde3e37..9b77a2aa5 100644
--- a/v0.11.x/blog/drafts.html
+++ b/v0.11.x/blog/drafts.html
@@ -7,7 +7,7 @@
- Drafts — FURY 0.12.0.dev58+gad0c3072 documentation
+ Drafts — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -43,7 +43,7 @@
-
+
diff --git a/v0.11.x/blog/tag.html b/v0.11.x/blog/tag.html
index 1e922c6cd..32c6ca6a0 100644
--- a/v0.11.x/blog/tag.html
+++ b/v0.11.x/blog/tag.html
@@ -7,7 +7,7 @@
- Tags — FURY 0.12.0.dev58+gad0c3072 documentation
+ Tags — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -43,7 +43,7 @@
-
+
@@ -375,6 +375,18 @@
+
+
+
+ 11 December 2024
+
+ -
+ FURY 0.11.0 Released
+
+
+
diff --git a/v0.11.x/blog/tag/fury.html b/v0.11.x/blog/tag/fury.html
index d1e7dc54c..154d2fb92 100644
--- a/v0.11.x/blog/tag/fury.html
+++ b/v0.11.x/blog/tag/fury.html
@@ -7,7 +7,7 @@
-
Posts tagged fury — FURY 0.12.0.dev58+gad0c3072 documentation
+
Posts tagged fury — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -43,7 +43,7 @@
-
+
@@ -381,6 +381,80 @@
+
+
+
+
+
+
+
+
+ 11 December 2024
+
+
+
+
+
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.
+
+
+
Read more ...
+
+
+
FURY 0.11.0 Released
diff --git a/v0.11.x/blog/tag/fury/atom.xml b/v0.11.x/blog/tag/fury/atom.xml
index 241838713..03ea841ea 100644
--- a/v0.11.x/blog/tag/fury/atom.xml
+++ b/v0.11.x/blog/tag/fury/atom.xml
@@ -2,10 +2,65 @@
https://fury.gl/
Blog - Posts tagged fury
- 2024-12-11T18:51:55.380211+00:00
+ 2024-12-11T20:03:36.597767+00:00
ABlog
+
+ https://fury.gl/posts/2024/2024-12-11-release-announcement.html
+ FURY 0.11.0 Released
+ 2024-12-11T00:00:00+00:00
+
+ Serge Koudoro
+
+ <section id="fury-0-11-0-released">
+
+<p>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.</p>
+<p>You can show your support by <a class="reference external" href="https://github.com/fury-gl/fury/stargazers">adding a star</a> on FURY github project.</p>
+<p>This Release is mainly a maintenance release. The <strong>major highlights</strong> of this release are:</p>
+<ul class="simple">
+<li><p>Pin <cite>vtk<9.4.0</cite>.</p></li>
+<li><p>NF: ODF actor implemented with Ray Tracing.</p></li>
+<li><p>Warning as error in documentation CI build.</p></li>
+<li><p>Documentation updated.</p></li>
+<li><p>Website updated.</p></li>
+</ul>
+<div class="admonition note">
+<p class="admonition-title">Note</p>
+<p>The complete release notes are available <a class="reference internal" href="../../release_notes/releasev0.12.0.html#releasev0-12-0"><span class="std std-ref">here</span></a></p>
+</div>
+<p><strong>To upgrade or install FURY</strong></p>
+<p>Run the following command in your terminal:</p>
+<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">pip</span> <span class="n">install</span> <span class="o">--</span><span class="n">upgrade</span> <span class="n">fury</span>
+</pre></div>
+</div>
+<p>or:</p>
+<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">conda</span> <span class="n">install</span> <span class="o">-</span><span class="n">c</span> <span class="n">conda</span><span class="o">-</span><span class="n">forge</span> <span class="n">fury</span>
+</pre></div>
+</div>
+<p><strong>Questions or suggestions?</strong></p>
+<p>For any questions go to <a class="reference external" href="http://fury.gl">http://fury.gl</a>, or send an e-mail to <a class="reference external" href="mailto:fury%40python.org">fury<span>@</span>python<span>.</span>org</a>
+We can also join our <a class="reference external" href="https://discord.gg/6btFPPj">discord community</a></p>
+<p>We would like to thanks to <a class="reference internal" href="../../community.html#community"><span class="std std-ref">all contributors</span></a> for this release:</p>
+<ul class="simple">
+<li><p>Akwasi Wireko</p></li>
+<li><p>Jon Haitz Legarreta GorroƱo</p></li>
+<li><p>Robin Roy</p></li>
+<li><p>Serge Koudoro</p></li>
+<li><p>Tania Castillo</p></li>
+<li><p>Wachiou Bouraima</p></li>
+</ul>
+<p>On behalf of the <a class="reference internal" href="../../community.html#community"><span class="std std-ref">FURY developers</span></a>,</p>
+<p>Serge K.</p>
+</section>
+
+
+ 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.
+
+ 2024-12-11T00:00:00+00:00
+
https://fury.gl/posts/2024/2024-07-31-release-announcement.html
FURY 0.11.0 Released
@@ -584,59 +639,4 @@ FURY is a free and open source software library for scientific visualization and
2019-10-29T00:00:00+00:00
-
- https://fury.gl/posts/2019/2019-08-02-release-announcement.html
- FURY 0.3.0 Released
- 2019-08-02T00:00:00+00:00
-
- Serge Koudoro
-
- <section id="fury-0-3-0-released">
-
-<p>The FURY project is happy to announce the release of FURY 0.3.0!
-FURY is a free and open source software library for scientific visualization and 3D animations.</p>
-<p>You can show your support by <a class="reference external" href="https://github.com/fury-gl/fury/stargazers">adding a star</a> on FURY github project.</p>
-<p>The <strong>major highlights</strong> of this release are:</p>
-<ul class="simple">
-<li><p>Add cone actor and update odf actor</p></li>
-<li><p>Add Appveyor CI and update MacOS CI</p></li>
-<li><p>Update Documentation, examples and tutorials</p></li>
-<li><p>Increase tests coverage and code quality</p></li>
-</ul>
-<div class="admonition note">
-<p class="admonition-title">Note</p>
-<p>The complete release notes are <a class="reference internal" href="../../release_notes/releasev0.3.0.html#releasev0-3-0"><span class="std std-ref">available here</span></a></p>
-</div>
-<p><strong>To upgrade or install FURY</strong></p>
-<p>Run the following command in your terminal:</p>
-<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">pip</span> <span class="n">install</span> <span class="o">--</span><span class="n">upgrade</span> <span class="n">fury</span>
-</pre></div>
-</div>
-<p>or:</p>
-<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">conda</span> <span class="n">install</span> <span class="o">-</span><span class="n">c</span> <span class="n">conda</span><span class="o">-</span><span class="n">forge</span> <span class="n">fury</span>
-</pre></div>
-</div>
-<p><strong>Questions or suggestions?</strong></p>
-<p>For any questions go to <a class="reference external" href="http://fury.gl">http://fury.gl</a>, or send an e-mail to <a class="reference external" href="mailto:fury%40python.org">fury<span>@</span>python<span>.</span>org</a>
-We can also join our <a class="reference external" href="https://discord.gg/6btFPPj">discord community</a></p>
-<p>We would like to thanks to <a class="reference internal" href="../../community.html#community"><span class="std std-ref">all contributors</span></a> for this release:</p>
-<ul class="simple">
-<li><p>Ariel Rokem</p></li>
-<li><p>Eleftherios Garyfallidis</p></li>
-<li><p>Guillaume Favelier</p></li>
-<li><p>Kevin Sitek</p></li>
-<li><p>Prashil</p></li>
-<li><p>Scott Trinkle</p></li>
-<li><p>Serge Koudoro</p></li>
-</ul>
-<p>On behalf of the <a class="reference internal" href="../../community.html#community"><span class="std std-ref">FURY developers</span></a>,</p>
-<p>Serge K.</p>
-</section>
-
-
- The FURY project is happy to announce the release of FURY 0.3.0!
-FURY is a free and open source software library for scientific visualization and 3D animations.
-
- 2019-08-02T00:00:00+00:00
-
diff --git a/v0.11.x/blog/tag/google.html b/v0.11.x/blog/tag/google.html
index 7b7f7fbc0..dc3592422 100644
--- a/v0.11.x/blog/tag/google.html
+++ b/v0.11.x/blog/tag/google.html
@@ -7,7 +7,7 @@
- Posts tagged google — FURY 0.12.0.dev58+gad0c3072 documentation
+ Posts tagged google — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -43,7 +43,7 @@
-
+
diff --git a/v0.11.x/blog/tag/google/atom.xml b/v0.11.x/blog/tag/google/atom.xml
index aabc7c9b6..6c27f1425 100644
--- a/v0.11.x/blog/tag/google/atom.xml
+++ b/v0.11.x/blog/tag/google/atom.xml
@@ -2,7 +2,7 @@
https://fury.gl/
Blog - Posts tagged google
- 2024-12-11T18:51:55.432499+00:00
+ 2024-12-11T20:03:36.652112+00:00
ABlog
diff --git a/v0.11.x/blog/tag/shader.html b/v0.11.x/blog/tag/shader.html
index 467d9401a..9d2fc1923 100644
--- a/v0.11.x/blog/tag/shader.html
+++ b/v0.11.x/blog/tag/shader.html
@@ -7,7 +7,7 @@
- Posts tagged shader — FURY 0.12.0.dev58+gad0c3072 documentation
+ Posts tagged shader — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -43,7 +43,7 @@
-
+
diff --git a/v0.11.x/blog/tag/shader/atom.xml b/v0.11.x/blog/tag/shader/atom.xml
index 0f2854261..17ac968f8 100644
--- a/v0.11.x/blog/tag/shader/atom.xml
+++ b/v0.11.x/blog/tag/shader/atom.xml
@@ -2,7 +2,7 @@
https://fury.gl/
Blog - Posts tagged shader
- 2024-12-11T18:51:55.508190+00:00
+ 2024-12-11T20:03:36.727036+00:00
ABlog
diff --git a/v0.11.x/community.html b/v0.11.x/community.html
index 340b26fde..c6e445678 100644
--- a/v0.11.x/community.html
+++ b/v0.11.x/community.html
@@ -8,7 +8,7 @@
- Community — FURY 0.12.0.dev58+gad0c3072 documentation
+ Community — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/fury-pybullet.html b/v0.11.x/fury-pybullet.html
index 9f8624ed8..31f409684 100644
--- a/v0.11.x/fury-pybullet.html
+++ b/v0.11.x/fury-pybullet.html
@@ -8,7 +8,7 @@
- FURY - pyBullet Integration Guide — FURY 0.12.0.dev58+gad0c3072 documentation
+ FURY - pyBullet Integration Guide — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/genindex.html b/v0.11.x/genindex.html
index a82f5e9ae..929b55d35 100644
--- a/v0.11.x/genindex.html
+++ b/v0.11.x/genindex.html
@@ -7,7 +7,7 @@
- Index — FURY 0.12.0.dev58+gad0c3072 documentation
+ Index — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -43,7 +43,7 @@
-
+
@@ -1767,11 +1767,11 @@ L
line() (in module fury.actor)
line_colors() (in module fury.colormap)
-
- linear_interpolator() (in module fury.animation.interpolator)
+ linear_interpolator() (in module fury.animation.interpolator)
+
LinearExtrusionFilter (in module fury.lib)
LineDoubleSlider2D (class in fury.ui.elements)
@@ -1787,8 +1787,6 @@ L
ListBox2D (class in fury.ui.elements)
ListBoxItem2D (class in fury.ui.elements)
-
- load() (in module fury.shaders.base)
load_camera() (fury.gltf.glTF method)
diff --git a/v0.11.x/getting_started.html b/v0.11.x/getting_started.html
index 8d4c53ddf..5952d02c6 100644
--- a/v0.11.x/getting_started.html
+++ b/v0.11.x/getting_started.html
@@ -8,7 +8,7 @@
- Getting Started — FURY 0.12.0.dev58+gad0c3072 documentation
+ Getting Started — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/installation.html b/v0.11.x/installation.html
index 8a31d4622..5f36215ca 100644
--- a/v0.11.x/installation.html
+++ b/v0.11.x/installation.html
@@ -8,7 +8,7 @@
- Installation — FURY 0.12.0.dev58+gad0c3072 documentation
+ Installation — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/introduction.html b/v0.11.x/introduction.html
index 3272de545..2c4ad883d 100644
--- a/v0.11.x/introduction.html
+++ b/v0.11.x/introduction.html
@@ -8,7 +8,7 @@
- About — FURY 0.12.0.dev58+gad0c3072 documentation
+ About — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/objects.inv b/v0.11.x/objects.inv
index efb795085..d45ff5228 100644
Binary files a/v0.11.x/objects.inv and b/v0.11.x/objects.inv differ
diff --git a/v0.11.x/posts/2018/2018-09-21-release-announcement.html b/v0.11.x/posts/2018/2018-09-21-release-announcement.html
index 4312f6291..a620a1fc9 100644
--- a/v0.11.x/posts/2018/2018-09-21-release-announcement.html
+++ b/v0.11.x/posts/2018/2018-09-21-release-announcement.html
@@ -8,7 +8,7 @@
- FURY 0.1.0 Released — FURY 0.12.0.dev58+gad0c3072 documentation
+ FURY 0.1.0 Released — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2018/2018-10-31-release-announcement.html b/v0.11.x/posts/2018/2018-10-31-release-announcement.html
index 032d75d7f..eec01a007 100644
--- a/v0.11.x/posts/2018/2018-10-31-release-announcement.html
+++ b/v0.11.x/posts/2018/2018-10-31-release-announcement.html
@@ -8,7 +8,7 @@
- FURY 0.1.3 Released — FURY 0.12.0.dev58+gad0c3072 documentation
+ FURY 0.1.3 Released — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2018/2018-11-26-release-announcement.html b/v0.11.x/posts/2018/2018-11-26-release-announcement.html
index 2e1da3c3d..8d6e158a6 100644
--- a/v0.11.x/posts/2018/2018-11-26-release-announcement.html
+++ b/v0.11.x/posts/2018/2018-11-26-release-announcement.html
@@ -8,7 +8,7 @@
- FURY 0.1.4 Released — FURY 0.12.0.dev58+gad0c3072 documentation
+ FURY 0.1.4 Released — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2019/2019-03-08-release-announcement.html b/v0.11.x/posts/2019/2019-03-08-release-announcement.html
index 7608e36e2..316ded9e7 100644
--- a/v0.11.x/posts/2019/2019-03-08-release-announcement.html
+++ b/v0.11.x/posts/2019/2019-03-08-release-announcement.html
@@ -8,7 +8,7 @@
- FURY 0.2.0 Released — FURY 0.12.0.dev58+gad0c3072 documentation
+ FURY 0.2.0 Released — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2019/2019-06-19-brain-art.html b/v0.11.x/posts/2019/2019-06-19-brain-art.html
index 61d37ad1a..aa2bf49ed 100644
--- a/v0.11.x/posts/2019/2019-06-19-brain-art.html
+++ b/v0.11.x/posts/2019/2019-06-19-brain-art.html
@@ -8,7 +8,7 @@
- Success on Brain Art Competition using FURY — FURY 0.12.0.dev58+gad0c3072 documentation
+ Success on Brain Art Competition using FURY — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2019/2019-08-02-release-announcement.html b/v0.11.x/posts/2019/2019-08-02-release-announcement.html
index fe8b9434d..d765c01b5 100644
--- a/v0.11.x/posts/2019/2019-08-02-release-announcement.html
+++ b/v0.11.x/posts/2019/2019-08-02-release-announcement.html
@@ -8,7 +8,7 @@
- FURY 0.3.0 Released — FURY 0.12.0.dev58+gad0c3072 documentation
+ FURY 0.3.0 Released — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2019/2019-10-29-release-announcement.html b/v0.11.x/posts/2019/2019-10-29-release-announcement.html
index 50f59a744..c7e45fa01 100644
--- a/v0.11.x/posts/2019/2019-10-29-release-announcement.html
+++ b/v0.11.x/posts/2019/2019-10-29-release-announcement.html
@@ -8,7 +8,7 @@
- FURY 0.4.0 Released — FURY 0.12.0.dev58+gad0c3072 documentation
+ FURY 0.4.0 Released — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2020/2020-01-05-gsoc.html b/v0.11.x/posts/2020/2020-01-05-gsoc.html
index 122bbd94f..dc1fb3f04 100644
--- a/v0.11.x/posts/2020/2020-01-05-gsoc.html
+++ b/v0.11.x/posts/2020/2020-01-05-gsoc.html
@@ -8,7 +8,7 @@
- Google Summer of Code — FURY 0.12.0.dev58+gad0c3072 documentation
+ Google Summer of Code — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2020/2020-04-09-release-announcement.html b/v0.11.x/posts/2020/2020-04-09-release-announcement.html
index 6ae844db8..5be838e20 100644
--- a/v0.11.x/posts/2020/2020-04-09-release-announcement.html
+++ b/v0.11.x/posts/2020/2020-04-09-release-announcement.html
@@ -8,7 +8,7 @@
- FURY 0.5.1 Released — FURY 0.12.0.dev58+gad0c3072 documentation
+ FURY 0.5.1 Released — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2020/2020-05-30-week-1-lenix.html b/v0.11.x/posts/2020/2020-05-30-week-1-lenix.html
index 7b1c7c856..3bd6f4768 100644
--- a/v0.11.x/posts/2020/2020-05-30-week-1-lenix.html
+++ b/v0.11.x/posts/2020/2020-05-30-week-1-lenix.html
@@ -8,7 +8,7 @@
- Weekly Check-in #1 — FURY 0.12.0.dev58+gad0c3072 documentation
+ Weekly Check-in #1 — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2020/2020-05-30-week-1-soham.html b/v0.11.x/posts/2020/2020-05-30-week-1-soham.html
index dfeb08286..463236d25 100644
--- a/v0.11.x/posts/2020/2020-05-30-week-1-soham.html
+++ b/v0.11.x/posts/2020/2020-05-30-week-1-soham.html
@@ -8,7 +8,7 @@
- Welcome to my GSoC Blog!!! — FURY 0.12.0.dev58+gad0c3072 documentation
+ Welcome to my GSoC Blog!!! — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2020/2020-06-07-week-2-lenix.html b/v0.11.x/posts/2020/2020-06-07-week-2-lenix.html
index e7ab2fa55..aa1b1ec25 100644
--- a/v0.11.x/posts/2020/2020-06-07-week-2-lenix.html
+++ b/v0.11.x/posts/2020/2020-06-07-week-2-lenix.html
@@ -8,7 +8,7 @@
- First week of coding!! — FURY 0.12.0.dev58+gad0c3072 documentation
+ First week of coding!! — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2020/2020-06-07-week-2-soham.html b/v0.11.x/posts/2020/2020-06-07-week-2-soham.html
index a9cbb2167..c100f965c 100644
--- a/v0.11.x/posts/2020/2020-06-07-week-2-soham.html
+++ b/v0.11.x/posts/2020/2020-06-07-week-2-soham.html
@@ -8,7 +8,7 @@
- First week of coding!! — FURY 0.12.0.dev58+gad0c3072 documentation
+ First week of coding!! — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2020/2020-06-14-week-3-lenix.html b/v0.11.x/posts/2020/2020-06-14-week-3-lenix.html
index 5dd7a7b46..b5e58c3d5 100644
--- a/v0.11.x/posts/2020/2020-06-14-week-3-lenix.html
+++ b/v0.11.x/posts/2020/2020-06-14-week-3-lenix.html
@@ -8,7 +8,7 @@
- Raymarching!! — FURY 0.12.0.dev58+gad0c3072 documentation
+ Raymarching!! — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2020/2020-06-14-week-3-soham.html b/v0.11.x/posts/2020/2020-06-14-week-3-soham.html
index 2877d88e5..e1dfb98fa 100644
--- a/v0.11.x/posts/2020/2020-06-14-week-3-soham.html
+++ b/v0.11.x/posts/2020/2020-06-14-week-3-soham.html
@@ -8,7 +8,7 @@
- ComboBox2D Progress!! — FURY 0.12.0.dev58+gad0c3072 documentation
+ ComboBox2D Progress!! — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2020/2020-06-21-week-4-lenix.html b/v0.11.x/posts/2020/2020-06-21-week-4-lenix.html
index 591599746..00ba590d5 100644
--- a/v0.11.x/posts/2020/2020-06-21-week-4-lenix.html
+++ b/v0.11.x/posts/2020/2020-06-21-week-4-lenix.html
@@ -8,7 +8,7 @@
- Raymarching continued — FURY 0.12.0.dev58+gad0c3072 documentation
+ Raymarching continued — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2020/2020-06-21-week-4-soham.html b/v0.11.x/posts/2020/2020-06-21-week-4-soham.html
index fb7948846..98dfbd3d8 100644
--- a/v0.11.x/posts/2020/2020-06-21-week-4-soham.html
+++ b/v0.11.x/posts/2020/2020-06-21-week-4-soham.html
@@ -8,7 +8,7 @@
- TextBlock2D Progress!! — FURY 0.12.0.dev58+gad0c3072 documentation
+ TextBlock2D Progress!! — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2020/2020-06-28-week-5-lenix.html b/v0.11.x/posts/2020/2020-06-28-week-5-lenix.html
index b5b2bf3ad..d38402d3e 100644
--- a/v0.11.x/posts/2020/2020-06-28-week-5-lenix.html
+++ b/v0.11.x/posts/2020/2020-06-28-week-5-lenix.html
@@ -8,7 +8,7 @@
- Spherical harmonics — FURY 0.12.0.dev58+gad0c3072 documentation
+ Spherical harmonics — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2020/2020-06-28-week-5-soham.html b/v0.11.x/posts/2020/2020-06-28-week-5-soham.html
index b7b2c7f86..bbbefa937 100644
--- a/v0.11.x/posts/2020/2020-06-28-week-5-soham.html
+++ b/v0.11.x/posts/2020/2020-06-28-week-5-soham.html
@@ -8,7 +8,7 @@
- May the Force be with you!! — FURY 0.12.0.dev58+gad0c3072 documentation
+ May the Force be with you!! — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2020/2020-07-05-week-6-lenix.html b/v0.11.x/posts/2020/2020-07-05-week-6-lenix.html
index f8fba1750..ccddf6e8f 100644
--- a/v0.11.x/posts/2020/2020-07-05-week-6-lenix.html
+++ b/v0.11.x/posts/2020/2020-07-05-week-6-lenix.html
@@ -8,7 +8,7 @@
- Spherical harmonics, Continued. — FURY 0.12.0.dev58+gad0c3072 documentation
+ Spherical harmonics, Continued. — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2020/2020-07-05-week-6-soham.html b/v0.11.x/posts/2020/2020-07-05-week-6-soham.html
index 32bd157de..4229a3553 100644
--- a/v0.11.x/posts/2020/2020-07-05-week-6-soham.html
+++ b/v0.11.x/posts/2020/2020-07-05-week-6-soham.html
@@ -8,7 +8,7 @@
- Translation, Reposition, Rotation. — FURY 0.12.0.dev58+gad0c3072 documentation
+ Translation, Reposition, Rotation. — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2020/2020-07-12-week-7-soham.html b/v0.11.x/posts/2020/2020-07-12-week-7-soham.html
index 6ffa0afe1..dd4df5276 100644
--- a/v0.11.x/posts/2020/2020-07-12-week-7-soham.html
+++ b/v0.11.x/posts/2020/2020-07-12-week-7-soham.html
@@ -8,7 +8,7 @@
- Orientation, Sizing, Tab UI. — FURY 0.12.0.dev58+gad0c3072 documentation
+ Orientation, Sizing, Tab UI. — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2020/2020-07-13-week-7-lenix.html b/v0.11.x/posts/2020/2020-07-13-week-7-lenix.html
index 0ccb268e4..42ccf52b2 100644
--- a/v0.11.x/posts/2020/2020-07-13-week-7-lenix.html
+++ b/v0.11.x/posts/2020/2020-07-13-week-7-lenix.html
@@ -8,7 +8,7 @@
- Multiple SDF primitives. — FURY 0.12.0.dev58+gad0c3072 documentation
+ Multiple SDF primitives. — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2020/2020-07-19-week-8-soham.html b/v0.11.x/posts/2020/2020-07-19-week-8-soham.html
index 2ae5ea009..e1d3a8474 100644
--- a/v0.11.x/posts/2020/2020-07-19-week-8-soham.html
+++ b/v0.11.x/posts/2020/2020-07-19-week-8-soham.html
@@ -8,7 +8,7 @@
- ComboBox2D, TextBlock2D, Clipping Overflow. — FURY 0.12.0.dev58+gad0c3072 documentation
+ ComboBox2D, TextBlock2D, Clipping Overflow. — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2020/2020-07-20-release-announcement.html b/v0.11.x/posts/2020/2020-07-20-release-announcement.html
index ce11174e3..cf1bd58a6 100644
--- a/v0.11.x/posts/2020/2020-07-20-release-announcement.html
+++ b/v0.11.x/posts/2020/2020-07-20-release-announcement.html
@@ -8,7 +8,7 @@
- FURY 0.6.0 Released — FURY 0.12.0.dev58+gad0c3072 documentation
+ FURY 0.6.0 Released — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2020/2020-07-20-week-8-lenix.html b/v0.11.x/posts/2020/2020-07-20-week-8-lenix.html
index 4f614ed96..e1eab4e0d 100644
--- a/v0.11.x/posts/2020/2020-07-20-week-8-lenix.html
+++ b/v0.11.x/posts/2020/2020-07-20-week-8-lenix.html
@@ -8,7 +8,7 @@
- Improvements in SDF primitives. — FURY 0.12.0.dev58+gad0c3072 documentation
+ Improvements in SDF primitives. — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2020/2020-07-26-week-9-soham.html b/v0.11.x/posts/2020/2020-07-26-week-9-soham.html
index f1acd6e71..ee4438c09 100644
--- a/v0.11.x/posts/2020/2020-07-26-week-9-soham.html
+++ b/v0.11.x/posts/2020/2020-07-26-week-9-soham.html
@@ -8,7 +8,7 @@
- Tab UI, TabPanel2D, Tab UI Tutorial. — FURY 0.12.0.dev58+gad0c3072 documentation
+ Tab UI, TabPanel2D, Tab UI Tutorial. — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2020/2020-07-27-week-9-lenix.html b/v0.11.x/posts/2020/2020-07-27-week-9-lenix.html
index cf55f4a64..b2d7b3c02 100644
--- a/v0.11.x/posts/2020/2020-07-27-week-9-lenix.html
+++ b/v0.11.x/posts/2020/2020-07-27-week-9-lenix.html
@@ -8,7 +8,7 @@
- Merging SDF primitives. — FURY 0.12.0.dev58+gad0c3072 documentation
+ Merging SDF primitives. — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2020/2020-08-02-week-10-lenix.html b/v0.11.x/posts/2020/2020-08-02-week-10-lenix.html
index f78006082..0ac345cb2 100644
--- a/v0.11.x/posts/2020/2020-08-02-week-10-lenix.html
+++ b/v0.11.x/posts/2020/2020-08-02-week-10-lenix.html
@@ -8,7 +8,7 @@
- More Shaders!! — FURY 0.12.0.dev58+gad0c3072 documentation
+ More Shaders!! — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2020/2020-08-02-week-10-soham.html b/v0.11.x/posts/2020/2020-08-02-week-10-soham.html
index 6f189bbd0..28112e1fb 100644
--- a/v0.11.x/posts/2020/2020-08-02-week-10-soham.html
+++ b/v0.11.x/posts/2020/2020-08-02-week-10-soham.html
@@ -8,7 +8,7 @@
- Single Actor, Physics, Scrollbars. — FURY 0.12.0.dev58+gad0c3072 documentation
+ Single Actor, Physics, Scrollbars. — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2020/2020-08-09-week-11-lenix.html b/v0.11.x/posts/2020/2020-08-09-week-11-lenix.html
index cbe6a74d1..fa7053eb1 100644
--- a/v0.11.x/posts/2020/2020-08-09-week-11-lenix.html
+++ b/v0.11.x/posts/2020/2020-08-09-week-11-lenix.html
@@ -8,7 +8,7 @@
- More Shaders!! — FURY 0.12.0.dev58+gad0c3072 documentation
+ More Shaders!! — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2020/2020-08-09-week-11-soham.html b/v0.11.x/posts/2020/2020-08-09-week-11-soham.html
index 3306ac0ef..637952c0b 100644
--- a/v0.11.x/posts/2020/2020-08-09-week-11-soham.html
+++ b/v0.11.x/posts/2020/2020-08-09-week-11-soham.html
@@ -8,7 +8,7 @@
- Chain Simulation, Scrollbar Refactor, Tutorial Update. — FURY 0.12.0.dev58+gad0c3072 documentation
+ Chain Simulation, Scrollbar Refactor, Tutorial Update. — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2020/2020-08-16-week-12-soham.html b/v0.11.x/posts/2020/2020-08-16-week-12-soham.html
index 50d33dbdb..485639f20 100644
--- a/v0.11.x/posts/2020/2020-08-16-week-12-soham.html
+++ b/v0.11.x/posts/2020/2020-08-16-week-12-soham.html
@@ -8,7 +8,7 @@
- Wrecking Ball Simulation, Scrollbars Update, Physics Tutorials. — FURY 0.12.0.dev58+gad0c3072 documentation
+ Wrecking Ball Simulation, Scrollbars Update, Physics Tutorials. — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2020/2020-08-17-week-12-lenix.html b/v0.11.x/posts/2020/2020-08-17-week-12-lenix.html
index 2b129209e..c9fdc5c52 100644
--- a/v0.11.x/posts/2020/2020-08-17-week-12-lenix.html
+++ b/v0.11.x/posts/2020/2020-08-17-week-12-lenix.html
@@ -8,7 +8,7 @@
- Outline Picker — FURY 0.12.0.dev58+gad0c3072 documentation
+ Outline Picker — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2020/2020-08-18-release-announcement.html b/v0.11.x/posts/2020/2020-08-18-release-announcement.html
index 411d28fc3..49dc48fb7 100644
--- a/v0.11.x/posts/2020/2020-08-18-release-announcement.html
+++ b/v0.11.x/posts/2020/2020-08-18-release-announcement.html
@@ -8,7 +8,7 @@
- FURY 0.6.1 Released — FURY 0.12.0.dev58+gad0c3072 documentation
+ FURY 0.6.1 Released — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2020/2020-08-23-week-13-soham.html b/v0.11.x/posts/2020/2020-08-23-week-13-soham.html
index 82b8bbf33..f3df451a4 100644
--- a/v0.11.x/posts/2020/2020-08-23-week-13-soham.html
+++ b/v0.11.x/posts/2020/2020-08-23-week-13-soham.html
@@ -8,7 +8,7 @@
- Part of the Journey is the end unless its Open Source! — FURY 0.12.0.dev58+gad0c3072 documentation
+ Part of the Journey is the end unless its Open Source! — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2020/2020-08-24-final-work-lenix.html b/v0.11.x/posts/2020/2020-08-24-final-work-lenix.html
index ed1229216..2e1043d5e 100644
--- a/v0.11.x/posts/2020/2020-08-24-final-work-lenix.html
+++ b/v0.11.x/posts/2020/2020-08-24-final-work-lenix.html
@@ -8,7 +8,7 @@
- Google Summer of Code 2020 Final Work Product — FURY 0.12.0.dev58+gad0c3072 documentation
+ Google Summer of Code 2020 Final Work Product — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2020/2020-08-24-final-work-soham.html b/v0.11.x/posts/2020/2020-08-24-final-work-soham.html
index a4d1bac3e..4aab47a8f 100644
--- a/v0.11.x/posts/2020/2020-08-24-final-work-soham.html
+++ b/v0.11.x/posts/2020/2020-08-24-final-work-soham.html
@@ -8,7 +8,7 @@
- Google Summer of Code Final Work Product — FURY 0.12.0.dev58+gad0c3072 documentation
+ Google Summer of Code Final Work Product — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2020/2020-08-24-week-13-lenix.html b/v0.11.x/posts/2020/2020-08-24-week-13-lenix.html
index 1ce838460..179dad30b 100644
--- a/v0.11.x/posts/2020/2020-08-24-week-13-lenix.html
+++ b/v0.11.x/posts/2020/2020-08-24-week-13-lenix.html
@@ -8,7 +8,7 @@
- Shader Showcase — FURY 0.12.0.dev58+gad0c3072 documentation
+ Shader Showcase — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2021/2021-03-09-gsoc.html b/v0.11.x/posts/2021/2021-03-09-gsoc.html
index 4b77e0672..022be7473 100644
--- a/v0.11.x/posts/2021/2021-03-09-gsoc.html
+++ b/v0.11.x/posts/2021/2021-03-09-gsoc.html
@@ -8,7 +8,7 @@
- Google Summer of Code — FURY 0.12.0.dev58+gad0c3072 documentation
+ Google Summer of Code — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2021/2021-03-13-release-announcement.html b/v0.11.x/posts/2021/2021-03-13-release-announcement.html
index 713ea98c2..eceae486d 100644
--- a/v0.11.x/posts/2021/2021-03-13-release-announcement.html
+++ b/v0.11.x/posts/2021/2021-03-13-release-announcement.html
@@ -8,7 +8,7 @@
- FURY 0.7.0 Released — FURY 0.12.0.dev58+gad0c3072 documentation
+ FURY 0.7.0 Released — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2021/2021-06-08-gsoc-devmessias-1.html b/v0.11.x/posts/2021/2021-06-08-gsoc-devmessias-1.html
index 1f29d2493..deb26dbf7 100644
--- a/v0.11.x/posts/2021/2021-06-08-gsoc-devmessias-1.html
+++ b/v0.11.x/posts/2021/2021-06-08-gsoc-devmessias-1.html
@@ -8,7 +8,7 @@
- Weekly Check-In #1 — FURY 0.12.0.dev58+gad0c3072 documentation
+ Weekly Check-In #1 — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2021/2021-06-08-week-1-antriksh.html b/v0.11.x/posts/2021/2021-06-08-week-1-antriksh.html
index 7dac15885..91fb0a333 100644
--- a/v0.11.x/posts/2021/2021-06-08-week-1-antriksh.html
+++ b/v0.11.x/posts/2021/2021-06-08-week-1-antriksh.html
@@ -8,7 +8,7 @@
- Week #1: Welcome to my weekly Blogs! — FURY 0.12.0.dev58+gad0c3072 documentation
+ Week #1: Welcome to my weekly Blogs! — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2021/2021-06-08-week-1-sajag.html b/v0.11.x/posts/2021/2021-06-08-week-1-sajag.html
index 3cad6dd9b..f6756997b 100644
--- a/v0.11.x/posts/2021/2021-06-08-week-1-sajag.html
+++ b/v0.11.x/posts/2021/2021-06-08-week-1-sajag.html
@@ -8,7 +8,7 @@
- Welcome to my GSoC Blog! — FURY 0.12.0.dev58+gad0c3072 documentation
+ Welcome to my GSoC Blog! — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2021/2021-06-12-gsoc-devmessias-2.html b/v0.11.x/posts/2021/2021-06-12-gsoc-devmessias-2.html
index f057c1543..8e6f55028 100644
--- a/v0.11.x/posts/2021/2021-06-12-gsoc-devmessias-2.html
+++ b/v0.11.x/posts/2021/2021-06-12-gsoc-devmessias-2.html
@@ -8,7 +8,7 @@
- A Stadia-like system for data visualization — FURY 0.12.0.dev58+gad0c3072 documentation
+ A Stadia-like system for data visualization — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2021/2021-06-13-week-2-antriksh.html b/v0.11.x/posts/2021/2021-06-13-week-2-antriksh.html
index c6d513dd7..aba223387 100644
--- a/v0.11.x/posts/2021/2021-06-13-week-2-antriksh.html
+++ b/v0.11.x/posts/2021/2021-06-13-week-2-antriksh.html
@@ -8,7 +8,7 @@
- Week #2: Feature additions in UI and IO modules — FURY 0.12.0.dev58+gad0c3072 documentation
+ Week #2: Feature additions in UI and IO modules — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2021/2021-06-14-week-2-sajag.html b/v0.11.x/posts/2021/2021-06-14-week-2-sajag.html
index c9bbace33..2a75c3465 100644
--- a/v0.11.x/posts/2021/2021-06-14-week-2-sajag.html
+++ b/v0.11.x/posts/2021/2021-06-14-week-2-sajag.html
@@ -8,7 +8,7 @@
- First week of coding! — FURY 0.12.0.dev58+gad0c3072 documentation
+ First week of coding! — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2021/2021-06-21-gsoc-devmessias-3.html b/v0.11.x/posts/2021/2021-06-21-gsoc-devmessias-3.html
index 001c0650d..c9900e773 100644
--- a/v0.11.x/posts/2021/2021-06-21-gsoc-devmessias-3.html
+++ b/v0.11.x/posts/2021/2021-06-21-gsoc-devmessias-3.html
@@ -8,7 +8,7 @@
- Weekly Check-In #3 — FURY 0.12.0.dev58+gad0c3072 documentation
+ Weekly Check-In #3 — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2021/2021-06-21-week-3-antriksh.html b/v0.11.x/posts/2021/2021-06-21-week-3-antriksh.html
index 3dd9752cb..cddb6a077 100644
--- a/v0.11.x/posts/2021/2021-06-21-week-3-antriksh.html
+++ b/v0.11.x/posts/2021/2021-06-21-week-3-antriksh.html
@@ -8,7 +8,7 @@
- Week #3: Adapting GridLayout to work with UI — FURY 0.12.0.dev58+gad0c3072 documentation
+ Week #3: Adapting GridLayout to work with UI — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2021/2021-06-21-week-3-sajag.html b/v0.11.x/posts/2021/2021-06-21-week-3-sajag.html
index 056f86a60..d87d08b81 100644
--- a/v0.11.x/posts/2021/2021-06-21-week-3-sajag.html
+++ b/v0.11.x/posts/2021/2021-06-21-week-3-sajag.html
@@ -8,7 +8,7 @@
- Second week of coding! — FURY 0.12.0.dev58+gad0c3072 documentation
+ Second week of coding! — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2021/2021-06-28-gsoc-devmessias-4.html b/v0.11.x/posts/2021/2021-06-28-gsoc-devmessias-4.html
index f64a1d62d..ab459170b 100644
--- a/v0.11.x/posts/2021/2021-06-28-gsoc-devmessias-4.html
+++ b/v0.11.x/posts/2021/2021-06-28-gsoc-devmessias-4.html
@@ -8,7 +8,7 @@
- SOLID, monkey patching a python issue and network visualization through WebRTC — FURY 0.12.0.dev58+gad0c3072 documentation
+ SOLID, monkey patching a python issue and network visualization through WebRTC — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2021/2021-06-28-week-4-antriksh.html b/v0.11.x/posts/2021/2021-06-28-week-4-antriksh.html
index 233495b15..5b7d0177b 100644
--- a/v0.11.x/posts/2021/2021-06-28-week-4-antriksh.html
+++ b/v0.11.x/posts/2021/2021-06-28-week-4-antriksh.html
@@ -8,7 +8,7 @@
- Week #4: Adding Tree UI to the UI module — FURY 0.12.0.dev58+gad0c3072 documentation
+ Week #4: Adding Tree UI to the UI module — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2021/2021-06-28-week-4-sajag.html b/v0.11.x/posts/2021/2021-06-28-week-4-sajag.html
index e9f6c7bef..d96d6f4f4 100644
--- a/v0.11.x/posts/2021/2021-06-28-week-4-sajag.html
+++ b/v0.11.x/posts/2021/2021-06-28-week-4-sajag.html
@@ -8,7 +8,7 @@
- Third week of coding! — FURY 0.12.0.dev58+gad0c3072 documentation
+ Third week of coding! — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2021/2021-07-05-gsoc-devmessias-5.html b/v0.11.x/posts/2021/2021-07-05-gsoc-devmessias-5.html
index 537f8b30a..6b2ede8af 100644
--- a/v0.11.x/posts/2021/2021-07-05-gsoc-devmessias-5.html
+++ b/v0.11.x/posts/2021/2021-07-05-gsoc-devmessias-5.html
@@ -8,7 +8,7 @@
- Weekly Check-In #5 — FURY 0.12.0.dev58+gad0c3072 documentation
+ Weekly Check-In #5 — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2021/2021-07-05-week-5-antriksh.html b/v0.11.x/posts/2021/2021-07-05-week-5-antriksh.html
index 92151f55a..9e13ab57b 100644
--- a/v0.11.x/posts/2021/2021-07-05-week-5-antriksh.html
+++ b/v0.11.x/posts/2021/2021-07-05-week-5-antriksh.html
@@ -8,7 +8,7 @@
- Week #5: Rebasing all PRs w.r.t the UI restructuring, Tree2D, Bug Fixes — FURY 0.12.0.dev58+gad0c3072 documentation
+ Week #5: Rebasing all PRs w.r.t the UI restructuring, Tree2D, Bug Fixes — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2021/2021-07-05-week-5-sajag.html b/v0.11.x/posts/2021/2021-07-05-week-5-sajag.html
index 6eb5b8c7d..f7c7c5834 100644
--- a/v0.11.x/posts/2021/2021-07-05-week-5-sajag.html
+++ b/v0.11.x/posts/2021/2021-07-05-week-5-sajag.html
@@ -8,7 +8,7 @@
- Fourth week of coding! — FURY 0.12.0.dev58+gad0c3072 documentation
+ Fourth week of coding! — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2021/2021-07-12-gsoc-devmessias-6.html b/v0.11.x/posts/2021/2021-07-12-gsoc-devmessias-6.html
index bdc54177f..d6d46c3c7 100644
--- a/v0.11.x/posts/2021/2021-07-12-gsoc-devmessias-6.html
+++ b/v0.11.x/posts/2021/2021-07-12-gsoc-devmessias-6.html
@@ -8,7 +8,7 @@
- Network layout algorithms using IPC — FURY 0.12.0.dev58+gad0c3072 documentation
+ Network layout algorithms using IPC — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2021/2021-07-12-week-6-antriksh.html b/v0.11.x/posts/2021/2021-07-12-week-6-antriksh.html
index daced9ac1..2e79c410f 100644
--- a/v0.11.x/posts/2021/2021-07-12-week-6-antriksh.html
+++ b/v0.11.x/posts/2021/2021-07-12-week-6-antriksh.html
@@ -8,7 +8,7 @@
- Week #6: Bug fixes, Working on Tree2D UI — FURY 0.12.0.dev58+gad0c3072 documentation
+ Week #6: Bug fixes, Working on Tree2D UI — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2021/2021-07-12-week-6-sajag.html b/v0.11.x/posts/2021/2021-07-12-week-6-sajag.html
index 712dc052b..0ccc8300e 100644
--- a/v0.11.x/posts/2021/2021-07-12-week-6-sajag.html
+++ b/v0.11.x/posts/2021/2021-07-12-week-6-sajag.html
@@ -8,7 +8,7 @@
- Fifth week of coding! — FURY 0.12.0.dev58+gad0c3072 documentation
+ Fifth week of coding! — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2021/2021-07-19-gsoc-devmessias-7.html b/v0.11.x/posts/2021/2021-07-19-gsoc-devmessias-7.html
index e882cdbdd..9f2b9c0c5 100644
--- a/v0.11.x/posts/2021/2021-07-19-gsoc-devmessias-7.html
+++ b/v0.11.x/posts/2021/2021-07-19-gsoc-devmessias-7.html
@@ -8,7 +8,7 @@
- Weekly Check-In #7 — FURY 0.12.0.dev58+gad0c3072 documentation
+ Weekly Check-In #7 — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2021/2021-07-19-week-7-antriksh.html b/v0.11.x/posts/2021/2021-07-19-week-7-antriksh.html
index f6231f403..d8279459d 100644
--- a/v0.11.x/posts/2021/2021-07-19-week-7-antriksh.html
+++ b/v0.11.x/posts/2021/2021-07-19-week-7-antriksh.html
@@ -8,7 +8,7 @@
- Week #7: Finalizing the stalling PRs, finishing up Tree2D UI. — FURY 0.12.0.dev58+gad0c3072 documentation
+ Week #7: Finalizing the stalling PRs, finishing up Tree2D UI. — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2021/2021-07-19-week-7-sajag.html b/v0.11.x/posts/2021/2021-07-19-week-7-sajag.html
index a31473d8b..591bb4be8 100644
--- a/v0.11.x/posts/2021/2021-07-19-week-7-sajag.html
+++ b/v0.11.x/posts/2021/2021-07-19-week-7-sajag.html
@@ -8,7 +8,7 @@
- Sixth week of coding! — FURY 0.12.0.dev58+gad0c3072 documentation
+ Sixth week of coding! — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2021/2021-07-26-gsoc-devmessias-8.html b/v0.11.x/posts/2021/2021-07-26-gsoc-devmessias-8.html
index f00f476f9..f7e941c6e 100644
--- a/v0.11.x/posts/2021/2021-07-26-gsoc-devmessias-8.html
+++ b/v0.11.x/posts/2021/2021-07-26-gsoc-devmessias-8.html
@@ -8,7 +8,7 @@
- Weekly Check-In #8 — FURY 0.12.0.dev58+gad0c3072 documentation
+ Weekly Check-In #8 — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2021/2021-07-26-week-8-antriksh.html b/v0.11.x/posts/2021/2021-07-26-week-8-antriksh.html
index 4da9ac61a..f064c512b 100644
--- a/v0.11.x/posts/2021/2021-07-26-week-8-antriksh.html
+++ b/v0.11.x/posts/2021/2021-07-26-week-8-antriksh.html
@@ -8,7 +8,7 @@
- Week #8: Code Cleanup, Finishing up open PRs, Continuing work on Tree2D — FURY 0.12.0.dev58+gad0c3072 documentation
+ Week #8: Code Cleanup, Finishing up open PRs, Continuing work on Tree2D — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2021/2021-07-26-week-8-sajag.html b/v0.11.x/posts/2021/2021-07-26-week-8-sajag.html
index ddc5e22e0..abe523cee 100644
--- a/v0.11.x/posts/2021/2021-07-26-week-8-sajag.html
+++ b/v0.11.x/posts/2021/2021-07-26-week-8-sajag.html
@@ -8,7 +8,7 @@
- Seventh week of coding! — FURY 0.12.0.dev58+gad0c3072 documentation
+ Seventh week of coding! — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2021/2021-08-02-gsoc-devmessias-9.html b/v0.11.x/posts/2021/2021-08-02-gsoc-devmessias-9.html
index 56a4dc517..c080a22d9 100644
--- a/v0.11.x/posts/2021/2021-08-02-gsoc-devmessias-9.html
+++ b/v0.11.x/posts/2021/2021-08-02-gsoc-devmessias-9.html
@@ -8,7 +8,7 @@
- Week #09: Sphinx custom summary — FURY 0.12.0.dev58+gad0c3072 documentation
+ Week #09: Sphinx custom summary — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2021/2021-08-02-week-9-antriksh.html b/v0.11.x/posts/2021/2021-08-02-week-9-antriksh.html
index 517f39b6d..2c457a122 100644
--- a/v0.11.x/posts/2021/2021-08-02-week-9-antriksh.html
+++ b/v0.11.x/posts/2021/2021-08-02-week-9-antriksh.html
@@ -8,7 +8,7 @@
- Week #9: More Layouts! — FURY 0.12.0.dev58+gad0c3072 documentation
+ Week #9: More Layouts! — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2021/2021-08-02-week-9-sajag.html b/v0.11.x/posts/2021/2021-08-02-week-9-sajag.html
index 119e99992..1bfa21116 100644
--- a/v0.11.x/posts/2021/2021-08-02-week-9-sajag.html
+++ b/v0.11.x/posts/2021/2021-08-02-week-9-sajag.html
@@ -8,7 +8,7 @@
- Eighth coding week! — FURY 0.12.0.dev58+gad0c3072 documentation
+ Eighth coding week! — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2021/2021-08-03-release-announcement.html b/v0.11.x/posts/2021/2021-08-03-release-announcement.html
index 203658d52..70674ebe4 100644
--- a/v0.11.x/posts/2021/2021-08-03-release-announcement.html
+++ b/v0.11.x/posts/2021/2021-08-03-release-announcement.html
@@ -8,7 +8,7 @@
- FURY 0.7.0 Released — FURY 0.12.0.dev58+gad0c3072 documentation
+ FURY 0.7.0 Released — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2021/2021-08-09-week-10-antriksh.html b/v0.11.x/posts/2021/2021-08-09-week-10-antriksh.html
index 311424110..aadc5c0d7 100644
--- a/v0.11.x/posts/2021/2021-08-09-week-10-antriksh.html
+++ b/v0.11.x/posts/2021/2021-08-09-week-10-antriksh.html
@@ -8,7 +8,7 @@
- Week#10: Accordion UI, Support for sprite sheet animations — FURY 0.12.0.dev58+gad0c3072 documentation
+ Week#10: Accordion UI, Support for sprite sheet animations — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2021/2021-08-09-week-10-sajag.html b/v0.11.x/posts/2021/2021-08-09-week-10-sajag.html
index 4b85cd967..fdafebe51 100644
--- a/v0.11.x/posts/2021/2021-08-09-week-10-sajag.html
+++ b/v0.11.x/posts/2021/2021-08-09-week-10-sajag.html
@@ -8,7 +8,7 @@
- Ninth coding week! — FURY 0.12.0.dev58+gad0c3072 documentation
+ Ninth coding week! — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2021/2021-08-16-week-11-antriksh.html b/v0.11.x/posts/2021/2021-08-16-week-11-antriksh.html
index cb39d3463..e3e3ccd4e 100644
--- a/v0.11.x/posts/2021/2021-08-16-week-11-antriksh.html
+++ b/v0.11.x/posts/2021/2021-08-16-week-11-antriksh.html
@@ -8,7 +8,7 @@
- Week #11: Finalizing open Pull Requests — FURY 0.12.0.dev58+gad0c3072 documentation
+ Week #11: Finalizing open Pull Requests — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2021/2021-08-16-week-11-sajag.html b/v0.11.x/posts/2021/2021-08-16-week-11-sajag.html
index 7953ef378..f7fdf9eb8 100644
--- a/v0.11.x/posts/2021/2021-08-16-week-11-sajag.html
+++ b/v0.11.x/posts/2021/2021-08-16-week-11-sajag.html
@@ -8,7 +8,7 @@
- Tenth coding week! — FURY 0.12.0.dev58+gad0c3072 documentation
+ Tenth coding week! — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2021/2021-08-23-final-work-antriksh.html b/v0.11.x/posts/2021/2021-08-23-final-work-antriksh.html
index ba0c46f48..ece54ee30 100644
--- a/v0.11.x/posts/2021/2021-08-23-final-work-antriksh.html
+++ b/v0.11.x/posts/2021/2021-08-23-final-work-antriksh.html
@@ -8,7 +8,7 @@
- Google Summer of Code Final Work Product — FURY 0.12.0.dev58+gad0c3072 documentation
+ Google Summer of Code Final Work Product — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2021/2021-08-23-final-work-sajag.html b/v0.11.x/posts/2021/2021-08-23-final-work-sajag.html
index 62fa99b88..2ed4c89da 100644
--- a/v0.11.x/posts/2021/2021-08-23-final-work-sajag.html
+++ b/v0.11.x/posts/2021/2021-08-23-final-work-sajag.html
@@ -8,7 +8,7 @@
- Google Summer of Code Final Work Product — FURY 0.12.0.dev58+gad0c3072 documentation
+ Google Summer of Code Final Work Product — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2021/2021-08-23-gsoc-devmessias-final-report.html b/v0.11.x/posts/2021/2021-08-23-gsoc-devmessias-final-report.html
index b6cc0e4ec..1850701b0 100644
--- a/v0.11.x/posts/2021/2021-08-23-gsoc-devmessias-final-report.html
+++ b/v0.11.x/posts/2021/2021-08-23-gsoc-devmessias-final-report.html
@@ -8,7 +8,7 @@
- Google Summer of Code 2021 - Final Report - Bruno Messias — FURY 0.12.0.dev58+gad0c3072 documentation
+ Google Summer of Code 2021 - Final Report - Bruno Messias — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2021/2021-09-08-gsoc-devmessias-10.html b/v0.11.x/posts/2021/2021-09-08-gsoc-devmessias-10.html
index f201ffc6b..de3468b52 100644
--- a/v0.11.x/posts/2021/2021-09-08-gsoc-devmessias-10.html
+++ b/v0.11.x/posts/2021/2021-09-08-gsoc-devmessias-10.html
@@ -8,7 +8,7 @@
- Week #10: SDF Fonts — FURY 0.12.0.dev58+gad0c3072 documentation
+ Week #10: SDF Fonts — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2021/2021-16-08-gsoc-devmessias-11.html b/v0.11.x/posts/2021/2021-16-08-gsoc-devmessias-11.html
index 61b859fe2..14e34d2e3 100644
--- a/v0.11.x/posts/2021/2021-16-08-gsoc-devmessias-11.html
+++ b/v0.11.x/posts/2021/2021-16-08-gsoc-devmessias-11.html
@@ -8,7 +8,7 @@
- Week 11: Removing the flickering effect — FURY 0.12.0.dev58+gad0c3072 documentation
+ Week 11: Removing the flickering effect — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2022/2022-01-31-release-announcement.html b/v0.11.x/posts/2022/2022-01-31-release-announcement.html
index 47471377a..e3809bd27 100644
--- a/v0.11.x/posts/2022/2022-01-31-release-announcement.html
+++ b/v0.11.x/posts/2022/2022-01-31-release-announcement.html
@@ -8,7 +8,7 @@
- FURY 0.8.0 Released — FURY 0.12.0.dev58+gad0c3072 documentation
+ FURY 0.8.0 Released — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2022/2022-02-01-gsoc.html b/v0.11.x/posts/2022/2022-02-01-gsoc.html
index 325e18a08..399740e98 100644
--- a/v0.11.x/posts/2022/2022-02-01-gsoc.html
+++ b/v0.11.x/posts/2022/2022-02-01-gsoc.html
@@ -8,7 +8,7 @@
- Contribute to FURY via Google Summer of Code 2022 — FURY 0.12.0.dev58+gad0c3072 documentation
+ Contribute to FURY via Google Summer of Code 2022 — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2022/2022-05-23-first-post-mohamed.html b/v0.11.x/posts/2022/2022-05-23-first-post-mohamed.html
index 623eded42..cabdc986b 100644
--- a/v0.11.x/posts/2022/2022-05-23-first-post-mohamed.html
+++ b/v0.11.x/posts/2022/2022-05-23-first-post-mohamed.html
@@ -8,7 +8,7 @@
- My journey till getting accepted into GSoC22 — FURY 0.12.0.dev58+gad0c3072 documentation
+ My journey till getting accepted into GSoC22 — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2022/2022-05-24-my-journey-to-gsoc-2022-shivam.html b/v0.11.x/posts/2022/2022-05-24-my-journey-to-gsoc-2022-shivam.html
index 167401127..958267ade 100644
--- a/v0.11.x/posts/2022/2022-05-24-my-journey-to-gsoc-2022-shivam.html
+++ b/v0.11.x/posts/2022/2022-05-24-my-journey-to-gsoc-2022-shivam.html
@@ -8,7 +8,7 @@
- My Journey to GSoC 2022 — FURY 0.12.0.dev58+gad0c3072 documentation
+ My Journey to GSoC 2022 — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2022/2022-05-25-pre-gsoc-journey-praneeth.html b/v0.11.x/posts/2022/2022-05-25-pre-gsoc-journey-praneeth.html
index 4727417f3..58dd279e7 100644
--- a/v0.11.x/posts/2022/2022-05-25-pre-gsoc-journey-praneeth.html
+++ b/v0.11.x/posts/2022/2022-05-25-pre-gsoc-journey-praneeth.html
@@ -8,7 +8,7 @@
- Pre-GSoC Journey — FURY 0.12.0.dev58+gad0c3072 documentation
+ Pre-GSoC Journey — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2022/2022-06-08-week-1-mohamed.html b/v0.11.x/posts/2022/2022-06-08-week-1-mohamed.html
index 519e3c137..25da83098 100644
--- a/v0.11.x/posts/2022/2022-06-08-week-1-mohamed.html
+++ b/v0.11.x/posts/2022/2022-06-08-week-1-mohamed.html
@@ -8,7 +8,7 @@
- Week 1: Implementing a basic Keyframe animation API — FURY 0.12.0.dev58+gad0c3072 documentation
+ Week 1: Implementing a basic Keyframe animation API — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2022/2022-06-08-week-1-praneeth.html b/v0.11.x/posts/2022/2022-06-08-week-1-praneeth.html
index 99532ece6..10ffd333b 100644
--- a/v0.11.x/posts/2022/2022-06-08-week-1-praneeth.html
+++ b/v0.11.x/posts/2022/2022-06-08-week-1-praneeth.html
@@ -8,7 +8,7 @@
- Week 1 - Laying the Foundation of DrawPanel UI — FURY 0.12.0.dev58+gad0c3072 documentation
+ Week 1 - Laying the Foundation of DrawPanel UI — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2022/2022-06-15-week-2-praneeth.html b/v0.11.x/posts/2022/2022-06-15-week-2-praneeth.html
index 076a75aca..6da268add 100644
--- a/v0.11.x/posts/2022/2022-06-15-week-2-praneeth.html
+++ b/v0.11.x/posts/2022/2022-06-15-week-2-praneeth.html
@@ -8,7 +8,7 @@
- Week 2 - Improving DrawPanel UI — FURY 0.12.0.dev58+gad0c3072 documentation
+ Week 2 - Improving DrawPanel UI — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2022/2022-06-20-week1-shivam.html b/v0.11.x/posts/2022/2022-06-20-week1-shivam.html
index d7feff996..afb90a4dc 100644
--- a/v0.11.x/posts/2022/2022-06-20-week1-shivam.html
+++ b/v0.11.x/posts/2022/2022-06-20-week1-shivam.html
@@ -8,7 +8,7 @@
- Week 1 - A Basic glTF Importer — FURY 0.12.0.dev58+gad0c3072 documentation
+ Week 1 - A Basic glTF Importer — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2022/2022-06-22-week-3-praneeth.html b/v0.11.x/posts/2022/2022-06-22-week-3-praneeth.html
index 513e07d4b..8ada0e513 100644
--- a/v0.11.x/posts/2022/2022-06-22-week-3-praneeth.html
+++ b/v0.11.x/posts/2022/2022-06-22-week-3-praneeth.html
@@ -8,7 +8,7 @@
- Week 3 - Dealing with Problems — FURY 0.12.0.dev58+gad0c3072 documentation
+ Week 3 - Dealing with Problems — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2022/2022-06-28-week-2-mohamed.html b/v0.11.x/posts/2022/2022-06-28-week-2-mohamed.html
index e91aac8a4..e26ca719a 100644
--- a/v0.11.x/posts/2022/2022-06-28-week-2-mohamed.html
+++ b/v0.11.x/posts/2022/2022-06-28-week-2-mohamed.html
@@ -8,7 +8,7 @@
- Week 2: Implementing non-linear and color interpolators — FURY 0.12.0.dev58+gad0c3072 documentation
+ Week 2: Implementing non-linear and color interpolators — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2022/2022-06-29-week-4-praneeth.html b/v0.11.x/posts/2022/2022-06-29-week-4-praneeth.html
index 83ce2c55c..367016693 100644
--- a/v0.11.x/posts/2022/2022-06-29-week-4-praneeth.html
+++ b/v0.11.x/posts/2022/2022-06-29-week-4-praneeth.html
@@ -8,7 +8,7 @@
- Week 4 - Fixing the Clamping Issue — FURY 0.12.0.dev58+gad0c3072 documentation
+ Week 4 - Fixing the Clamping Issue — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2022/2022-06-29-week2-shivam.html b/v0.11.x/posts/2022/2022-06-29-week2-shivam.html
index cc328bbf5..0d64f4e18 100644
--- a/v0.11.x/posts/2022/2022-06-29-week2-shivam.html
+++ b/v0.11.x/posts/2022/2022-06-29-week2-shivam.html
@@ -8,7 +8,7 @@
- Week 2 - Improving Fetcher and Exporting glTF — FURY 0.12.0.dev58+gad0c3072 documentation
+ Week 2 - Improving Fetcher and Exporting glTF — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2022/2022-07-04-week-3-mohamed.html b/v0.11.x/posts/2022/2022-07-04-week-3-mohamed.html
index 11ad5c97b..a4f5bf6bc 100644
--- a/v0.11.x/posts/2022/2022-07-04-week-3-mohamed.html
+++ b/v0.11.x/posts/2022/2022-07-04-week-3-mohamed.html
@@ -8,7 +8,7 @@
- Week 3: Redesigning the API, Implementing cubic Bezier Interpolator, and making progress on the GPU side! — FURY 0.12.0.dev58+gad0c3072 documentation
+ Week 3: Redesigning the API, Implementing cubic Bezier Interpolator, and making progress on the GPU side! — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2022/2022-07-04-week3-shivam.html b/v0.11.x/posts/2022/2022-07-04-week3-shivam.html
index 963a1696c..2f3f8edcc 100644
--- a/v0.11.x/posts/2022/2022-07-04-week3-shivam.html
+++ b/v0.11.x/posts/2022/2022-07-04-week3-shivam.html
@@ -8,7 +8,7 @@
- Week 3 - Fixing fetcher, adding tests and docs — FURY 0.12.0.dev58+gad0c3072 documentation
+ Week 3 - Fixing fetcher, adding tests and docs — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2022/2022-07-06-week-5-praneeth.html b/v0.11.x/posts/2022/2022-07-06-week-5-praneeth.html
index 80d311b9c..9305e2f5b 100644
--- a/v0.11.x/posts/2022/2022-07-06-week-5-praneeth.html
+++ b/v0.11.x/posts/2022/2022-07-06-week-5-praneeth.html
@@ -8,7 +8,7 @@
- Week 5 - Working on new features — FURY 0.12.0.dev58+gad0c3072 documentation
+ Week 5 - Working on new features — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2022/2022-07-11-week-4-mohamed.html b/v0.11.x/posts/2022/2022-07-11-week-4-mohamed.html
index 403357755..b62365f03 100644
--- a/v0.11.x/posts/2022/2022-07-11-week-4-mohamed.html
+++ b/v0.11.x/posts/2022/2022-07-11-week-4-mohamed.html
@@ -8,7 +8,7 @@
- Week 4: Camera animation, interpolation in GLSL, and a single Timeline! — FURY 0.12.0.dev58+gad0c3072 documentation
+ Week 4: Camera animation, interpolation in GLSL, and a single Timeline! — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2022/2022-07-12-week4-shivam.html b/v0.11.x/posts/2022/2022-07-12-week4-shivam.html
index 542e1798b..aee894a22 100644
--- a/v0.11.x/posts/2022/2022-07-12-week4-shivam.html
+++ b/v0.11.x/posts/2022/2022-07-12-week4-shivam.html
@@ -8,7 +8,7 @@
- Week 4 - Finalizing glTF loader — FURY 0.12.0.dev58+gad0c3072 documentation
+ Week 4 - Finalizing glTF loader — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2022/2022-07-13-week-6-praneeth.html b/v0.11.x/posts/2022/2022-07-13-week-6-praneeth.html
index 8965f68d3..49d5df676 100644
--- a/v0.11.x/posts/2022/2022-07-13-week-6-praneeth.html
+++ b/v0.11.x/posts/2022/2022-07-13-week-6-praneeth.html
@@ -8,7 +8,7 @@
- Week 6 - Supporting Rotation of the Shapes from the Center — FURY 0.12.0.dev58+gad0c3072 documentation
+ Week 6 - Supporting Rotation of the Shapes from the Center — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2022/2022-07-19-week-5-mohamed.html b/v0.11.x/posts/2022/2022-07-19-week-5-mohamed.html
index 9ca4b1399..754729c1b 100644
--- a/v0.11.x/posts/2022/2022-07-19-week-5-mohamed.html
+++ b/v0.11.x/posts/2022/2022-07-19-week-5-mohamed.html
@@ -8,7 +8,7 @@
- Week 5: Slerp implementation, documenting the Timeline, and adding unit tests — FURY 0.12.0.dev58+gad0c3072 documentation
+ Week 5: Slerp implementation, documenting the Timeline, and adding unit tests — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2022/2022-07-19-week5-shivam.html b/v0.11.x/posts/2022/2022-07-19-week5-shivam.html
index d12bf3eee..54eb31a9b 100644
--- a/v0.11.x/posts/2022/2022-07-19-week5-shivam.html
+++ b/v0.11.x/posts/2022/2022-07-19-week5-shivam.html
@@ -8,7 +8,7 @@
- Week 5 - Creating PR for glTF exporter and fixing the loader — FURY 0.12.0.dev58+gad0c3072 documentation
+ Week 5 - Creating PR for glTF exporter and fixing the loader — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2022/2022-07-20-week-7-praneeth.html b/v0.11.x/posts/2022/2022-07-20-week-7-praneeth.html
index 599f09ca4..77ebf1b80 100644
--- a/v0.11.x/posts/2022/2022-07-20-week-7-praneeth.html
+++ b/v0.11.x/posts/2022/2022-07-20-week-7-praneeth.html
@@ -8,7 +8,7 @@
- Week 7 - Working on Rotation PR and Trying Freehand Drawing — FURY 0.12.0.dev58+gad0c3072 documentation
+ Week 7 - Working on Rotation PR and Trying Freehand Drawing — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2022/2022-07-25-week-6-mohamed.html b/v0.11.x/posts/2022/2022-07-25-week-6-mohamed.html
index ff4344a5d..1e501f6fe 100644
--- a/v0.11.x/posts/2022/2022-07-25-week-6-mohamed.html
+++ b/v0.11.x/posts/2022/2022-07-25-week-6-mohamed.html
@@ -8,7 +8,7 @@
- Week 6: Fixing the Timeline issues and equipping it with more features — FURY 0.12.0.dev58+gad0c3072 documentation
+ Week 6: Fixing the Timeline issues and equipping it with more features — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2022/2022-07-25-week-6-shivam.html b/v0.11.x/posts/2022/2022-07-25-week-6-shivam.html
index 9a2217ecc..c3dd8a3c4 100644
--- a/v0.11.x/posts/2022/2022-07-25-week-6-shivam.html
+++ b/v0.11.x/posts/2022/2022-07-25-week-6-shivam.html
@@ -8,7 +8,7 @@
- Week 6 - Extracting the animation data — FURY 0.12.0.dev58+gad0c3072 documentation
+ Week 6 - Extracting the animation data — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2022/2022-07-27-week-8-praneeth.html b/v0.11.x/posts/2022/2022-07-27-week-8-praneeth.html
index 11df14836..68ba1bb19 100644
--- a/v0.11.x/posts/2022/2022-07-27-week-8-praneeth.html
+++ b/v0.11.x/posts/2022/2022-07-27-week-8-praneeth.html
@@ -8,7 +8,7 @@
- Week 8 - Working on the polyline feature — FURY 0.12.0.dev58+gad0c3072 documentation
+ Week 8 - Working on the polyline feature — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2022/2022-08-01-week-7-mohamed.html b/v0.11.x/posts/2022/2022-08-01-week-7-mohamed.html
index 9ecac88e1..8d4743766 100644
--- a/v0.11.x/posts/2022/2022-08-01-week-7-mohamed.html
+++ b/v0.11.x/posts/2022/2022-08-01-week-7-mohamed.html
@@ -8,7 +8,7 @@
- Week 7: Billboard spheres and implementing interpolators using closures — FURY 0.12.0.dev58+gad0c3072 documentation
+ Week 7: Billboard spheres and implementing interpolators using closures — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2022/2022-08-01-week-7-shivam.html b/v0.11.x/posts/2022/2022-08-01-week-7-shivam.html
index e701410aa..5468529ef 100644
--- a/v0.11.x/posts/2022/2022-08-01-week-7-shivam.html
+++ b/v0.11.x/posts/2022/2022-08-01-week-7-shivam.html
@@ -8,7 +8,7 @@
- Week 7 - Fixing bugs in animations — FURY 0.12.0.dev58+gad0c3072 documentation
+ Week 7 - Fixing bugs in animations — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2022/2022-08-03-week-9-praneeth.html b/v0.11.x/posts/2022/2022-08-03-week-9-praneeth.html
index 59a9fe602..6dbd444b8 100644
--- a/v0.11.x/posts/2022/2022-08-03-week-9-praneeth.html
+++ b/v0.11.x/posts/2022/2022-08-03-week-9-praneeth.html
@@ -8,7 +8,7 @@
- Week 9 - Grouping and Transforming Shapes — FURY 0.12.0.dev58+gad0c3072 documentation
+ Week 9 - Grouping and Transforming Shapes — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2022/2022-08-09-week-08-shivam.html b/v0.11.x/posts/2022/2022-08-09-week-08-shivam.html
index 86f52332b..62697e207 100644
--- a/v0.11.x/posts/2022/2022-08-09-week-08-shivam.html
+++ b/v0.11.x/posts/2022/2022-08-09-week-08-shivam.html
@@ -8,7 +8,7 @@
- Week 8 - Fixing animation bugs — FURY 0.12.0.dev58+gad0c3072 documentation
+ Week 8 - Fixing animation bugs — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2022/2022-08-09-week-8-mohamed.html b/v0.11.x/posts/2022/2022-08-09-week-8-mohamed.html
index 06c0971c2..365a6ad43 100644
--- a/v0.11.x/posts/2022/2022-08-09-week-8-mohamed.html
+++ b/v0.11.x/posts/2022/2022-08-09-week-8-mohamed.html
@@ -8,7 +8,7 @@
- Week 8: Back to the shader-based version of the Timeline — FURY 0.12.0.dev58+gad0c3072 documentation
+ Week 8: Back to the shader-based version of the Timeline — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2022/2022-08-10-week-10-praneeth.html b/v0.11.x/posts/2022/2022-08-10-week-10-praneeth.html
index 9af13a10d..10cb10806 100644
--- a/v0.11.x/posts/2022/2022-08-10-week-10-praneeth.html
+++ b/v0.11.x/posts/2022/2022-08-10-week-10-praneeth.html
@@ -8,7 +8,7 @@
- Week 10 - Understanding Codes and Playing with Animation — FURY 0.12.0.dev58+gad0c3072 documentation
+ Week 10 - Understanding Codes and Playing with Animation — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2022/2022-08-16-week-9-mohamed.html b/v0.11.x/posts/2022/2022-08-16-week-9-mohamed.html
index 4a76407fc..57162d7f7 100644
--- a/v0.11.x/posts/2022/2022-08-16-week-9-mohamed.html
+++ b/v0.11.x/posts/2022/2022-08-16-week-9-mohamed.html
@@ -8,7 +8,7 @@
- Week 9: Animating primitives of the same actor — FURY 0.12.0.dev58+gad0c3072 documentation
+ Week 9: Animating primitives of the same actor — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2022/2022-08-17-week-09-shivam.html b/v0.11.x/posts/2022/2022-08-17-week-09-shivam.html
index d854104c4..1a721b981 100644
--- a/v0.11.x/posts/2022/2022-08-17-week-09-shivam.html
+++ b/v0.11.x/posts/2022/2022-08-17-week-09-shivam.html
@@ -8,7 +8,7 @@
- Week 9 - First working skeletal animation prototype — FURY 0.12.0.dev58+gad0c3072 documentation
+ Week 9 - First working skeletal animation prototype — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2022/2022-08-17-week-11-praneeth.html b/v0.11.x/posts/2022/2022-08-17-week-11-praneeth.html
index 0405e9e91..40688a927 100644
--- a/v0.11.x/posts/2022/2022-08-17-week-11-praneeth.html
+++ b/v0.11.x/posts/2022/2022-08-17-week-11-praneeth.html
@@ -8,7 +8,7 @@
- Week 11 - Creating a base for Freehand Drawing — FURY 0.12.0.dev58+gad0c3072 documentation
+ Week 11 - Creating a base for Freehand Drawing — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2022/2022-08-23-week-10-mohamed.html b/v0.11.x/posts/2022/2022-08-23-week-10-mohamed.html
index 2e9caf9d3..b04df3f99 100644
--- a/v0.11.x/posts/2022/2022-08-23-week-10-mohamed.html
+++ b/v0.11.x/posts/2022/2022-08-23-week-10-mohamed.html
@@ -8,7 +8,7 @@
- Week 10: Supporting hierarchical animating — FURY 0.12.0.dev58+gad0c3072 documentation
+ Week 10: Supporting hierarchical animating — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2022/2022-08-24-week-12-praneeth.html b/v0.11.x/posts/2022/2022-08-24-week-12-praneeth.html
index 1d0ecaa7f..4f93eee99 100644
--- a/v0.11.x/posts/2022/2022-08-24-week-12-praneeth.html
+++ b/v0.11.x/posts/2022/2022-08-24-week-12-praneeth.html
@@ -8,7 +8,7 @@
- Week 12 - Fixing translating issues and updating tests — FURY 0.12.0.dev58+gad0c3072 documentation
+ Week 12 - Fixing translating issues and updating tests — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2022/2022-08-25-week-10-shivam.html b/v0.11.x/posts/2022/2022-08-25-week-10-shivam.html
index cc37b6c52..38acc2d84 100644
--- a/v0.11.x/posts/2022/2022-08-25-week-10-shivam.html
+++ b/v0.11.x/posts/2022/2022-08-25-week-10-shivam.html
@@ -8,7 +8,7 @@
- Week 10 - Multi-node skinning support — FURY 0.12.0.dev58+gad0c3072 documentation
+ Week 10 - Multi-node skinning support — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2022/2022-08-30-week-11-mohamed.html b/v0.11.x/posts/2022/2022-08-30-week-11-mohamed.html
index ebb06ab43..cbb30b49c 100644
--- a/v0.11.x/posts/2022/2022-08-30-week-11-mohamed.html
+++ b/v0.11.x/posts/2022/2022-08-30-week-11-mohamed.html
@@ -8,7 +8,7 @@
- Week 11: Improving tutorials a little — FURY 0.12.0.dev58+gad0c3072 documentation
+ Week 11: Improving tutorials a little — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2022/2022-08-31-week-11-shivam.html b/v0.11.x/posts/2022/2022-08-31-week-11-shivam.html
index 34d654332..123483673 100644
--- a/v0.11.x/posts/2022/2022-08-31-week-11-shivam.html
+++ b/v0.11.x/posts/2022/2022-08-31-week-11-shivam.html
@@ -8,7 +8,7 @@
- Week 11 - Multiple transformations support and adding tests — FURY 0.12.0.dev58+gad0c3072 documentation
+ Week 11 - Multiple transformations support and adding tests — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2022/2022-08-31-week-13-praneeth.html b/v0.11.x/posts/2022/2022-08-31-week-13-praneeth.html
index 60c215458..7b6c2fc0a 100644
--- a/v0.11.x/posts/2022/2022-08-31-week-13-praneeth.html
+++ b/v0.11.x/posts/2022/2022-08-31-week-13-praneeth.html
@@ -8,7 +8,7 @@
- Week 13 - Separating tests and fixing bugs — FURY 0.12.0.dev58+gad0c3072 documentation
+ Week 13 - Separating tests and fixing bugs — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2022/2022-09-07-week-14-praneeth.html b/v0.11.x/posts/2022/2022-09-07-week-14-praneeth.html
index b530c0432..3bbde5c5b 100644
--- a/v0.11.x/posts/2022/2022-09-07-week-14-praneeth.html
+++ b/v0.11.x/posts/2022/2022-09-07-week-14-praneeth.html
@@ -8,7 +8,7 @@
- Week 14 - Updating DrawPanel architecture — FURY 0.12.0.dev58+gad0c3072 documentation
+ Week 14 - Updating DrawPanel architecture — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2022/2022-09-08-week-12-shivam.html b/v0.11.x/posts/2022/2022-09-08-week-12-shivam.html
index 33593e310..a80e83c77 100644
--- a/v0.11.x/posts/2022/2022-09-08-week-12-shivam.html
+++ b/v0.11.x/posts/2022/2022-09-08-week-12-shivam.html
@@ -8,7 +8,7 @@
- Week 12 - Adding skeleton as actors and fix global transformation — FURY 0.12.0.dev58+gad0c3072 documentation
+ Week 12 - Adding skeleton as actors and fix global transformation — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2022/2022-09-14-week-15-praneeth.html b/v0.11.x/posts/2022/2022-09-14-week-15-praneeth.html
index f73f451dd..6b9ff031d 100644
--- a/v0.11.x/posts/2022/2022-09-14-week-15-praneeth.html
+++ b/v0.11.x/posts/2022/2022-09-14-week-15-praneeth.html
@@ -8,7 +8,7 @@
- Week 15 - Highlighting DrawShapes — FURY 0.12.0.dev58+gad0c3072 documentation
+ Week 15 - Highlighting DrawShapes — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2022/2022-09-15-week-13-blog.html b/v0.11.x/posts/2022/2022-09-15-week-13-blog.html
index c8c39cd54..2e1ebc3e2 100644
--- a/v0.11.x/posts/2022/2022-09-15-week-13-blog.html
+++ b/v0.11.x/posts/2022/2022-09-15-week-13-blog.html
@@ -8,7 +8,7 @@
- Week 13 - Multi-bone skeletal animation support — FURY 0.12.0.dev58+gad0c3072 documentation
+ Week 13 - Multi-bone skeletal animation support — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2022/2022-09-20-week-13-mohamed.html b/v0.11.x/posts/2022/2022-09-20-week-13-mohamed.html
index 158ac36b5..2a2709b4a 100644
--- a/v0.11.x/posts/2022/2022-09-20-week-13-mohamed.html
+++ b/v0.11.x/posts/2022/2022-09-20-week-13-mohamed.html
@@ -8,7 +8,7 @@
- Week 13: Keyframes animation is now a bit easier in FURY — FURY 0.12.0.dev58+gad0c3072 documentation
+ Week 13: Keyframes animation is now a bit easier in FURY — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2022/2022-09-21-week-16-praneeth.html b/v0.11.x/posts/2022/2022-09-21-week-16-praneeth.html
index c8454da72..11342a70b 100644
--- a/v0.11.x/posts/2022/2022-09-21-week-16-praneeth.html
+++ b/v0.11.x/posts/2022/2022-09-21-week-16-praneeth.html
@@ -8,7 +8,7 @@
- Week 16 - Working with Rotations! — FURY 0.12.0.dev58+gad0c3072 documentation
+ Week 16 - Working with Rotations! — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2022/2022-09-28-week-14-mohamed.html b/v0.11.x/posts/2022/2022-09-28-week-14-mohamed.html
index 5bfc484b2..dd12c3704 100644
--- a/v0.11.x/posts/2022/2022-09-28-week-14-mohamed.html
+++ b/v0.11.x/posts/2022/2022-09-28-week-14-mohamed.html
@@ -8,7 +8,7 @@
- Week 14: Keyframes animation is now a bit easier in FURY — FURY 0.12.0.dev58+gad0c3072 documentation
+ Week 14: Keyframes animation is now a bit easier in FURY — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2022/2022-09-28-week-14-shivam.html b/v0.11.x/posts/2022/2022-09-28-week-14-shivam.html
index 40090dfdd..17e51ee5c 100644
--- a/v0.11.x/posts/2022/2022-09-28-week-14-shivam.html
+++ b/v0.11.x/posts/2022/2022-09-28-week-14-shivam.html
@@ -8,7 +8,7 @@
- Week 14 - Morphing is here! — FURY 0.12.0.dev58+gad0c3072 documentation
+ Week 14 - Morphing is here! — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2022/2022-09-7-week-12-mohamed.html b/v0.11.x/posts/2022/2022-09-7-week-12-mohamed.html
index f26575abf..596179f5c 100644
--- a/v0.11.x/posts/2022/2022-09-7-week-12-mohamed.html
+++ b/v0.11.x/posts/2022/2022-09-7-week-12-mohamed.html
@@ -8,7 +8,7 @@
- Week 12: Adding new tutorials — FURY 0.12.0.dev58+gad0c3072 documentation
+ Week 12: Adding new tutorials — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2023/2023-01-24-final-report-praneeth.html b/v0.11.x/posts/2023/2023-01-24-final-report-praneeth.html
index bd20ad613..d11cd5d46 100644
--- a/v0.11.x/posts/2023/2023-01-24-final-report-praneeth.html
+++ b/v0.11.x/posts/2023/2023-01-24-final-report-praneeth.html
@@ -8,7 +8,7 @@
- Google Summer of Code Final Work Product — FURY 0.12.0.dev58+gad0c3072 documentation
+ Google Summer of Code Final Work Product — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2023/2023-01-29-final-report-mohamed.html b/v0.11.x/posts/2023/2023-01-29-final-report-mohamed.html
index 41297fa77..415caf1a0 100644
--- a/v0.11.x/posts/2023/2023-01-29-final-report-mohamed.html
+++ b/v0.11.x/posts/2023/2023-01-29-final-report-mohamed.html
@@ -8,7 +8,7 @@
- Google Summer of Code Final Work Product — FURY 0.12.0.dev58+gad0c3072 documentation
+ Google Summer of Code Final Work Product — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2023/2023-01-29-final-report-shivam.html b/v0.11.x/posts/2023/2023-01-29-final-report-shivam.html
index 5463fbac6..4adbf334a 100644
--- a/v0.11.x/posts/2023/2023-01-29-final-report-shivam.html
+++ b/v0.11.x/posts/2023/2023-01-29-final-report-shivam.html
@@ -8,7 +8,7 @@
- Google Summer of Code Final Work Product — FURY 0.12.0.dev58+gad0c3072 documentation
+ Google Summer of Code Final Work Product — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2023/2023-02-01-gsoc.html b/v0.11.x/posts/2023/2023-02-01-gsoc.html
index 279ccf6dd..1e62e8992 100644
--- a/v0.11.x/posts/2023/2023-02-01-gsoc.html
+++ b/v0.11.x/posts/2023/2023-02-01-gsoc.html
@@ -8,7 +8,7 @@
- Contribute to FURY via Google Summer of Code 2023 — FURY 0.12.0.dev58+gad0c3072 documentation
+ Contribute to FURY via Google Summer of Code 2023 — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2023/2023-04-14-release-announcement.html b/v0.11.x/posts/2023/2023-04-14-release-announcement.html
index 3de689f24..c5c69cbe0 100644
--- a/v0.11.x/posts/2023/2023-04-14-release-announcement.html
+++ b/v0.11.x/posts/2023/2023-04-14-release-announcement.html
@@ -8,7 +8,7 @@
- FURY 0.9.0 Released — FURY 0.12.0.dev58+gad0c3072 documentation
+ FURY 0.9.0 Released — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2023/2023-05-29-week-0-joaodellagli.html b/v0.11.x/posts/2023/2023-05-29-week-0-joaodellagli.html
index 7ebc2e675..ae5a9fdef 100644
--- a/v0.11.x/posts/2023/2023-05-29-week-0-joaodellagli.html
+++ b/v0.11.x/posts/2023/2023-05-29-week-0-joaodellagli.html
@@ -8,7 +8,7 @@
- The Beginning of Everything - Week 0 — FURY 0.12.0.dev58+gad0c3072 documentation
+ The Beginning of Everything - Week 0 — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2023/2023-06-02-week-0-praneeth.html b/v0.11.x/posts/2023/2023-06-02-week-0-praneeth.html
index 119644c4c..066935a8c 100644
--- a/v0.11.x/posts/2023/2023-06-02-week-0-praneeth.html
+++ b/v0.11.x/posts/2023/2023-06-02-week-0-praneeth.html
@@ -8,7 +8,7 @@
- Week 0: Community Bounding Period — FURY 0.12.0.dev58+gad0c3072 documentation
+ Week 0: Community Bounding Period — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2023/2023-06-02-week-0-tvcastillod.html b/v0.11.x/posts/2023/2023-06-02-week-0-tvcastillod.html
index 17281b584..c2005cced 100644
--- a/v0.11.x/posts/2023/2023-06-02-week-0-tvcastillod.html
+++ b/v0.11.x/posts/2023/2023-06-02-week-0-tvcastillod.html
@@ -8,7 +8,7 @@
- Week 0: Community Bounding Period — FURY 0.12.0.dev58+gad0c3072 documentation
+ Week 0: Community Bounding Period — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2023/2023-06-03-week-1-praneeth.html b/v0.11.x/posts/2023/2023-06-03-week-1-praneeth.html
index 01f734cae..151bdd8b2 100644
--- a/v0.11.x/posts/2023/2023-06-03-week-1-praneeth.html
+++ b/v0.11.x/posts/2023/2023-06-03-week-1-praneeth.html
@@ -8,7 +8,7 @@
- Week 1: Working with SpinBox and TextBox Enhancements — FURY 0.12.0.dev58+gad0c3072 documentation
+ Week 1: Working with SpinBox and TextBox Enhancements — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2023/2023-06-05-week-1-joaodellagli.html b/v0.11.x/posts/2023/2023-06-05-week-1-joaodellagli.html
index 9cd0c5aa1..2e8582d61 100644
--- a/v0.11.x/posts/2023/2023-06-05-week-1-joaodellagli.html
+++ b/v0.11.x/posts/2023/2023-06-05-week-1-joaodellagli.html
@@ -8,7 +8,7 @@
- The FBO Saga - Week 1 — FURY 0.12.0.dev58+gad0c3072 documentation
+ The FBO Saga - Week 1 — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2023/2023-06-05-week-1-tvcastillod.html b/v0.11.x/posts/2023/2023-06-05-week-1-tvcastillod.html
index 78a1c3e02..c2bfc1583 100644
--- a/v0.11.x/posts/2023/2023-06-05-week-1-tvcastillod.html
+++ b/v0.11.x/posts/2023/2023-06-05-week-1-tvcastillod.html
@@ -8,7 +8,7 @@
- Week 1: Ellipsoid actor implemented with SDF — FURY 0.12.0.dev58+gad0c3072 documentation
+ Week 1: Ellipsoid actor implemented with SDF — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2023/2023-06-11-week-2-praneeth.html b/v0.11.x/posts/2023/2023-06-11-week-2-praneeth.html
index 6bb04c59c..29d7e793d 100644
--- a/v0.11.x/posts/2023/2023-06-11-week-2-praneeth.html
+++ b/v0.11.x/posts/2023/2023-06-11-week-2-praneeth.html
@@ -8,7 +8,7 @@
- Week 2: Tackling Text Justification and Icon Flaw Issues — FURY 0.12.0.dev58+gad0c3072 documentation
+ Week 2: Tackling Text Justification and Icon Flaw Issues — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2023/2023-06-12-week-2-joaodellagli.html b/v0.11.x/posts/2023/2023-06-12-week-2-joaodellagli.html
index e38ff99c9..5cf57d15a 100644
--- a/v0.11.x/posts/2023/2023-06-12-week-2-joaodellagli.html
+++ b/v0.11.x/posts/2023/2023-06-12-week-2-joaodellagli.html
@@ -8,7 +8,7 @@
- Week 2: The Importance of (good) Documentation — FURY 0.12.0.dev58+gad0c3072 documentation
+ Week 2: The Importance of (good) Documentation — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2023/2023-06-12-week-2-tvcastillod.html b/v0.11.x/posts/2023/2023-06-12-week-2-tvcastillod.html
index 4a2120fe6..583bd94b9 100644
--- a/v0.11.x/posts/2023/2023-06-12-week-2-tvcastillod.html
+++ b/v0.11.x/posts/2023/2023-06-12-week-2-tvcastillod.html
@@ -8,7 +8,7 @@
- Week 2: Making adjustments to the Ellipsoid Actor — FURY 0.12.0.dev58+gad0c3072 documentation
+ Week 2: Making adjustments to the Ellipsoid Actor — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2023/2023-06-17-week-3-praneeth.html b/v0.11.x/posts/2023/2023-06-17-week-3-praneeth.html
index 85876635f..54da603d6 100644
--- a/v0.11.x/posts/2023/2023-06-17-week-3-praneeth.html
+++ b/v0.11.x/posts/2023/2023-06-17-week-3-praneeth.html
@@ -8,7 +8,7 @@
- Week 3: Resolving Combobox Icon Flaw and TextBox Justification — FURY 0.12.0.dev58+gad0c3072 documentation
+ Week 3: Resolving Combobox Icon Flaw and TextBox Justification — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2023/2023-06-19-week-3-joaodellagli.html b/v0.11.x/posts/2023/2023-06-19-week-3-joaodellagli.html
index f0d3435dc..fe9f8fb7f 100644
--- a/v0.11.x/posts/2023/2023-06-19-week-3-joaodellagli.html
+++ b/v0.11.x/posts/2023/2023-06-19-week-3-joaodellagli.html
@@ -8,7 +8,7 @@
- Week 3: Watch Your Expectations — FURY 0.12.0.dev58+gad0c3072 documentation
+ Week 3: Watch Your Expectations — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2023/2023-06-19-week-3-tvcastillod.html b/v0.11.x/posts/2023/2023-06-19-week-3-tvcastillod.html
index 3e3d961b0..7f811d8c2 100644
--- a/v0.11.x/posts/2023/2023-06-19-week-3-tvcastillod.html
+++ b/v0.11.x/posts/2023/2023-06-19-week-3-tvcastillod.html
@@ -8,7 +8,7 @@
- Week 3: Working on uncertainty and details of the first PR — FURY 0.12.0.dev58+gad0c3072 documentation
+ Week 3: Working on uncertainty and details of the first PR — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2023/2023-06-24-week-4-praneeth.html b/v0.11.x/posts/2023/2023-06-24-week-4-praneeth.html
index 1526a5da9..0894203a4 100644
--- a/v0.11.x/posts/2023/2023-06-24-week-4-praneeth.html
+++ b/v0.11.x/posts/2023/2023-06-24-week-4-praneeth.html
@@ -8,7 +8,7 @@
- Week 4: Exam Preparations and Reviewing — FURY 0.12.0.dev58+gad0c3072 documentation
+ Week 4: Exam Preparations and Reviewing — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2023/2023-06-26-week-4-joaodellagli.html b/v0.11.x/posts/2023/2023-06-26-week-4-joaodellagli.html
index 2e93d3b34..04a4d19bb 100644
--- a/v0.11.x/posts/2023/2023-06-26-week-4-joaodellagli.html
+++ b/v0.11.x/posts/2023/2023-06-26-week-4-joaodellagli.html
@@ -8,7 +8,7 @@
- Week 4: Nothing is Ever Lost — FURY 0.12.0.dev58+gad0c3072 documentation
+ Week 4: Nothing is Ever Lost — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2023/2023-06-27-week-4-tvcastillod.html b/v0.11.x/posts/2023/2023-06-27-week-4-tvcastillod.html
index 5225ad270..7b55cd34e 100644
--- a/v0.11.x/posts/2023/2023-06-27-week-4-tvcastillod.html
+++ b/v0.11.x/posts/2023/2023-06-27-week-4-tvcastillod.html
@@ -8,7 +8,7 @@
- Week 4: First draft of the DTI uncertainty visualization — FURY 0.12.0.dev58+gad0c3072 documentation
+ Week 4: First draft of the DTI uncertainty visualization — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2023/2023-07-01-week-5-praneeth.html b/v0.11.x/posts/2023/2023-07-01-week-5-praneeth.html
index 770ab0559..55e8c2aed 100644
--- a/v0.11.x/posts/2023/2023-07-01-week-5-praneeth.html
+++ b/v0.11.x/posts/2023/2023-07-01-week-5-praneeth.html
@@ -8,7 +8,7 @@
- Week 5: Trying out PRs and Planning Ahead — FURY 0.12.0.dev58+gad0c3072 documentation
+ Week 5: Trying out PRs and Planning Ahead — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2023/2023-07-03-week-5-joaodellagli.html b/v0.11.x/posts/2023/2023-07-03-week-5-joaodellagli.html
index eb2858f05..96f617760 100644
--- a/v0.11.x/posts/2023/2023-07-03-week-5-joaodellagli.html
+++ b/v0.11.x/posts/2023/2023-07-03-week-5-joaodellagli.html
@@ -8,7 +8,7 @@
- Week 5: All Roads Lead to Rome — FURY 0.12.0.dev58+gad0c3072 documentation
+ Week 5: All Roads Lead to Rome — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2023/2023-07-03-week-5-tvcastillod.html b/v0.11.x/posts/2023/2023-07-03-week-5-tvcastillod.html
index 93d1f552b..efc4307fd 100644
--- a/v0.11.x/posts/2023/2023-07-03-week-5-tvcastillod.html
+++ b/v0.11.x/posts/2023/2023-07-03-week-5-tvcastillod.html
@@ -8,7 +8,7 @@
- Week 5: Preparing the data for the Ellipsoid tutorial — FURY 0.12.0.dev58+gad0c3072 documentation
+ Week 5: Preparing the data for the Ellipsoid tutorial — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2023/2023-07-08-week-6-praneeth.html b/v0.11.x/posts/2023/2023-07-08-week-6-praneeth.html
index a8720da88..135266594 100644
--- a/v0.11.x/posts/2023/2023-07-08-week-6-praneeth.html
+++ b/v0.11.x/posts/2023/2023-07-08-week-6-praneeth.html
@@ -8,7 +8,7 @@
- Week 6: BoundingBox for TextBlock2D! — FURY 0.12.0.dev58+gad0c3072 documentation
+ Week 6: BoundingBox for TextBlock2D! — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2023/2023-07-10-week-6-joaodellagli.html b/v0.11.x/posts/2023/2023-07-10-week-6-joaodellagli.html
index 32094725d..6299a145b 100644
--- a/v0.11.x/posts/2023/2023-07-10-week-6-joaodellagli.html
+++ b/v0.11.x/posts/2023/2023-07-10-week-6-joaodellagli.html
@@ -8,7 +8,7 @@
- Week 6: Things are Starting to Build Up — FURY 0.12.0.dev58+gad0c3072 documentation
+ Week 6: Things are Starting to Build Up — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2023/2023-07-10-week-6-tvcastillod.html b/v0.11.x/posts/2023/2023-07-10-week-6-tvcastillod.html
index 29d5036e6..bcb5afed5 100644
--- a/v0.11.x/posts/2023/2023-07-10-week-6-tvcastillod.html
+++ b/v0.11.x/posts/2023/2023-07-10-week-6-tvcastillod.html
@@ -8,7 +8,7 @@
- Week 6: First draft of the Ellipsoid tutorial — FURY 0.12.0.dev58+gad0c3072 documentation
+ Week 6: First draft of the Ellipsoid tutorial — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2023/2023-07-15-week-7-praneeth.html b/v0.11.x/posts/2023/2023-07-15-week-7-praneeth.html
index 957660be4..d322f3b00 100644
--- a/v0.11.x/posts/2023/2023-07-15-week-7-praneeth.html
+++ b/v0.11.x/posts/2023/2023-07-15-week-7-praneeth.html
@@ -8,7 +8,7 @@
- Week 7: Sowing the seeds for TreeUI — FURY 0.12.0.dev58+gad0c3072 documentation
+ Week 7: Sowing the seeds for TreeUI — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2023/2023-07-17-week-7-joaodellagli.html b/v0.11.x/posts/2023/2023-07-17-week-7-joaodellagli.html
index 16fbb26bf..0645738ac 100644
--- a/v0.11.x/posts/2023/2023-07-17-week-7-joaodellagli.html
+++ b/v0.11.x/posts/2023/2023-07-17-week-7-joaodellagli.html
@@ -8,7 +8,7 @@
- Week 7: Experimentation Done — FURY 0.12.0.dev58+gad0c3072 documentation
+ Week 7: Experimentation Done — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2023/2023-07-17-week-7-tvcastillod.html b/v0.11.x/posts/2023/2023-07-17-week-7-tvcastillod.html
index 261a8c6c7..a64dba589 100644
--- a/v0.11.x/posts/2023/2023-07-17-week-7-tvcastillod.html
+++ b/v0.11.x/posts/2023/2023-07-17-week-7-tvcastillod.html
@@ -8,7 +8,7 @@
- Week 7: Adjustments on the Uncertainty Cones visualization — FURY 0.12.0.dev58+gad0c3072 documentation
+ Week 7: Adjustments on the Uncertainty Cones visualization — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2023/2023-07-22-week-8-praneeth.html b/v0.11.x/posts/2023/2023-07-22-week-8-praneeth.html
index c58cbd8e4..69cc13a2a 100644
--- a/v0.11.x/posts/2023/2023-07-22-week-8-praneeth.html
+++ b/v0.11.x/posts/2023/2023-07-22-week-8-praneeth.html
@@ -8,7 +8,7 @@
- Week 8: Another week with TextBlockUI — FURY 0.12.0.dev58+gad0c3072 documentation
+ Week 8: Another week with TextBlockUI — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2023/2023-07-24-week-8-joaodellagli.html b/v0.11.x/posts/2023/2023-07-24-week-8-joaodellagli.html
index 7f0ef354b..151bf13b3 100644
--- a/v0.11.x/posts/2023/2023-07-24-week-8-joaodellagli.html
+++ b/v0.11.x/posts/2023/2023-07-24-week-8-joaodellagli.html
@@ -8,7 +8,7 @@
- Week 8: The Birth of a Versatile API — FURY 0.12.0.dev58+gad0c3072 documentation
+ Week 8: The Birth of a Versatile API — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2023/2023-07-25-week-8-tvcastillod.html b/v0.11.x/posts/2023/2023-07-25-week-8-tvcastillod.html
index 911c9bb96..b8c7daaca 100644
--- a/v0.11.x/posts/2023/2023-07-25-week-8-tvcastillod.html
+++ b/v0.11.x/posts/2023/2023-07-25-week-8-tvcastillod.html
@@ -8,7 +8,7 @@
- Week 8: Working on Ellipsoid Tutorial and exploring SH — FURY 0.12.0.dev58+gad0c3072 documentation
+ Week 8: Working on Ellipsoid Tutorial and exploring SH — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2023/2023-07-29-week-9-praneeth.html b/v0.11.x/posts/2023/2023-07-29-week-9-praneeth.html
index b1bcc57c6..cb1be7ad6 100644
--- a/v0.11.x/posts/2023/2023-07-29-week-9-praneeth.html
+++ b/v0.11.x/posts/2023/2023-07-29-week-9-praneeth.html
@@ -8,7 +8,7 @@
- Week 9: TextBlock2D is Finally Merged! — FURY 0.12.0.dev58+gad0c3072 documentation
+ Week 9: TextBlock2D is Finally Merged! — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2023/2023-07-31-week-9-joaodellagli.html b/v0.11.x/posts/2023/2023-07-31-week-9-joaodellagli.html
index 3e88fcc63..abc7e7be7 100644
--- a/v0.11.x/posts/2023/2023-07-31-week-9-joaodellagli.html
+++ b/v0.11.x/posts/2023/2023-07-31-week-9-joaodellagli.html
@@ -8,7 +8,7 @@
- Week 9: It is Polishing Time! — FURY 0.12.0.dev58+gad0c3072 documentation
+ Week 9: It is Polishing Time! — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2023/2023-07-31-week-9-tvcastillod.html b/v0.11.x/posts/2023/2023-07-31-week-9-tvcastillod.html
index 090177860..baf0b96a2 100644
--- a/v0.11.x/posts/2023/2023-07-31-week-9-tvcastillod.html
+++ b/v0.11.x/posts/2023/2023-07-31-week-9-tvcastillod.html
@@ -8,7 +8,7 @@
- Week 9: Tutorial done and polishing DTI uncertainty — FURY 0.12.0.dev58+gad0c3072 documentation
+ Week 9: Tutorial done and polishing DTI uncertainty — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2023/2023-08-05-week-10-praneeth.html b/v0.11.x/posts/2023/2023-08-05-week-10-praneeth.html
index 543519486..f10c2f37b 100644
--- a/v0.11.x/posts/2023/2023-08-05-week-10-praneeth.html
+++ b/v0.11.x/posts/2023/2023-08-05-week-10-praneeth.html
@@ -8,7 +8,7 @@
- Week 10: Its time for a Spin-Box! — FURY 0.12.0.dev58+gad0c3072 documentation
+ Week 10: Its time for a Spin-Box! — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2023/2023-08-07-week-10-joaodellagli.html b/v0.11.x/posts/2023/2023-08-07-week-10-joaodellagli.html
index f4ccbfd8a..6959ad491 100644
--- a/v0.11.x/posts/2023/2023-08-07-week-10-joaodellagli.html
+++ b/v0.11.x/posts/2023/2023-08-07-week-10-joaodellagli.html
@@ -8,7 +8,7 @@
- Week 10: Ready for Review! — FURY 0.12.0.dev58+gad0c3072 documentation
+ Week 10: Ready for Review! — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2023/2023-08-08-week-10-tvcastillod.html b/v0.11.x/posts/2023/2023-08-08-week-10-tvcastillod.html
index c7daba63f..a2c2b10fe 100644
--- a/v0.11.x/posts/2023/2023-08-08-week-10-tvcastillod.html
+++ b/v0.11.x/posts/2023/2023-08-08-week-10-tvcastillod.html
@@ -8,7 +8,7 @@
- Week 10 : Start of SH implementation experiments — FURY 0.12.0.dev58+gad0c3072 documentation
+ Week 10 : Start of SH implementation experiments — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2023/2023-08-12-week-11-praneeth.html b/v0.11.x/posts/2023/2023-08-12-week-11-praneeth.html
index 7036fdab7..0692c4957 100644
--- a/v0.11.x/posts/2023/2023-08-12-week-11-praneeth.html
+++ b/v0.11.x/posts/2023/2023-08-12-week-11-praneeth.html
@@ -8,7 +8,7 @@
- Week 11: Bye Bye SpinBox — FURY 0.12.0.dev58+gad0c3072 documentation
+ Week 11: Bye Bye SpinBox — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2023/2023-08-14-week-11-joaodellagli.html b/v0.11.x/posts/2023/2023-08-14-week-11-joaodellagli.html
index d3b5237ad..1128e47f3 100644
--- a/v0.11.x/posts/2023/2023-08-14-week-11-joaodellagli.html
+++ b/v0.11.x/posts/2023/2023-08-14-week-11-joaodellagli.html
@@ -8,7 +8,7 @@
- Week 11: A Refactor is Sometimes Needed — FURY 0.12.0.dev58+gad0c3072 documentation
+ Week 11: A Refactor is Sometimes Needed — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2023/2023-08-16-week-11-tvcastillod.html b/v0.11.x/posts/2023/2023-08-16-week-11-tvcastillod.html
index 6da0b4265..61aeba1a8 100644
--- a/v0.11.x/posts/2023/2023-08-16-week-11-tvcastillod.html
+++ b/v0.11.x/posts/2023/2023-08-16-week-11-tvcastillod.html
@@ -8,7 +8,7 @@
- Week 11 : Adjusting ODF implementation and looking for solutions on issues found — FURY 0.12.0.dev58+gad0c3072 documentation
+ Week 11 : Adjusting ODF implementation and looking for solutions on issues found — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2023/2023-08-19-week-12-praneeth.html b/v0.11.x/posts/2023/2023-08-19-week-12-praneeth.html
index 2d9ef209d..f851c38d7 100644
--- a/v0.11.x/posts/2023/2023-08-19-week-12-praneeth.html
+++ b/v0.11.x/posts/2023/2023-08-19-week-12-praneeth.html
@@ -8,7 +8,7 @@
- Week 12: FileDialog Quest Begins! — FURY 0.12.0.dev58+gad0c3072 documentation
+ Week 12: FileDialog Quest Begins! — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2023/2023-08-21-joaodellagli-final-report.html b/v0.11.x/posts/2023/2023-08-21-joaodellagli-final-report.html
index 9fb822795..902104b57 100644
--- a/v0.11.x/posts/2023/2023-08-21-joaodellagli-final-report.html
+++ b/v0.11.x/posts/2023/2023-08-21-joaodellagli-final-report.html
@@ -8,7 +8,7 @@
- Google Summer of Code Final Work Product — FURY 0.12.0.dev58+gad0c3072 documentation
+ Google Summer of Code Final Work Product — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2023/2023-08-21-week-12-joaodellagli.html b/v0.11.x/posts/2023/2023-08-21-week-12-joaodellagli.html
index 2ecd97ad3..366103879 100644
--- a/v0.11.x/posts/2023/2023-08-21-week-12-joaodellagli.html
+++ b/v0.11.x/posts/2023/2023-08-21-week-12-joaodellagli.html
@@ -8,7 +8,7 @@
- Week 12: Now That is (almost) a Wrap! — FURY 0.12.0.dev58+gad0c3072 documentation
+ Week 12: Now That is (almost) a Wrap! — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2023/2023-08-24-final-report-tvcastillod.html b/v0.11.x/posts/2023/2023-08-24-final-report-tvcastillod.html
index 52a99233a..b904eb857 100644
--- a/v0.11.x/posts/2023/2023-08-24-final-report-tvcastillod.html
+++ b/v0.11.x/posts/2023/2023-08-24-final-report-tvcastillod.html
@@ -8,7 +8,7 @@
- Google Summer of Code Final Work Product — FURY 0.12.0.dev58+gad0c3072 documentation
+ Google Summer of Code Final Work Product — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2023/2023-08-24-week-12-tvcastillod.html b/v0.11.x/posts/2023/2023-08-24-week-12-tvcastillod.html
index 372d8dde3..cbd1317ee 100644
--- a/v0.11.x/posts/2023/2023-08-24-week-12-tvcastillod.html
+++ b/v0.11.x/posts/2023/2023-08-24-week-12-tvcastillod.html
@@ -8,7 +8,7 @@
- Week 12 : Experimenting with ODFs implementation — FURY 0.12.0.dev58+gad0c3072 documentation
+ Week 12 : Experimenting with ODFs implementation — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2023/2023-08-25-final-report-praneeth.html b/v0.11.x/posts/2023/2023-08-25-final-report-praneeth.html
index 8d0c4c5bf..fe04b7374 100644
--- a/v0.11.x/posts/2023/2023-08-25-final-report-praneeth.html
+++ b/v0.11.x/posts/2023/2023-08-25-final-report-praneeth.html
@@ -8,7 +8,7 @@
- Google Summer of Code Final Work Product — FURY 0.12.0.dev58+gad0c3072 documentation
+ Google Summer of Code Final Work Product — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2024/2024-05-28-week-0-robin.html b/v0.11.x/posts/2024/2024-05-28-week-0-robin.html
index 50b4d2dd7..c07159062 100644
--- a/v0.11.x/posts/2024/2024-05-28-week-0-robin.html
+++ b/v0.11.x/posts/2024/2024-05-28-week-0-robin.html
@@ -8,7 +8,7 @@
- Week 0: Community Bonding! — FURY 0.12.0.dev58+gad0c3072 documentation
+ Week 0: Community Bonding! — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2024/2024-05-28-week0-wachiou-bouraima.html b/v0.11.x/posts/2024/2024-05-28-week0-wachiou-bouraima.html
index 255b26435..a0654a81b 100644
--- a/v0.11.x/posts/2024/2024-05-28-week0-wachiou-bouraima.html
+++ b/v0.11.x/posts/2024/2024-05-28-week0-wachiou-bouraima.html
@@ -8,7 +8,7 @@
- WEEK 0: The beginning of my journey in Google Summer of Code (GSoC) 2024 — FURY 0.12.0.dev58+gad0c3072 documentation
+ WEEK 0: The beginning of my journey in Google Summer of Code (GSoC) 2024 — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2024/2024-06-06-week-1-robin.html b/v0.11.x/posts/2024/2024-06-06-week-1-robin.html
index 875dc1636..ae132c43c 100644
--- a/v0.11.x/posts/2024/2024-06-06-week-1-robin.html
+++ b/v0.11.x/posts/2024/2024-06-06-week-1-robin.html
@@ -8,7 +8,7 @@
- Week 1: It officially beginsā¦ — FURY 0.12.0.dev58+gad0c3072 documentation
+ Week 1: It officially beginsā¦ — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2024/2024-06-06-week1-wachiou-bouraima.html b/v0.11.x/posts/2024/2024-06-06-week1-wachiou-bouraima.html
index c857ebcc1..bc4b136d5 100644
--- a/v0.11.x/posts/2024/2024-06-06-week1-wachiou-bouraima.html
+++ b/v0.11.x/posts/2024/2024-06-06-week1-wachiou-bouraima.html
@@ -8,7 +8,7 @@
- WEEK 1: Progress and challenges at Google Summer of Code (GSoC) 2024 — FURY 0.12.0.dev58+gad0c3072 documentation
+ WEEK 1: Progress and challenges at Google Summer of Code (GSoC) 2024 — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2024/2024-06-15-week2-wachiou-bouraima.html b/v0.11.x/posts/2024/2024-06-15-week2-wachiou-bouraima.html
index 68bca77b7..a1f3fd4e2 100644
--- a/v0.11.x/posts/2024/2024-06-15-week2-wachiou-bouraima.html
+++ b/v0.11.x/posts/2024/2024-06-15-week2-wachiou-bouraima.html
@@ -8,7 +8,7 @@
- WEEK 2: Refinements and Further Enhancements — FURY 0.12.0.dev58+gad0c3072 documentation
+ WEEK 2: Refinements and Further Enhancements — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2024/2024-06-16-week-2-robin.html b/v0.11.x/posts/2024/2024-06-16-week-2-robin.html
index 9403ed1e0..a671dc77b 100644
--- a/v0.11.x/posts/2024/2024-06-16-week-2-robin.html
+++ b/v0.11.x/posts/2024/2024-06-16-week-2-robin.html
@@ -8,7 +8,7 @@
- Week 2: The first iteration! — FURY 0.12.0.dev58+gad0c3072 documentation
+ Week 2: The first iteration! — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2024/2024-06-16-week-3-robin.html b/v0.11.x/posts/2024/2024-06-16-week-3-robin.html
index b56f017ac..e2f6014bf 100644
--- a/v0.11.x/posts/2024/2024-06-16-week-3-robin.html
+++ b/v0.11.x/posts/2024/2024-06-16-week-3-robin.html
@@ -8,7 +8,7 @@
- Week 3: Data Data Data! — FURY 0.12.0.dev58+gad0c3072 documentation
+ Week 3: Data Data Data! — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2024/2024-06-26-week3-wachiou-bouraima.html b/v0.11.x/posts/2024/2024-06-26-week3-wachiou-bouraima.html
index e05004e9a..ec00f7309 100644
--- a/v0.11.x/posts/2024/2024-06-26-week3-wachiou-bouraima.html
+++ b/v0.11.x/posts/2024/2024-06-26-week3-wachiou-bouraima.html
@@ -8,7 +8,7 @@
- WEEK 3: Refinements and Further Enhancements — FURY 0.12.0.dev58+gad0c3072 documentation
+ WEEK 3: Refinements and Further Enhancements — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2024/2024-06-26-week4-wachiou-bouraima.html b/v0.11.x/posts/2024/2024-06-26-week4-wachiou-bouraima.html
index d1cb9250d..61a61f731 100644
--- a/v0.11.x/posts/2024/2024-06-26-week4-wachiou-bouraima.html
+++ b/v0.11.x/posts/2024/2024-06-26-week4-wachiou-bouraima.html
@@ -8,7 +8,7 @@
- WEEK 4: Updating Decorator, Exploring Lazy Loading, and Code Reviews — FURY 0.12.0.dev58+gad0c3072 documentation
+ WEEK 4: Updating Decorator, Exploring Lazy Loading, and Code Reviews — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2024/2024-07-01-week-4-robin.html b/v0.11.x/posts/2024/2024-07-01-week-4-robin.html
index 7524a6289..4f6036fed 100644
--- a/v0.11.x/posts/2024/2024-07-01-week-4-robin.html
+++ b/v0.11.x/posts/2024/2024-07-01-week-4-robin.html
@@ -8,7 +8,7 @@
- Week 4: Pipeline Improvements and Taking The Bot Public! — FURY 0.12.0.dev58+gad0c3072 documentation
+ Week 4: Pipeline Improvements and Taking The Bot Public! — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2024/2024-07-01-week-5-robin.html b/v0.11.x/posts/2024/2024-07-01-week-5-robin.html
index e824a7e24..f3aeaf370 100644
--- a/v0.11.x/posts/2024/2024-07-01-week-5-robin.html
+++ b/v0.11.x/posts/2024/2024-07-01-week-5-robin.html
@@ -8,7 +8,7 @@
- Week 5: LLM Benchmarking & Architecture Modifications — FURY 0.12.0.dev58+gad0c3072 documentation
+ Week 5: LLM Benchmarking & Architecture Modifications — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2024/2024-07-06-week5-wachiou-bouraima.html b/v0.11.x/posts/2024/2024-07-06-week5-wachiou-bouraima.html
index 3058123a4..98c2b7692 100644
--- a/v0.11.x/posts/2024/2024-07-06-week5-wachiou-bouraima.html
+++ b/v0.11.x/posts/2024/2024-07-06-week5-wachiou-bouraima.html
@@ -8,7 +8,7 @@
- WEEK 5: Implementing Lazy Loading in FURY with lazy_loader — FURY 0.12.0.dev58+gad0c3072 documentation
+ WEEK 5: Implementing Lazy Loading in FURY with lazy_loader — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2024/2024-07-27-week-6-robin.html b/v0.11.x/posts/2024/2024-07-27-week-6-robin.html
index be94c998f..60b0b59d0 100644
--- a/v0.11.x/posts/2024/2024-07-27-week-6-robin.html
+++ b/v0.11.x/posts/2024/2024-07-27-week-6-robin.html
@@ -8,7 +8,7 @@
- Week 6: UI Improvements and RAG performance evaluation — FURY 0.12.0.dev58+gad0c3072 documentation
+ Week 6: UI Improvements and RAG performance evaluation — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2024/2024-07-27-week-7-robin.html b/v0.11.x/posts/2024/2024-07-27-week-7-robin.html
index ac593c533..e0ac785a3 100644
--- a/v0.11.x/posts/2024/2024-07-27-week-7-robin.html
+++ b/v0.11.x/posts/2024/2024-07-27-week-7-robin.html
@@ -8,7 +8,7 @@
- Week 7: Surviving final examinations — FURY 0.12.0.dev58+gad0c3072 documentation
+ Week 7: Surviving final examinations — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2024/2024-07-27-week-8-robin.html b/v0.11.x/posts/2024/2024-07-27-week-8-robin.html
index 821885192..c562e0350 100644
--- a/v0.11.x/posts/2024/2024-07-27-week-8-robin.html
+++ b/v0.11.x/posts/2024/2024-07-27-week-8-robin.html
@@ -8,7 +8,7 @@
- Week 8: Gemini Finetuning — FURY 0.12.0.dev58+gad0c3072 documentation
+ Week 8: Gemini Finetuning — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2024/2024-07-31-release-announcement.html b/v0.11.x/posts/2024/2024-07-31-release-announcement.html
index 2dee952ad..126ec8efd 100644
--- a/v0.11.x/posts/2024/2024-07-31-release-announcement.html
+++ b/v0.11.x/posts/2024/2024-07-31-release-announcement.html
@@ -8,7 +8,7 @@
- FURY 0.11.0 Released — FURY 0.12.0.dev58+gad0c3072 documentation
+ FURY 0.11.0 Released — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2024/2024-08-06-week6-wachiou-bouraima.html b/v0.11.x/posts/2024/2024-08-06-week6-wachiou-bouraima.html
index 9d6105bc3..c2eb757b0 100644
--- a/v0.11.x/posts/2024/2024-08-06-week6-wachiou-bouraima.html
+++ b/v0.11.x/posts/2024/2024-08-06-week6-wachiou-bouraima.html
@@ -8,7 +8,7 @@
- WEEK 6: Code reviews, relining and crush challenges — FURY 0.12.0.dev58+gad0c3072 documentation
+ WEEK 6: Code reviews, relining and crush challenges — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2024/2024-08-06-week7-wachiou-bouraima.html b/v0.11.x/posts/2024/2024-08-06-week7-wachiou-bouraima.html
index 981b5fe57..5b6ba3aa3 100644
--- a/v0.11.x/posts/2024/2024-08-06-week7-wachiou-bouraima.html
+++ b/v0.11.x/posts/2024/2024-08-06-week7-wachiou-bouraima.html
@@ -8,7 +8,7 @@
- WEEK 7: Fixing Sphinx Warnings in Blog Posts — FURY 0.12.0.dev58+gad0c3072 documentation
+ WEEK 7: Fixing Sphinx Warnings in Blog Posts — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2024/2024-08-12-week8-wachiou-bouraima.html b/v0.11.x/posts/2024/2024-08-12-week8-wachiou-bouraima.html
index 062864816..b9b30b0ef 100644
--- a/v0.11.x/posts/2024/2024-08-12-week8-wachiou-bouraima.html
+++ b/v0.11.x/posts/2024/2024-08-12-week8-wachiou-bouraima.html
@@ -8,7 +8,7 @@
- WEEK 8: Refining Lazy Loading Implementation and Simplifying Imports in FURY — FURY 0.12.0.dev58+gad0c3072 documentation
+ WEEK 8: Refining Lazy Loading Implementation and Simplifying Imports in FURY — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2024/2024-08-13-week9-wachiou-bouraima.html b/v0.11.x/posts/2024/2024-08-13-week9-wachiou-bouraima.html
index 52ed3cc56..a3dbcd92b 100644
--- a/v0.11.x/posts/2024/2024-08-13-week9-wachiou-bouraima.html
+++ b/v0.11.x/posts/2024/2024-08-13-week9-wachiou-bouraima.html
@@ -8,7 +8,7 @@
- WEEK 9: Fixing Sphinx Warnings and Investigating Web Footer Issues — FURY 0.12.0.dev58+gad0c3072 documentation
+ WEEK 9: Fixing Sphinx Warnings and Investigating Web Footer Issues — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2024/2024-08-15-week-9-robin.html b/v0.11.x/posts/2024/2024-08-15-week-9-robin.html
index b047108f5..abe73b781 100644
--- a/v0.11.x/posts/2024/2024-08-15-week-9-robin.html
+++ b/v0.11.x/posts/2024/2024-08-15-week-9-robin.html
@@ -8,7 +8,7 @@
- Week 9: Hosting FineTuned Models — FURY 0.12.0.dev58+gad0c3072 documentation
+ Week 9: Hosting FineTuned Models — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2024/2024-08-15-week10-wachiou-bouraima.html b/v0.11.x/posts/2024/2024-08-15-week10-wachiou-bouraima.html
index 064832407..59475d986 100644
--- a/v0.11.x/posts/2024/2024-08-15-week10-wachiou-bouraima.html
+++ b/v0.11.x/posts/2024/2024-08-15-week10-wachiou-bouraima.html
@@ -8,7 +8,7 @@
- WEEK 10: Investigating Footer Deformation and Limited Progress on Warnings — FURY 0.12.0.dev58+gad0c3072 documentation
+ WEEK 10: Investigating Footer Deformation and Limited Progress on Warnings — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2024/2024-08-15-week11-wachiou-bouraima.html b/v0.11.x/posts/2024/2024-08-15-week11-wachiou-bouraima.html
index a4bdba0f9..9f4fcd05b 100644
--- a/v0.11.x/posts/2024/2024-08-15-week11-wachiou-bouraima.html
+++ b/v0.11.x/posts/2024/2024-08-15-week11-wachiou-bouraima.html
@@ -8,7 +8,7 @@
- WEEK 11: Resolving the Footer Issue and Addressing Sphinx Warnings — FURY 0.12.0.dev58+gad0c3072 documentation
+ WEEK 11: Resolving the Footer Issue and Addressing Sphinx Warnings — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2024/2024-08-16-week-10-robin.html b/v0.11.x/posts/2024/2024-08-16-week-10-robin.html
index 477254666..b0718b4ac 100644
--- a/v0.11.x/posts/2024/2024-08-16-week-10-robin.html
+++ b/v0.11.x/posts/2024/2024-08-16-week-10-robin.html
@@ -8,7 +8,7 @@
- Week 10: Learning GraphQL — FURY 0.12.0.dev58+gad0c3072 documentation
+ Week 10: Learning GraphQL — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2024/2024-08-17-week-11-robin.html b/v0.11.x/posts/2024/2024-08-17-week-11-robin.html
index 6d9765f11..836bd5960 100644
--- a/v0.11.x/posts/2024/2024-08-17-week-11-robin.html
+++ b/v0.11.x/posts/2024/2024-08-17-week-11-robin.html
@@ -8,7 +8,7 @@
- Week 11: Getting the App Live — FURY 0.12.0.dev58+gad0c3072 documentation
+ Week 11: Getting the App Live — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2024/2024-08-17-week12-wachiou-bouraima.html b/v0.11.x/posts/2024/2024-08-17-week12-wachiou-bouraima.html
index 5c01eaea8..7f2e642a3 100644
--- a/v0.11.x/posts/2024/2024-08-17-week12-wachiou-bouraima.html
+++ b/v0.11.x/posts/2024/2024-08-17-week12-wachiou-bouraima.html
@@ -8,7 +8,7 @@
- WEEK 12: The final straight — FURY 0.12.0.dev58+gad0c3072 documentation
+ WEEK 12: The final straight — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2024/2024-08-20-week-12-robin.html b/v0.11.x/posts/2024/2024-08-20-week-12-robin.html
index 7169f4e57..0668114cb 100644
--- a/v0.11.x/posts/2024/2024-08-20-week-12-robin.html
+++ b/v0.11.x/posts/2024/2024-08-20-week-12-robin.html
@@ -8,7 +8,7 @@
- Week 12: Wrapping things up — FURY 0.12.0.dev58+gad0c3072 documentation
+ Week 12: Wrapping things up — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2024/2024-08-21-final-report-robin.html b/v0.11.x/posts/2024/2024-08-21-final-report-robin.html
index e1e6fb608..498c6c5f1 100644
--- a/v0.11.x/posts/2024/2024-08-21-final-report-robin.html
+++ b/v0.11.x/posts/2024/2024-08-21-final-report-robin.html
@@ -8,7 +8,7 @@
- Google Summer of Code Final Work Product — FURY 0.12.0.dev58+gad0c3072 documentation
+ Google Summer of Code Final Work Product — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
diff --git a/v0.11.x/posts/2024/2024-08-21-wachiou-final-report.html b/v0.11.x/posts/2024/2024-08-21-wachiou-final-report.html
index a7521f1f4..866db6f1c 100644
--- a/v0.11.x/posts/2024/2024-08-21-wachiou-final-report.html
+++ b/v0.11.x/posts/2024/2024-08-21-wachiou-final-report.html
@@ -8,7 +8,7 @@
- Google Summer of Code Final Work Product — FURY 0.12.0.dev58+gad0c3072 documentation
+ Google Summer of Code Final Work Product — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
@@ -699,6 +699,14 @@ TimelineSkip to main content
+
+
+
+
+
+ Back to top
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ FURY 0.11.0 Released
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+FURY 0.11.0 Released
+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 on FURY github project.
+This Release is mainly a maintenance release. The major highlights of this release are:
+
+
+
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:
+
+On behalf of the FURY developers ,
+Serge K.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/v0.11.x/py-modindex.html b/v0.11.x/py-modindex.html
index fe9597072..9c50c19b1 100644
--- a/v0.11.x/py-modindex.html
+++ b/v0.11.x/py-modindex.html
@@ -7,7 +7,7 @@
- Python Module Index — FURY 0.12.0.dev58+gad0c3072 documentation
+ Python Module Index — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -43,7 +43,7 @@
-
+
diff --git a/v0.11.x/release-history.html b/v0.11.x/release-history.html
index 83ffca9f0..e54fdc1f2 100644
--- a/v0.11.x/release-history.html
+++ b/v0.11.x/release-history.html
@@ -8,7 +8,7 @@
- Release History — FURY 0.12.0.dev58+gad0c3072 documentation
+ Release History — FURY 0.12.0.dev62+gec5fc859 documentation
@@ -44,7 +44,7 @@
-
+
@@ -59,7 +59,7 @@
-
+
@@ -309,6 +309,7 @@
API Reference
Contributing
Release History