Skip to content

Commit

Permalink
RF: Release preparation
Browse files Browse the repository at this point in the history
  • Loading branch information
skoudoro committed Dec 11, 2024
1 parent ad0c307 commit b30a665
Show file tree
Hide file tree
Showing 3 changed files with 89 additions and 0 deletions.
1 change: 1 addition & 0 deletions AUTHORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -105,3 +105,4 @@ Contributors
* Pietro Astolfi
* Yaroslav Halchenko
* sailesh
* Akwasi Wireko
1 change: 1 addition & 0 deletions docs/source/release-history.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
87 changes: 87 additions & 0 deletions docs/source/release_notes/releasev0.12.0.rst
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit b30a665

Please sign in to comment.