diff --git a/AUTHORS.rst b/AUTHORS.rst index f7c7e9894..8be324fd2 100644 --- a/AUTHORS.rst +++ b/AUTHORS.rst @@ -105,3 +105,4 @@ Contributors * Pietro Astolfi * Yaroslav Halchenko * sailesh +* Akwasi Wireko diff --git a/docs/source/release-history.rst b/docs/source/release-history.rst index 40c98cf4b..62c6253ab 100644 --- a/docs/source/release-history.rst +++ b/docs/source/release-history.rst @@ -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/docs/source/release_notes/releasev0.12.0.rst b/docs/source/release_notes/releasev0.12.0.rst new file mode 100644 index 000000000..ef78368b3 --- /dev/null +++ b/docs/source/release_notes/releasev0.12.0.rst @@ -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