diff --git a/doc/changelog.d/4293.fixed.md b/doc/changelog.d/4293.fixed.md deleted file mode 100644 index 7798bf44e46..00000000000 --- a/doc/changelog.d/4293.fixed.md +++ /dev/null @@ -1 +0,0 @@ -Check access process on windows diff --git a/doc/changelog.d/4294.dependencies.md b/doc/changelog.d/4294.dependencies.md deleted file mode 100644 index ccb24cf59e3..00000000000 --- a/doc/changelog.d/4294.dependencies.md +++ /dev/null @@ -1 +0,0 @@ -Bump grpcio from 1.75.1 to 1.76.0 in the grpc-deps group diff --git a/doc/changelog.d/4295.maintenance.md b/doc/changelog.d/4295.maintenance.md deleted file mode 100644 index 9c2aea5a372..00000000000 --- a/doc/changelog.d/4295.maintenance.md +++ /dev/null @@ -1 +0,0 @@ -Pre-commit autoupdate diff --git a/doc/changelog.d/4304.dependencies.md b/doc/changelog.d/4304.dependencies.md deleted file mode 100644 index b49eef0e659..00000000000 --- a/doc/changelog.d/4304.dependencies.md +++ /dev/null @@ -1 +0,0 @@ -Bump pyfakefs from 5.10.0 to 5.10.2 diff --git a/doc/changelog.d/4308.maintenance.md b/doc/changelog.d/4308.maintenance.md deleted file mode 100644 index e54a2a4e261..00000000000 --- a/doc/changelog.d/4308.maintenance.md +++ /dev/null @@ -1 +0,0 @@ -Bump the actions group across 1 directory with 3 updates diff --git a/doc/changelog.d/4309.fixed.md b/doc/changelog.d/4309.fixed.md deleted file mode 100644 index 5816c778df8..00000000000 --- a/doc/changelog.d/4309.fixed.md +++ /dev/null @@ -1 +0,0 @@ -Mypy type checking issues across core modules diff --git a/doc/changelog.d/4325.maintenance.md b/doc/changelog.d/4325.maintenance.md deleted file mode 100644 index 12960af2e20..00000000000 --- a/doc/changelog.d/4325.maintenance.md +++ /dev/null @@ -1 +0,0 @@ -Update CHANGELOG for v0.71.2 diff --git a/doc/changelog.d/4327.dependencies.md b/doc/changelog.d/4327.dependencies.md deleted file mode 100644 index c42933ec117..00000000000 --- a/doc/changelog.d/4327.dependencies.md +++ /dev/null @@ -1 +0,0 @@ -Bump plotly from 6.4.0 to 6.5.0 in the documentation group diff --git a/doc/changelog.d/4328.dependencies.md b/doc/changelog.d/4328.dependencies.md deleted file mode 100644 index 0520b80891a..00000000000 --- a/doc/changelog.d/4328.dependencies.md +++ /dev/null @@ -1 +0,0 @@ -Bump the testing group with 3 updates diff --git a/doc/changelog.d/4329.miscellaneous.md b/doc/changelog.d/4329.miscellaneous.md deleted file mode 100644 index 66816e8df79..00000000000 --- a/doc/changelog.d/4329.miscellaneous.md +++ /dev/null @@ -1 +0,0 @@ -List_instances diff --git a/doc/changelog.d/4330.maintenance.md b/doc/changelog.d/4330.maintenance.md deleted file mode 100644 index cc5bbf76234..00000000000 --- a/doc/changelog.d/4330.maintenance.md +++ /dev/null @@ -1 +0,0 @@ -Update missing or outdated files diff --git a/doc/changelog.d/4333.maintenance.md b/doc/changelog.d/4333.maintenance.md deleted file mode 100644 index 9c2aea5a372..00000000000 --- a/doc/changelog.d/4333.maintenance.md +++ /dev/null @@ -1 +0,0 @@ -Pre-commit autoupdate diff --git a/doc/changelog.d/4334.maintenance.md b/doc/changelog.d/4334.maintenance.md deleted file mode 100644 index 5e7ae63aaf8..00000000000 --- a/doc/changelog.d/4334.maintenance.md +++ /dev/null @@ -1 +0,0 @@ -Bump actions/checkout from 5.0.0 to 6.0.0 in the actions group diff --git a/doc/changelog.d/4340.maintenance.md b/doc/changelog.d/4340.maintenance.md deleted file mode 100644 index 7563016eee2..00000000000 --- a/doc/changelog.d/4340.maintenance.md +++ /dev/null @@ -1 +0,0 @@ -Update vtk version to 9.5.2 in requirements and pyproject.toml diff --git a/doc/changelog.d/4341.maintenance.md b/doc/changelog.d/4341.maintenance.md new file mode 100644 index 00000000000..37be22fd077 --- /dev/null +++ b/doc/changelog.d/4341.maintenance.md @@ -0,0 +1 @@ +Update CHANGELOG for v0.71.3 diff --git a/doc/source/changelog.rst b/doc/source/changelog.rst index df7fd40f6e4..e6e23c57b9c 100644 --- a/doc/source/changelog.rst +++ b/doc/source/changelog.rst @@ -10,6 +10,81 @@ This document contains the release notes for the project. .. towncrier release notes start +.. _v0.71.3: + +`0.71.3 `_ - December 11, 2025 +==================================================================================================== + +.. tab-set:: + + + .. tab-item:: Fixed + + .. list-table:: + :header-rows: 0 + :widths: auto + + * - Check access process on windows + - `#4293 `_ + + * - Mypy type checking issues across core modules + - `#4309 `_ + + + .. tab-item:: Dependencies + + .. list-table:: + :header-rows: 0 + :widths: auto + + * - Bump grpcio from 1.75.1 to 1.76.0 in the grpc-deps group + - `#4294 `_ + + * - Bump pyfakefs from 5.10.0 to 5.10.2 + - `#4304 `_ + + * - Bump plotly from 6.4.0 to 6.5.0 in the documentation group + - `#4327 `_ + + * - Bump the testing group with 3 updates + - `#4328 `_ + + + .. tab-item:: Miscellaneous + + .. list-table:: + :header-rows: 0 + :widths: auto + + * - List_instances + - `#4329 `_ + + + .. tab-item:: Maintenance + + .. list-table:: + :header-rows: 0 + :widths: auto + + * - Pre-commit autoupdate + - `#4295 `_, `#4333 `_ + + * - Bump the actions group across 1 directory with 3 updates + - `#4308 `_ + + * - Update CHANGELOG for v0.71.2 + - `#4325 `_ + + * - Update missing or outdated files + - `#4330 `_ + + * - Bump actions/checkout from 5.0.0 to 6.0.0 in the actions group + - `#4334 `_ + + * - Update vtk version to 9.5.2 in requirements and pyproject.toml + - `#4340 `_ + + .. _v0.71.2: `0.71.2 `_ - November 26, 2025