diff --git a/CHANGELOG.md b/CHANGELOG.md index d6dc6fd0..5bb07ce7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,45 @@ +## [0.9.0](https://github.com/ansys/ansys-tools-visualization-interface/releases/tag/v0.9.0) - April 15, 2025 + + +### Fixed + +- fix: issues on changelog formats [#233](https://github.com/ansys/ansys-tools-visualization-interface/pull/233) +- fix: Allow jupyter backend manual selection [#275](https://github.com/ansys/ansys-tools-visualization-interface/pull/275) + + +### Dependencies + +- build(deps): bump ansys-fluent-core from 0.28.1 to 0.28.2 in the general-dependencies group [#234](https://github.com/ansys/ansys-tools-visualization-interface/pull/234) +- build(deps): bump ansys-sphinx-theme from 1.2.4 to 1.2.6 in the doc-dependencies group [#235](https://github.com/ansys/ansys-tools-visualization-interface/pull/235) +- build(deps): bump pyside6 from 6.8.1 to 6.8.2 in the general-dependencies group [#238](https://github.com/ansys/ansys-tools-visualization-interface/pull/238) +- build(deps): bump the general-dependencies group with 2 updates [#240](https://github.com/ansys/ansys-tools-visualization-interface/pull/240), [#246](https://github.com/ansys/ansys-tools-visualization-interface/pull/246), [#274](https://github.com/ansys/ansys-tools-visualization-interface/pull/274) +- build(deps): bump the doc-dependencies group across 1 directory with 2 updates [#242](https://github.com/ansys/ansys-tools-visualization-interface/pull/242) +- build(deps): bump sphinx-gallery from 0.18.0 to 0.19.0 in the doc-dependencies group [#247](https://github.com/ansys/ansys-tools-visualization-interface/pull/247) +- build(deps): bump the doc-dependencies group with 3 updates [#253](https://github.com/ansys/ansys-tools-visualization-interface/pull/253) +- build(deps): bump pytest from 8.3.4 to 8.3.5 in the test-dependencies group [#256](https://github.com/ansys/ansys-tools-visualization-interface/pull/256) +- build(deps): bump sphinx from 8.2.1 to 8.2.3 in the doc-dependencies group [#257](https://github.com/ansys/ansys-tools-visualization-interface/pull/257) +- build(deps): bump ansys-fluent-core from 0.29.0 to 0.30.0 in the general-dependencies group [#262](https://github.com/ansys/ansys-tools-visualization-interface/pull/262) +- build(deps): bump ansys-fluent-core from 0.30.0 to 0.30.2 in the general-dependencies group [#264](https://github.com/ansys/ansys-tools-visualization-interface/pull/264) +- build(deps): bump pyside6 from 6.8.2.1 to 6.8.3 in the general-dependencies group [#266](https://github.com/ansys/ansys-tools-visualization-interface/pull/266) +- build(deps): bump pyside6 from 6.8.3 to 6.9.0 in the general-dependencies group [#269](https://github.com/ansys/ansys-tools-visualization-interface/pull/269) +- build(deps): bump pytest-cov from 6.0.0 to 6.1.1 in the test-dependencies group [#270](https://github.com/ansys/ansys-tools-visualization-interface/pull/270) +- build(deps): bump ansys/actions from 8 to 9 [#273](https://github.com/ansys/ansys-tools-visualization-interface/pull/273) + + +### Maintenance + +- chore: update CHANGELOG for v0.8.0 [#230](https://github.com/ansys/ansys-tools-visualization-interface/pull/230) +- chore: update CHANGELOG for v0.8.1 [#232](https://github.com/ansys/ansys-tools-visualization-interface/pull/232) +- [pre-commit.ci] pre-commit autoupdate [#236](https://github.com/ansys/ansys-tools-visualization-interface/pull/236), [#237](https://github.com/ansys/ansys-tools-visualization-interface/pull/237), [#239](https://github.com/ansys/ansys-tools-visualization-interface/pull/239), [#243](https://github.com/ansys/ansys-tools-visualization-interface/pull/243), [#254](https://github.com/ansys/ansys-tools-visualization-interface/pull/254), [#258](https://github.com/ansys/ansys-tools-visualization-interface/pull/258), [#260](https://github.com/ansys/ansys-tools-visualization-interface/pull/260), [#263](https://github.com/ansys/ansys-tools-visualization-interface/pull/263), [#265](https://github.com/ansys/ansys-tools-visualization-interface/pull/265), [#267](https://github.com/ansys/ansys-tools-visualization-interface/pull/267), [#272](https://github.com/ansys/ansys-tools-visualization-interface/pull/272), [#276](https://github.com/ansys/ansys-tools-visualization-interface/pull/276) +- maint: Update dev version [#248](https://github.com/ansys/ansys-tools-visualization-interface/pull/248) +- chore: update CHANGELOG for v0.8.3 [#251](https://github.com/ansys/ansys-tools-visualization-interface/pull/251) +- docs: Update ``CONTRIBUTORS.md`` with the latest contributors [#271](https://github.com/ansys/ansys-tools-visualization-interface/pull/271) + + +### Test + +- test: Add tests for dark mode [#229](https://github.com/ansys/ansys-tools-visualization-interface/pull/229) + ## [0.8.3](https://github.com/ansys/ansys-tools-visualization-interface/releases/tag/v0.8.3) - 2025-02-21 diff --git a/doc/changelog.d/229.test.md b/doc/changelog.d/229.test.md deleted file mode 100644 index 5a1ff79f..00000000 --- a/doc/changelog.d/229.test.md +++ /dev/null @@ -1 +0,0 @@ -test: Add tests for dark mode \ No newline at end of file diff --git a/doc/changelog.d/230.maintenance.md b/doc/changelog.d/230.maintenance.md deleted file mode 100644 index bf6ebae2..00000000 --- a/doc/changelog.d/230.maintenance.md +++ /dev/null @@ -1 +0,0 @@ -chore: update CHANGELOG for v0.8.0 \ No newline at end of file diff --git a/doc/changelog.d/232.maintenance.md b/doc/changelog.d/232.maintenance.md deleted file mode 100644 index e1ddf4c4..00000000 --- a/doc/changelog.d/232.maintenance.md +++ /dev/null @@ -1 +0,0 @@ -chore: update CHANGELOG for v0.8.1 \ No newline at end of file diff --git a/doc/changelog.d/233.fixed.md b/doc/changelog.d/233.fixed.md deleted file mode 100644 index 5fd9a3b5..00000000 --- a/doc/changelog.d/233.fixed.md +++ /dev/null @@ -1 +0,0 @@ -fix: issues on changelog formats \ No newline at end of file diff --git a/doc/changelog.d/234.dependencies.md b/doc/changelog.d/234.dependencies.md deleted file mode 100644 index 0e9f7333..00000000 --- a/doc/changelog.d/234.dependencies.md +++ /dev/null @@ -1 +0,0 @@ -build(deps): bump ansys-fluent-core from 0.28.1 to 0.28.2 in the general-dependencies group \ No newline at end of file diff --git a/doc/changelog.d/235.dependencies.md b/doc/changelog.d/235.dependencies.md deleted file mode 100644 index 35f58c1a..00000000 --- a/doc/changelog.d/235.dependencies.md +++ /dev/null @@ -1 +0,0 @@ -build(deps): bump ansys-sphinx-theme from 1.2.4 to 1.2.6 in the doc-dependencies group \ No newline at end of file diff --git a/doc/changelog.d/236.maintenance.md b/doc/changelog.d/236.maintenance.md deleted file mode 100644 index b42b2410..00000000 --- a/doc/changelog.d/236.maintenance.md +++ /dev/null @@ -1 +0,0 @@ -[pre-commit.ci] pre-commit autoupdate \ No newline at end of file diff --git a/doc/changelog.d/237.maintenance.md b/doc/changelog.d/237.maintenance.md deleted file mode 100644 index b42b2410..00000000 --- a/doc/changelog.d/237.maintenance.md +++ /dev/null @@ -1 +0,0 @@ -[pre-commit.ci] pre-commit autoupdate \ No newline at end of file diff --git a/doc/changelog.d/238.dependencies.md b/doc/changelog.d/238.dependencies.md deleted file mode 100644 index 5d811985..00000000 --- a/doc/changelog.d/238.dependencies.md +++ /dev/null @@ -1 +0,0 @@ -build(deps): bump pyside6 from 6.8.1 to 6.8.2 in the general-dependencies group \ No newline at end of file diff --git a/doc/changelog.d/239.maintenance.md b/doc/changelog.d/239.maintenance.md deleted file mode 100644 index b42b2410..00000000 --- a/doc/changelog.d/239.maintenance.md +++ /dev/null @@ -1 +0,0 @@ -[pre-commit.ci] pre-commit autoupdate \ No newline at end of file diff --git a/doc/changelog.d/240.dependencies.md b/doc/changelog.d/240.dependencies.md deleted file mode 100644 index de2edc51..00000000 --- a/doc/changelog.d/240.dependencies.md +++ /dev/null @@ -1 +0,0 @@ -build(deps): bump the general-dependencies group with 2 updates \ No newline at end of file diff --git a/doc/changelog.d/242.dependencies.md b/doc/changelog.d/242.dependencies.md deleted file mode 100644 index c7d5ea05..00000000 --- a/doc/changelog.d/242.dependencies.md +++ /dev/null @@ -1 +0,0 @@ -build(deps): bump the doc-dependencies group across 1 directory with 2 updates \ No newline at end of file diff --git a/doc/changelog.d/243.maintenance.md b/doc/changelog.d/243.maintenance.md deleted file mode 100644 index b42b2410..00000000 --- a/doc/changelog.d/243.maintenance.md +++ /dev/null @@ -1 +0,0 @@ -[pre-commit.ci] pre-commit autoupdate \ No newline at end of file diff --git a/doc/changelog.d/246.dependencies.md b/doc/changelog.d/246.dependencies.md deleted file mode 100644 index de2edc51..00000000 --- a/doc/changelog.d/246.dependencies.md +++ /dev/null @@ -1 +0,0 @@ -build(deps): bump the general-dependencies group with 2 updates \ No newline at end of file diff --git a/doc/changelog.d/247.dependencies.md b/doc/changelog.d/247.dependencies.md deleted file mode 100644 index 031cf0e2..00000000 --- a/doc/changelog.d/247.dependencies.md +++ /dev/null @@ -1 +0,0 @@ -build(deps): bump sphinx-gallery from 0.18.0 to 0.19.0 in the doc-dependencies group \ No newline at end of file diff --git a/doc/changelog.d/248.maintenance.md b/doc/changelog.d/248.maintenance.md deleted file mode 100644 index 2a891c74..00000000 --- a/doc/changelog.d/248.maintenance.md +++ /dev/null @@ -1 +0,0 @@ -maint: Update dev version \ No newline at end of file diff --git a/doc/changelog.d/251.maintenance.md b/doc/changelog.d/251.maintenance.md deleted file mode 100644 index 7d9bf4f7..00000000 --- a/doc/changelog.d/251.maintenance.md +++ /dev/null @@ -1 +0,0 @@ -chore: update CHANGELOG for v0.8.3 \ No newline at end of file diff --git a/doc/changelog.d/253.dependencies.md b/doc/changelog.d/253.dependencies.md deleted file mode 100644 index c8f5233d..00000000 --- a/doc/changelog.d/253.dependencies.md +++ /dev/null @@ -1 +0,0 @@ -build(deps): bump the doc-dependencies group with 3 updates \ No newline at end of file diff --git a/doc/changelog.d/254.maintenance.md b/doc/changelog.d/254.maintenance.md deleted file mode 100644 index b42b2410..00000000 --- a/doc/changelog.d/254.maintenance.md +++ /dev/null @@ -1 +0,0 @@ -[pre-commit.ci] pre-commit autoupdate \ No newline at end of file diff --git a/doc/changelog.d/256.dependencies.md b/doc/changelog.d/256.dependencies.md deleted file mode 100644 index f26bc519..00000000 --- a/doc/changelog.d/256.dependencies.md +++ /dev/null @@ -1 +0,0 @@ -build(deps): bump pytest from 8.3.4 to 8.3.5 in the test-dependencies group \ No newline at end of file diff --git a/doc/changelog.d/257.dependencies.md b/doc/changelog.d/257.dependencies.md deleted file mode 100644 index 4d741d49..00000000 --- a/doc/changelog.d/257.dependencies.md +++ /dev/null @@ -1 +0,0 @@ -build(deps): bump sphinx from 8.2.1 to 8.2.3 in the doc-dependencies group \ No newline at end of file diff --git a/doc/changelog.d/258.maintenance.md b/doc/changelog.d/258.maintenance.md deleted file mode 100644 index b42b2410..00000000 --- a/doc/changelog.d/258.maintenance.md +++ /dev/null @@ -1 +0,0 @@ -[pre-commit.ci] pre-commit autoupdate \ No newline at end of file diff --git a/doc/changelog.d/260.maintenance.md b/doc/changelog.d/260.maintenance.md deleted file mode 100644 index b42b2410..00000000 --- a/doc/changelog.d/260.maintenance.md +++ /dev/null @@ -1 +0,0 @@ -[pre-commit.ci] pre-commit autoupdate \ No newline at end of file diff --git a/doc/changelog.d/262.dependencies.md b/doc/changelog.d/262.dependencies.md deleted file mode 100644 index cbf383cd..00000000 --- a/doc/changelog.d/262.dependencies.md +++ /dev/null @@ -1 +0,0 @@ -build(deps): bump ansys-fluent-core from 0.29.0 to 0.30.0 in the general-dependencies group \ No newline at end of file diff --git a/doc/changelog.d/263.maintenance.md b/doc/changelog.d/263.maintenance.md deleted file mode 100644 index b42b2410..00000000 --- a/doc/changelog.d/263.maintenance.md +++ /dev/null @@ -1 +0,0 @@ -[pre-commit.ci] pre-commit autoupdate \ No newline at end of file diff --git a/doc/changelog.d/264.dependencies.md b/doc/changelog.d/264.dependencies.md deleted file mode 100644 index 229a8c59..00000000 --- a/doc/changelog.d/264.dependencies.md +++ /dev/null @@ -1 +0,0 @@ -build(deps): bump ansys-fluent-core from 0.30.0 to 0.30.2 in the general-dependencies group \ No newline at end of file diff --git a/doc/changelog.d/265.maintenance.md b/doc/changelog.d/265.maintenance.md deleted file mode 100644 index b42b2410..00000000 --- a/doc/changelog.d/265.maintenance.md +++ /dev/null @@ -1 +0,0 @@ -[pre-commit.ci] pre-commit autoupdate \ No newline at end of file diff --git a/doc/changelog.d/266.dependencies.md b/doc/changelog.d/266.dependencies.md deleted file mode 100644 index c210c8da..00000000 --- a/doc/changelog.d/266.dependencies.md +++ /dev/null @@ -1 +0,0 @@ -build(deps): bump pyside6 from 6.8.2.1 to 6.8.3 in the general-dependencies group \ No newline at end of file diff --git a/doc/changelog.d/267.maintenance.md b/doc/changelog.d/267.maintenance.md deleted file mode 100644 index b42b2410..00000000 --- a/doc/changelog.d/267.maintenance.md +++ /dev/null @@ -1 +0,0 @@ -[pre-commit.ci] pre-commit autoupdate \ No newline at end of file diff --git a/doc/changelog.d/269.dependencies.md b/doc/changelog.d/269.dependencies.md deleted file mode 100644 index eef592ab..00000000 --- a/doc/changelog.d/269.dependencies.md +++ /dev/null @@ -1 +0,0 @@ -build(deps): bump pyside6 from 6.8.3 to 6.9.0 in the general-dependencies group \ No newline at end of file diff --git a/doc/changelog.d/270.dependencies.md b/doc/changelog.d/270.dependencies.md deleted file mode 100644 index 5026a35c..00000000 --- a/doc/changelog.d/270.dependencies.md +++ /dev/null @@ -1 +0,0 @@ -build(deps): bump pytest-cov from 6.0.0 to 6.1.1 in the test-dependencies group \ No newline at end of file diff --git a/doc/changelog.d/271.maintenance.md b/doc/changelog.d/271.maintenance.md deleted file mode 100644 index 9e0131f2..00000000 --- a/doc/changelog.d/271.maintenance.md +++ /dev/null @@ -1 +0,0 @@ -docs: Update ``CONTRIBUTORS.md`` with the latest contributors \ No newline at end of file diff --git a/doc/changelog.d/272.maintenance.md b/doc/changelog.d/272.maintenance.md deleted file mode 100644 index b42b2410..00000000 --- a/doc/changelog.d/272.maintenance.md +++ /dev/null @@ -1 +0,0 @@ -[pre-commit.ci] pre-commit autoupdate \ No newline at end of file diff --git a/doc/changelog.d/273.dependencies.md b/doc/changelog.d/273.dependencies.md deleted file mode 100644 index 420b9632..00000000 --- a/doc/changelog.d/273.dependencies.md +++ /dev/null @@ -1 +0,0 @@ -build(deps): bump ansys/actions from 8 to 9 \ No newline at end of file diff --git a/doc/changelog.d/274.dependencies.md b/doc/changelog.d/274.dependencies.md deleted file mode 100644 index de2edc51..00000000 --- a/doc/changelog.d/274.dependencies.md +++ /dev/null @@ -1 +0,0 @@ -build(deps): bump the general-dependencies group with 2 updates \ No newline at end of file diff --git a/doc/changelog.d/275.fixed.md b/doc/changelog.d/275.fixed.md deleted file mode 100644 index 2b8ac8d3..00000000 --- a/doc/changelog.d/275.fixed.md +++ /dev/null @@ -1 +0,0 @@ -fix: Allow jupyter backend manual selection \ No newline at end of file diff --git a/doc/changelog.d/276.maintenance.md b/doc/changelog.d/276.maintenance.md deleted file mode 100644 index b42b2410..00000000 --- a/doc/changelog.d/276.maintenance.md +++ /dev/null @@ -1 +0,0 @@ -[pre-commit.ci] pre-commit autoupdate \ No newline at end of file diff --git a/doc/changelog.d/278.maintenance.md b/doc/changelog.d/278.maintenance.md new file mode 100644 index 00000000..a13e42c7 --- /dev/null +++ b/doc/changelog.d/278.maintenance.md @@ -0,0 +1 @@ +chore: update CHANGELOG for v0.9.0 \ No newline at end of file