diff --git a/CHANGELOG.md b/CHANGELOG.md index 8040b0f4..c376e920 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,97 @@ +`0.5.0 `_ - 2024-10-31 + + +### Added + +- feat: add changelog and vulnerability check `#58 `_ +- feat: add dynamic scraper on docs `#86 `_ +- feat: Add interactive documentation `#92 `_ +- feat: Remove buttons on screenshot and static docs `#94 `_ +- feat: Add plane clip slider `#95 `_ +- feat: Add screenshot button `#96 `_ +- feat!: Add hover capabilities `#98 `_ +- feat: Add show/hide button for buttons `#99 `_ +- feat: allow for multi_colors argument in plotting options `#118 `_ +- fix: preserve access order using dictionary and adapt show to already existing objects `#175 `_ +- feat: Add StructuredGrid support `#180 `_ + + +### Changed + +- [pre-commit.ci] pre-commit autoupdate `#53 `_, `#70 `_, `#83 `_, `#85 `_, `#89 `_, `#90 `_, `#101 `_, `#109 `_, `#115 `_, `#123 `_ +- ci: enable proper Codecov upload `#68 `_ +- maint: Add CODEOWNERS file `#76 `_ +- maint: Add project URLs to toml `#77 `_ +- maint: Upload PDF documentation `#80 `_ +- fix: Add details to contributing guide `#81 `_ +- maint: Upload to PyPI as trusted publisher `#82 `_ +- Added postprocessing visualization example. `#112 `_ +- maint: Drop 3.9 support `#122 `_ + + +### Fixed + +- fix: Ignore pickle vulnerability `#62 `_ +- fix: Fix support for interactive documentation `#63 `_ +- fix: usage of global vars throughout the library `#65 `_ +- fix: Off_screen not working properly `#71 `_ +- fix: Bug in MeshObject clipping `#73 `_ +- fix: Rename built in shadowing variables `#75 `_ +- fix: dynamic scraper via vtk-osmesa `#88 `_ +- fix: Search not working `#93 `_ +- fix: Buttons still appearing in doc `#97 `_ +- fix: Vue version alignment `#103 `_ +- fix: Hovering issues `#104 `_ +- fix: Allow PyVista HTML jupyter backend `#119 `_ +- fix: Remove Jupyter warning `#135 `_ +- fix: Missing support for unstructured grid types `#140 `_ +- fix: UnstructuredGrid not working with clipping plane widget `#142 `_ +- fix: Remove please from AUTHORS file `#154 `_ +- fix: Contributors file template `#156 `_ +- fix: update labeler and ci_cd to use email and username `#164 `_ +- fix: Missing non initialized variable `#165 `_ +- fix: handle properly multi_colors=False `#172 `_ +- fix: Changelog action failing on release `#178 `_ +- fix: Reduce import time of the library `#179 `_ + + +### Dependencies + +- build(deps): bump ansys-sphinx-theme from 0.16.2 to 0.16.5 in the doc-dependencies group `#69 `_ +- build(deps): bump pytest from 8.2.1 to 8.2.2 in the test-dependencies group `#72 `_ +- build(deps): bump the doc-dependencies group with 2 updates `#84 `_, `#121 `_, `#128 `_, `#176 `_ +- build(deps): bump jupytext from 1.16.2 to 1.16.3 in the general-dependencies group `#100 `_ +- build(deps): bump pytest from 8.2.2 to 8.3.1 in the test-dependencies group `#105 `_ +- build(deps): bump the doc-dependencies group with 3 updates `#106 `_, `#124 `_, `#167 `_ +- build(deps): bump pytest from 8.3.1 to 8.3.2 in the test-dependencies group `#113 `_ +- build(deps): bump sphinx-autoapi from 3.2.0 to 3.2.1 in the doc-dependencies group `#114 `_ +- build(deps): bump jupytext from 1.16.3 to 1.16.4 in the general-dependencies group `#120 `_ +- build(deps): bump ansys/actions from 6 to 7 `#125 `_ +- build(deps): bump ansys-fluent-core from 0.22.0 to 0.24.0 in the general-dependencies group `#127 `_ +- build(deps): bump the general-dependencies group with 2 updates `#131 `_ +- build(deps): bump sphinx-autoapi from 3.2.1 to 3.3.1 in the doc-dependencies group `#137 `_ +- build(deps): bump ansys-fluent-core from 0.24.2 to 0.25.0 in the general-dependencies group `#143 `_ +- build(deps): bump ansys-sphinx-theme from 1.0.7 to 1.0.8 in the doc-dependencies group `#144 `_ +- build(deps): bump ansys-fluent-core from 0.25.0 to 0.26.0 in the general-dependencies group `#146 `_ +- build(deps): bump pytest from 8.3.2 to 8.3.3 in the test-dependencies group `#147 `_ +- build(deps): bump ansys-sphinx-theme from 1.0.8 to 1.0.11 in the doc-dependencies group `#149 `_ +- build(deps): bump sphinx-autoapi from 3.3.1 to 3.3.2 in the doc-dependencies group `#151 `_ +- build(deps): bump ansys-sphinx-theme from 1.0.11 to 1.1.2 in the doc-dependencies group `#158 `_ +- build(deps): bump ansys-fluent-core from 0.26.0 to 0.26.1 in the general-dependencies group `#166 `_ +- build(deps): bump ansys-sphinx-theme from 1.1.3 to 1.1.6 in the doc-dependencies group `#171 `_ + + +### Documentation + +- build(deps): bump ansys-sphinx-theme from 1.0.5 to 1.0.7 in the doc-dependencies group `#132 `_ + + +### Maintenance + +- [pre-commit.ci] pre-commit autoupdate `#126 `_, `#129 `_, `#133 `_, `#138 `_, `#145 `_, `#148 `_, `#150 `_, `#152 `_, `#163 `_, `#168 `_, `#174 `_, `#177 `_ +- fix: Remove deprecated name checking action `#159 `_ +- maint: add hacktoberfest labels `#161 `_ + This project uses [towncrier](https://towncrier.readthedocs.io/) and the changes for the upcoming release can be found in . \ No newline at end of file diff --git a/doc/changelog.d/100.dependencies.md b/doc/changelog.d/100.dependencies.md deleted file mode 100644 index 2b22ab12..00000000 --- a/doc/changelog.d/100.dependencies.md +++ /dev/null @@ -1 +0,0 @@ -build(deps): bump jupytext from 1.16.2 to 1.16.3 in the general-dependencies group \ No newline at end of file diff --git a/doc/changelog.d/101.changed.md b/doc/changelog.d/101.changed.md deleted file mode 100644 index b42b2410..00000000 --- a/doc/changelog.d/101.changed.md +++ /dev/null @@ -1 +0,0 @@ -[pre-commit.ci] pre-commit autoupdate \ No newline at end of file diff --git a/doc/changelog.d/103.fixed.md b/doc/changelog.d/103.fixed.md deleted file mode 100644 index fcb8f0c0..00000000 --- a/doc/changelog.d/103.fixed.md +++ /dev/null @@ -1 +0,0 @@ -fix: Vue version alignment \ No newline at end of file diff --git a/doc/changelog.d/104.fixed.md b/doc/changelog.d/104.fixed.md deleted file mode 100644 index bacf3b02..00000000 --- a/doc/changelog.d/104.fixed.md +++ /dev/null @@ -1 +0,0 @@ -fix: Hovering issues \ No newline at end of file diff --git a/doc/changelog.d/105.dependencies.md b/doc/changelog.d/105.dependencies.md deleted file mode 100644 index c412d2c7..00000000 --- a/doc/changelog.d/105.dependencies.md +++ /dev/null @@ -1 +0,0 @@ -build(deps): bump pytest from 8.2.2 to 8.3.1 in the test-dependencies group \ No newline at end of file diff --git a/doc/changelog.d/106.dependencies.md b/doc/changelog.d/106.dependencies.md deleted file mode 100644 index c8f5233d..00000000 --- a/doc/changelog.d/106.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/109.changed.md b/doc/changelog.d/109.changed.md deleted file mode 100644 index b42b2410..00000000 --- a/doc/changelog.d/109.changed.md +++ /dev/null @@ -1 +0,0 @@ -[pre-commit.ci] pre-commit autoupdate \ No newline at end of file diff --git a/doc/changelog.d/112.changed.md b/doc/changelog.d/112.changed.md deleted file mode 100644 index 23bff419..00000000 --- a/doc/changelog.d/112.changed.md +++ /dev/null @@ -1 +0,0 @@ -Added postprocessing visualization example. \ No newline at end of file diff --git a/doc/changelog.d/113.dependencies.md b/doc/changelog.d/113.dependencies.md deleted file mode 100644 index 99b1d890..00000000 --- a/doc/changelog.d/113.dependencies.md +++ /dev/null @@ -1 +0,0 @@ -build(deps): bump pytest from 8.3.1 to 8.3.2 in the test-dependencies group \ No newline at end of file diff --git a/doc/changelog.d/114.dependencies.md b/doc/changelog.d/114.dependencies.md deleted file mode 100644 index 8d7b3c71..00000000 --- a/doc/changelog.d/114.dependencies.md +++ /dev/null @@ -1 +0,0 @@ -build(deps): bump sphinx-autoapi from 3.2.0 to 3.2.1 in the doc-dependencies group \ No newline at end of file diff --git a/doc/changelog.d/115.changed.md b/doc/changelog.d/115.changed.md deleted file mode 100644 index b42b2410..00000000 --- a/doc/changelog.d/115.changed.md +++ /dev/null @@ -1 +0,0 @@ -[pre-commit.ci] pre-commit autoupdate \ No newline at end of file diff --git a/doc/changelog.d/118.added.md b/doc/changelog.d/118.added.md deleted file mode 100644 index 73300397..00000000 --- a/doc/changelog.d/118.added.md +++ /dev/null @@ -1 +0,0 @@ -feat: allow for multi_colors argument in plotting options \ No newline at end of file diff --git a/doc/changelog.d/119.fixed.md b/doc/changelog.d/119.fixed.md deleted file mode 100644 index 803394b1..00000000 --- a/doc/changelog.d/119.fixed.md +++ /dev/null @@ -1 +0,0 @@ -fix: Allow PyVista HTML jupyter backend \ No newline at end of file diff --git a/doc/changelog.d/120.dependencies.md b/doc/changelog.d/120.dependencies.md deleted file mode 100644 index b8998ed7..00000000 --- a/doc/changelog.d/120.dependencies.md +++ /dev/null @@ -1 +0,0 @@ -build(deps): bump jupytext from 1.16.3 to 1.16.4 in the general-dependencies group \ No newline at end of file diff --git a/doc/changelog.d/121.dependencies.md b/doc/changelog.d/121.dependencies.md deleted file mode 100644 index 985385c5..00000000 --- a/doc/changelog.d/121.dependencies.md +++ /dev/null @@ -1 +0,0 @@ -build(deps): bump the doc-dependencies group with 2 updates \ No newline at end of file diff --git a/doc/changelog.d/122.changed.md b/doc/changelog.d/122.changed.md deleted file mode 100644 index 80a1e440..00000000 --- a/doc/changelog.d/122.changed.md +++ /dev/null @@ -1 +0,0 @@ -maint: Drop 3.9 support \ No newline at end of file diff --git a/doc/changelog.d/123.changed.md b/doc/changelog.d/123.changed.md deleted file mode 100644 index b42b2410..00000000 --- a/doc/changelog.d/123.changed.md +++ /dev/null @@ -1 +0,0 @@ -[pre-commit.ci] pre-commit autoupdate \ No newline at end of file diff --git a/doc/changelog.d/124.dependencies.md b/doc/changelog.d/124.dependencies.md deleted file mode 100644 index c8f5233d..00000000 --- a/doc/changelog.d/124.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/125.dependencies.md b/doc/changelog.d/125.dependencies.md deleted file mode 100644 index 54484ab8..00000000 --- a/doc/changelog.d/125.dependencies.md +++ /dev/null @@ -1 +0,0 @@ -build(deps): bump ansys/actions from 6 to 7 \ No newline at end of file diff --git a/doc/changelog.d/126.maintenance.md b/doc/changelog.d/126.maintenance.md deleted file mode 100644 index b42b2410..00000000 --- a/doc/changelog.d/126.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/127.dependencies.md b/doc/changelog.d/127.dependencies.md deleted file mode 100644 index 45a289c7..00000000 --- a/doc/changelog.d/127.dependencies.md +++ /dev/null @@ -1 +0,0 @@ -build(deps): bump ansys-fluent-core from 0.22.0 to 0.24.0 in the general-dependencies group \ No newline at end of file diff --git a/doc/changelog.d/128.dependencies.md b/doc/changelog.d/128.dependencies.md deleted file mode 100644 index 985385c5..00000000 --- a/doc/changelog.d/128.dependencies.md +++ /dev/null @@ -1 +0,0 @@ -build(deps): bump the doc-dependencies group with 2 updates \ No newline at end of file diff --git a/doc/changelog.d/129.maintenance.md b/doc/changelog.d/129.maintenance.md deleted file mode 100644 index b42b2410..00000000 --- a/doc/changelog.d/129.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/131.dependencies.md b/doc/changelog.d/131.dependencies.md deleted file mode 100644 index de2edc51..00000000 --- a/doc/changelog.d/131.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/132.documentation.md b/doc/changelog.d/132.documentation.md deleted file mode 100644 index 7736cb0b..00000000 --- a/doc/changelog.d/132.documentation.md +++ /dev/null @@ -1 +0,0 @@ -build(deps): bump ansys-sphinx-theme from 1.0.5 to 1.0.7 in the doc-dependencies group \ No newline at end of file diff --git a/doc/changelog.d/133.maintenance.md b/doc/changelog.d/133.maintenance.md deleted file mode 100644 index b42b2410..00000000 --- a/doc/changelog.d/133.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/135.fixed.md b/doc/changelog.d/135.fixed.md deleted file mode 100644 index d66b1741..00000000 --- a/doc/changelog.d/135.fixed.md +++ /dev/null @@ -1 +0,0 @@ -fix: Remove Jupyter warning \ No newline at end of file diff --git a/doc/changelog.d/137.dependencies.md b/doc/changelog.d/137.dependencies.md deleted file mode 100644 index a4bd9384..00000000 --- a/doc/changelog.d/137.dependencies.md +++ /dev/null @@ -1 +0,0 @@ -build(deps): bump sphinx-autoapi from 3.2.1 to 3.3.1 in the doc-dependencies group \ No newline at end of file diff --git a/doc/changelog.d/138.maintenance.md b/doc/changelog.d/138.maintenance.md deleted file mode 100644 index b42b2410..00000000 --- a/doc/changelog.d/138.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/140.fixed.md b/doc/changelog.d/140.fixed.md deleted file mode 100644 index 7f1d1a30..00000000 --- a/doc/changelog.d/140.fixed.md +++ /dev/null @@ -1 +0,0 @@ -fix: Missing support for unstructured grid types \ No newline at end of file diff --git a/doc/changelog.d/142.fixed.md b/doc/changelog.d/142.fixed.md deleted file mode 100644 index e8b69c42..00000000 --- a/doc/changelog.d/142.fixed.md +++ /dev/null @@ -1 +0,0 @@ -fix: UnstructuredGrid not working with clipping plane widget \ No newline at end of file diff --git a/doc/changelog.d/143.dependencies.md b/doc/changelog.d/143.dependencies.md deleted file mode 100644 index e8634606..00000000 --- a/doc/changelog.d/143.dependencies.md +++ /dev/null @@ -1 +0,0 @@ -build(deps): bump ansys-fluent-core from 0.24.2 to 0.25.0 in the general-dependencies group \ No newline at end of file diff --git a/doc/changelog.d/144.dependencies.md b/doc/changelog.d/144.dependencies.md deleted file mode 100644 index 1b232408..00000000 --- a/doc/changelog.d/144.dependencies.md +++ /dev/null @@ -1 +0,0 @@ -build(deps): bump ansys-sphinx-theme from 1.0.7 to 1.0.8 in the doc-dependencies group \ No newline at end of file diff --git a/doc/changelog.d/145.maintenance.md b/doc/changelog.d/145.maintenance.md deleted file mode 100644 index b42b2410..00000000 --- a/doc/changelog.d/145.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/146.dependencies.md b/doc/changelog.d/146.dependencies.md deleted file mode 100644 index debee9e7..00000000 --- a/doc/changelog.d/146.dependencies.md +++ /dev/null @@ -1 +0,0 @@ -build(deps): bump ansys-fluent-core from 0.25.0 to 0.26.0 in the general-dependencies group \ No newline at end of file diff --git a/doc/changelog.d/147.dependencies.md b/doc/changelog.d/147.dependencies.md deleted file mode 100644 index 344b113a..00000000 --- a/doc/changelog.d/147.dependencies.md +++ /dev/null @@ -1 +0,0 @@ -build(deps): bump pytest from 8.3.2 to 8.3.3 in the test-dependencies group \ No newline at end of file diff --git a/doc/changelog.d/148.maintenance.md b/doc/changelog.d/148.maintenance.md deleted file mode 100644 index b42b2410..00000000 --- a/doc/changelog.d/148.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/149.dependencies.md b/doc/changelog.d/149.dependencies.md deleted file mode 100644 index ad3b284d..00000000 --- a/doc/changelog.d/149.dependencies.md +++ /dev/null @@ -1 +0,0 @@ -build(deps): bump ansys-sphinx-theme from 1.0.8 to 1.0.11 in the doc-dependencies group \ No newline at end of file diff --git a/doc/changelog.d/150.maintenance.md b/doc/changelog.d/150.maintenance.md deleted file mode 100644 index b42b2410..00000000 --- a/doc/changelog.d/150.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/151.dependencies.md b/doc/changelog.d/151.dependencies.md deleted file mode 100644 index 0fd41dcf..00000000 --- a/doc/changelog.d/151.dependencies.md +++ /dev/null @@ -1 +0,0 @@ -build(deps): bump sphinx-autoapi from 3.3.1 to 3.3.2 in the doc-dependencies group \ No newline at end of file diff --git a/doc/changelog.d/152.maintenance.md b/doc/changelog.d/152.maintenance.md deleted file mode 100644 index b42b2410..00000000 --- a/doc/changelog.d/152.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/154.fixed.md b/doc/changelog.d/154.fixed.md deleted file mode 100644 index b4b588af..00000000 --- a/doc/changelog.d/154.fixed.md +++ /dev/null @@ -1 +0,0 @@ -fix: Remove please from AUTHORS file \ No newline at end of file diff --git a/doc/changelog.d/156.fixed.md b/doc/changelog.d/156.fixed.md deleted file mode 100644 index 6a60f870..00000000 --- a/doc/changelog.d/156.fixed.md +++ /dev/null @@ -1 +0,0 @@ -fix: Contributors file template \ No newline at end of file diff --git a/doc/changelog.d/158.dependencies.md b/doc/changelog.d/158.dependencies.md deleted file mode 100644 index 90399e1c..00000000 --- a/doc/changelog.d/158.dependencies.md +++ /dev/null @@ -1 +0,0 @@ -build(deps): bump ansys-sphinx-theme from 1.0.11 to 1.1.2 in the doc-dependencies group \ No newline at end of file diff --git a/doc/changelog.d/159.maintenance.md b/doc/changelog.d/159.maintenance.md deleted file mode 100644 index 51835e19..00000000 --- a/doc/changelog.d/159.maintenance.md +++ /dev/null @@ -1 +0,0 @@ -fix: Remove deprecated name checking action \ No newline at end of file diff --git a/doc/changelog.d/161.maintenance.md b/doc/changelog.d/161.maintenance.md deleted file mode 100644 index b2460aab..00000000 --- a/doc/changelog.d/161.maintenance.md +++ /dev/null @@ -1 +0,0 @@ -maint: add hacktoberfest labels \ No newline at end of file diff --git a/doc/changelog.d/163.maintenance.md b/doc/changelog.d/163.maintenance.md deleted file mode 100644 index b42b2410..00000000 --- a/doc/changelog.d/163.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/164.fixed.md b/doc/changelog.d/164.fixed.md deleted file mode 100644 index 339ee929..00000000 --- a/doc/changelog.d/164.fixed.md +++ /dev/null @@ -1 +0,0 @@ -fix: update labeler and ci_cd to use email and username \ No newline at end of file diff --git a/doc/changelog.d/165.fixed.md b/doc/changelog.d/165.fixed.md deleted file mode 100644 index dc41bba6..00000000 --- a/doc/changelog.d/165.fixed.md +++ /dev/null @@ -1 +0,0 @@ -fix: Missing non initialized variable \ No newline at end of file diff --git a/doc/changelog.d/166.dependencies.md b/doc/changelog.d/166.dependencies.md deleted file mode 100644 index 7c2e8b81..00000000 --- a/doc/changelog.d/166.dependencies.md +++ /dev/null @@ -1 +0,0 @@ -build(deps): bump ansys-fluent-core from 0.26.0 to 0.26.1 in the general-dependencies group \ No newline at end of file diff --git a/doc/changelog.d/167.dependencies.md b/doc/changelog.d/167.dependencies.md deleted file mode 100644 index c8f5233d..00000000 --- a/doc/changelog.d/167.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/168.maintenance.md b/doc/changelog.d/168.maintenance.md deleted file mode 100644 index b42b2410..00000000 --- a/doc/changelog.d/168.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/171.dependencies.md b/doc/changelog.d/171.dependencies.md deleted file mode 100644 index 325d9396..00000000 --- a/doc/changelog.d/171.dependencies.md +++ /dev/null @@ -1 +0,0 @@ -build(deps): bump ansys-sphinx-theme from 1.1.3 to 1.1.6 in the doc-dependencies group \ No newline at end of file diff --git a/doc/changelog.d/172.fixed.md b/doc/changelog.d/172.fixed.md deleted file mode 100644 index 4476ffce..00000000 --- a/doc/changelog.d/172.fixed.md +++ /dev/null @@ -1 +0,0 @@ -fix: handle properly multi_colors=False \ No newline at end of file diff --git a/doc/changelog.d/174.maintenance.md b/doc/changelog.d/174.maintenance.md deleted file mode 100644 index b42b2410..00000000 --- a/doc/changelog.d/174.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/175.added.md b/doc/changelog.d/175.added.md deleted file mode 100644 index e13daa52..00000000 --- a/doc/changelog.d/175.added.md +++ /dev/null @@ -1 +0,0 @@ -fix: preserve access order using dictionary and adapt show to already existing objects \ No newline at end of file diff --git a/doc/changelog.d/176.dependencies.md b/doc/changelog.d/176.dependencies.md deleted file mode 100644 index 985385c5..00000000 --- a/doc/changelog.d/176.dependencies.md +++ /dev/null @@ -1 +0,0 @@ -build(deps): bump the doc-dependencies group with 2 updates \ No newline at end of file diff --git a/doc/changelog.d/177.maintenance.md b/doc/changelog.d/177.maintenance.md deleted file mode 100644 index b42b2410..00000000 --- a/doc/changelog.d/177.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/178.fixed.md b/doc/changelog.d/178.fixed.md deleted file mode 100644 index d45951a0..00000000 --- a/doc/changelog.d/178.fixed.md +++ /dev/null @@ -1 +0,0 @@ -fix: Changelog action failing on release \ No newline at end of file diff --git a/doc/changelog.d/179.fixed.md b/doc/changelog.d/179.fixed.md deleted file mode 100644 index 67736977..00000000 --- a/doc/changelog.d/179.fixed.md +++ /dev/null @@ -1 +0,0 @@ -fix: Reduce import time of the library \ No newline at end of file diff --git a/doc/changelog.d/180.added.md b/doc/changelog.d/180.added.md deleted file mode 100644 index 13fa32fa..00000000 --- a/doc/changelog.d/180.added.md +++ /dev/null @@ -1 +0,0 @@ -feat: Add StructuredGrid support \ No newline at end of file diff --git a/doc/changelog.d/181.maintenance.md b/doc/changelog.d/181.maintenance.md new file mode 100644 index 00000000..22d7187f --- /dev/null +++ b/doc/changelog.d/181.maintenance.md @@ -0,0 +1 @@ +chore: update CHANGELOG for v0.5.0 \ No newline at end of file diff --git a/doc/changelog.d/53.changed.md b/doc/changelog.d/53.changed.md deleted file mode 100644 index b42b2410..00000000 --- a/doc/changelog.d/53.changed.md +++ /dev/null @@ -1 +0,0 @@ -[pre-commit.ci] pre-commit autoupdate \ No newline at end of file diff --git a/doc/changelog.d/58.added.md b/doc/changelog.d/58.added.md deleted file mode 100644 index 66e50ac8..00000000 --- a/doc/changelog.d/58.added.md +++ /dev/null @@ -1 +0,0 @@ -feat: add changelog and vulnerability check \ No newline at end of file diff --git a/doc/changelog.d/62.fixed.md b/doc/changelog.d/62.fixed.md deleted file mode 100644 index 9988e6cc..00000000 --- a/doc/changelog.d/62.fixed.md +++ /dev/null @@ -1 +0,0 @@ -fix: Ignore pickle vulnerability \ No newline at end of file diff --git a/doc/changelog.d/63.fixed.md b/doc/changelog.d/63.fixed.md deleted file mode 100644 index f31de6a5..00000000 --- a/doc/changelog.d/63.fixed.md +++ /dev/null @@ -1 +0,0 @@ -fix: Fix support for interactive documentation \ No newline at end of file diff --git a/doc/changelog.d/65.fixed.md b/doc/changelog.d/65.fixed.md deleted file mode 100644 index e93be785..00000000 --- a/doc/changelog.d/65.fixed.md +++ /dev/null @@ -1 +0,0 @@ -fix: usage of global vars throughout the library \ No newline at end of file diff --git a/doc/changelog.d/68.changed.md b/doc/changelog.d/68.changed.md deleted file mode 100644 index 2768d798..00000000 --- a/doc/changelog.d/68.changed.md +++ /dev/null @@ -1 +0,0 @@ -ci: enable proper Codecov upload \ No newline at end of file diff --git a/doc/changelog.d/69.dependencies.md b/doc/changelog.d/69.dependencies.md deleted file mode 100644 index 0ffd15b4..00000000 --- a/doc/changelog.d/69.dependencies.md +++ /dev/null @@ -1 +0,0 @@ -build(deps): bump ansys-sphinx-theme from 0.16.2 to 0.16.5 in the doc-dependencies group \ No newline at end of file diff --git a/doc/changelog.d/70.changed.md b/doc/changelog.d/70.changed.md deleted file mode 100644 index b42b2410..00000000 --- a/doc/changelog.d/70.changed.md +++ /dev/null @@ -1 +0,0 @@ -[pre-commit.ci] pre-commit autoupdate \ No newline at end of file diff --git a/doc/changelog.d/71.fixed.md b/doc/changelog.d/71.fixed.md deleted file mode 100644 index 5ba2f3bc..00000000 --- a/doc/changelog.d/71.fixed.md +++ /dev/null @@ -1 +0,0 @@ -fix: Off_screen not working properly \ No newline at end of file diff --git a/doc/changelog.d/72.dependencies.md b/doc/changelog.d/72.dependencies.md deleted file mode 100644 index de3b6092..00000000 --- a/doc/changelog.d/72.dependencies.md +++ /dev/null @@ -1 +0,0 @@ -build(deps): bump pytest from 8.2.1 to 8.2.2 in the test-dependencies group \ No newline at end of file diff --git a/doc/changelog.d/73.fixed.md b/doc/changelog.d/73.fixed.md deleted file mode 100644 index 2182d2db..00000000 --- a/doc/changelog.d/73.fixed.md +++ /dev/null @@ -1 +0,0 @@ -fix: Bug in MeshObject clipping \ No newline at end of file diff --git a/doc/changelog.d/75.fixed.md b/doc/changelog.d/75.fixed.md deleted file mode 100644 index e2c3574c..00000000 --- a/doc/changelog.d/75.fixed.md +++ /dev/null @@ -1 +0,0 @@ -fix: Rename built in shadowing variables \ No newline at end of file diff --git a/doc/changelog.d/76.changed.md b/doc/changelog.d/76.changed.md deleted file mode 100644 index e2971ca4..00000000 --- a/doc/changelog.d/76.changed.md +++ /dev/null @@ -1 +0,0 @@ -maint: Add CODEOWNERS file \ No newline at end of file diff --git a/doc/changelog.d/77.changed.md b/doc/changelog.d/77.changed.md deleted file mode 100644 index 0c5edc1c..00000000 --- a/doc/changelog.d/77.changed.md +++ /dev/null @@ -1 +0,0 @@ -maint: Add project URLs to toml \ No newline at end of file diff --git a/doc/changelog.d/80.changed.md b/doc/changelog.d/80.changed.md deleted file mode 100644 index d0374064..00000000 --- a/doc/changelog.d/80.changed.md +++ /dev/null @@ -1 +0,0 @@ -maint: Upload PDF documentation \ No newline at end of file diff --git a/doc/changelog.d/81.changed.md b/doc/changelog.d/81.changed.md deleted file mode 100644 index b3dee6d5..00000000 --- a/doc/changelog.d/81.changed.md +++ /dev/null @@ -1 +0,0 @@ -fix: Add details to contributing guide \ No newline at end of file diff --git a/doc/changelog.d/82.changed.md b/doc/changelog.d/82.changed.md deleted file mode 100644 index 75d2a387..00000000 --- a/doc/changelog.d/82.changed.md +++ /dev/null @@ -1 +0,0 @@ -maint: Upload to PyPI as trusted publisher \ No newline at end of file diff --git a/doc/changelog.d/83.changed.md b/doc/changelog.d/83.changed.md deleted file mode 100644 index b42b2410..00000000 --- a/doc/changelog.d/83.changed.md +++ /dev/null @@ -1 +0,0 @@ -[pre-commit.ci] pre-commit autoupdate \ No newline at end of file diff --git a/doc/changelog.d/84.dependencies.md b/doc/changelog.d/84.dependencies.md deleted file mode 100644 index 985385c5..00000000 --- a/doc/changelog.d/84.dependencies.md +++ /dev/null @@ -1 +0,0 @@ -build(deps): bump the doc-dependencies group with 2 updates \ No newline at end of file diff --git a/doc/changelog.d/85.changed.md b/doc/changelog.d/85.changed.md deleted file mode 100644 index b42b2410..00000000 --- a/doc/changelog.d/85.changed.md +++ /dev/null @@ -1 +0,0 @@ -[pre-commit.ci] pre-commit autoupdate \ No newline at end of file diff --git a/doc/changelog.d/86.added.md b/doc/changelog.d/86.added.md deleted file mode 100644 index ae5c19fc..00000000 --- a/doc/changelog.d/86.added.md +++ /dev/null @@ -1 +0,0 @@ -feat: add dynamic scraper on docs \ No newline at end of file diff --git a/doc/changelog.d/88.fixed.md b/doc/changelog.d/88.fixed.md deleted file mode 100644 index 36c66734..00000000 --- a/doc/changelog.d/88.fixed.md +++ /dev/null @@ -1 +0,0 @@ -fix: dynamic scraper via vtk-osmesa \ No newline at end of file diff --git a/doc/changelog.d/89.changed.md b/doc/changelog.d/89.changed.md deleted file mode 100644 index b42b2410..00000000 --- a/doc/changelog.d/89.changed.md +++ /dev/null @@ -1 +0,0 @@ -[pre-commit.ci] pre-commit autoupdate \ No newline at end of file diff --git a/doc/changelog.d/90.changed.md b/doc/changelog.d/90.changed.md deleted file mode 100644 index b42b2410..00000000 --- a/doc/changelog.d/90.changed.md +++ /dev/null @@ -1 +0,0 @@ -[pre-commit.ci] pre-commit autoupdate \ No newline at end of file diff --git a/doc/changelog.d/92.added.md b/doc/changelog.d/92.added.md deleted file mode 100644 index d0447c54..00000000 --- a/doc/changelog.d/92.added.md +++ /dev/null @@ -1 +0,0 @@ -feat: Add interactive documentation \ No newline at end of file diff --git a/doc/changelog.d/93.fixed.md b/doc/changelog.d/93.fixed.md deleted file mode 100644 index 3d987248..00000000 --- a/doc/changelog.d/93.fixed.md +++ /dev/null @@ -1 +0,0 @@ -fix: Search not working \ No newline at end of file diff --git a/doc/changelog.d/94.added.md b/doc/changelog.d/94.added.md deleted file mode 100644 index ed0221f5..00000000 --- a/doc/changelog.d/94.added.md +++ /dev/null @@ -1 +0,0 @@ -feat: Remove buttons on screenshot and static docs \ No newline at end of file diff --git a/doc/changelog.d/95.added.md b/doc/changelog.d/95.added.md deleted file mode 100644 index 39767e74..00000000 --- a/doc/changelog.d/95.added.md +++ /dev/null @@ -1 +0,0 @@ -feat: Add plane clip slider \ No newline at end of file diff --git a/doc/changelog.d/96.added.md b/doc/changelog.d/96.added.md deleted file mode 100644 index 7b2db608..00000000 --- a/doc/changelog.d/96.added.md +++ /dev/null @@ -1 +0,0 @@ -feat: Add screenshot button \ No newline at end of file diff --git a/doc/changelog.d/97.fixed.md b/doc/changelog.d/97.fixed.md deleted file mode 100644 index 0469d8c3..00000000 --- a/doc/changelog.d/97.fixed.md +++ /dev/null @@ -1 +0,0 @@ -fix: Buttons still appearing in doc \ No newline at end of file diff --git a/doc/changelog.d/98.added.md b/doc/changelog.d/98.added.md deleted file mode 100644 index dcb5a45a..00000000 --- a/doc/changelog.d/98.added.md +++ /dev/null @@ -1 +0,0 @@ -feat!: Add hover capabilities \ No newline at end of file diff --git a/doc/changelog.d/99.added.md b/doc/changelog.d/99.added.md deleted file mode 100644 index b48060d4..00000000 --- a/doc/changelog.d/99.added.md +++ /dev/null @@ -1 +0,0 @@ -feat: Add show/hide button for buttons \ No newline at end of file