From 8010511cd8afa6ed121c99ff47a5dbc033169996 Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Mon, 23 Sep 2024 09:04:10 +0000 Subject: [PATCH] chore: updating CHANGELOG for v0.7.0.dev14 --- CHANGELOG.md | 49 ++++++++++++++++++++++++++++ doc/changelog.d/791.added.md | 1 - doc/changelog.d/792.added.md | 1 - doc/changelog.d/806.added.md | 1 - doc/changelog.d/825.changed.md | 1 - doc/changelog.d/829.dependencies.md | 1 - doc/changelog.d/831.miscellaneous.md | 1 - doc/changelog.d/833.added.md | 1 - doc/changelog.d/834.miscellaneous.md | 1 - doc/changelog.d/839.miscellaneous.md | 1 - doc/changelog.d/841.miscellaneous.md | 1 - doc/changelog.d/842.dependencies.md | 1 - doc/changelog.d/846.maintenance.md | 1 - doc/changelog.d/847.fixed.md | 1 - doc/changelog.d/848.maintenance.md | 1 - doc/changelog.d/849.dependencies.md | 1 - doc/changelog.d/851.fixed.md | 1 - doc/changelog.d/852.dependencies.md | 1 - doc/changelog.d/858.fixed.md | 1 - doc/changelog.d/861.fixed.md | 1 - doc/changelog.d/868.dependencies.md | 1 - doc/changelog.d/876.dependencies.md | 1 - doc/changelog.d/882.maintenance.md | 1 - doc/changelog.d/888.fixed.md | 1 - 24 files changed, 49 insertions(+), 23 deletions(-) delete mode 100644 doc/changelog.d/791.added.md delete mode 100644 doc/changelog.d/792.added.md delete mode 100644 doc/changelog.d/806.added.md delete mode 100644 doc/changelog.d/825.changed.md delete mode 100644 doc/changelog.d/829.dependencies.md delete mode 100644 doc/changelog.d/831.miscellaneous.md delete mode 100644 doc/changelog.d/833.added.md delete mode 100644 doc/changelog.d/834.miscellaneous.md delete mode 100644 doc/changelog.d/839.miscellaneous.md delete mode 100644 doc/changelog.d/841.miscellaneous.md delete mode 100644 doc/changelog.d/842.dependencies.md delete mode 100644 doc/changelog.d/846.maintenance.md delete mode 100644 doc/changelog.d/847.fixed.md delete mode 100644 doc/changelog.d/848.maintenance.md delete mode 100644 doc/changelog.d/849.dependencies.md delete mode 100644 doc/changelog.d/851.fixed.md delete mode 100644 doc/changelog.d/852.dependencies.md delete mode 100644 doc/changelog.d/858.fixed.md delete mode 100644 doc/changelog.d/861.fixed.md delete mode 100644 doc/changelog.d/868.dependencies.md delete mode 100644 doc/changelog.d/876.dependencies.md delete mode 100644 doc/changelog.d/882.maintenance.md delete mode 100644 doc/changelog.d/888.fixed.md diff --git a/CHANGELOG.md b/CHANGELOG.md index f2331a95dd..766e08738c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,55 @@ This project uses [towncrier](https://towncrier.readthedocs.io/) and the changes +## [0.7.0.dev14](https://github.com/ansys/pyprimemesh/releases/tag/v0.7.0.dev14) - 2024-09-23 + + +### Added + +- Update examples.py [#791](https://github.com/ansys/pyprimemesh/pull/791) +- feat: Add contact patch example [#792](https://github.com/ansys/pyprimemesh/pull/792) +- feat: Adapt to `visualization-tool-interface` [#806](https://github.com/ansys/pyprimemesh/pull/806) +- Added example to plot [#833](https://github.com/ansys/pyprimemesh/pull/833) + + +### Changed + +- chore: update CHANGELOG for v0.6.1 [#825](https://github.com/ansys/pyprimemesh/pull/825) + + +### Fixed + +- Update tox.ini [#847](https://github.com/ansys/pyprimemesh/pull/847) +- fix: Example issues [#851](https://github.com/ansys/pyprimemesh/pull/851) +- fix: Main package import error [#858](https://github.com/ansys/pyprimemesh/pull/858) +- fix: Slow plotting [#861](https://github.com/ansys/pyprimemesh/pull/861) +- fix: Labeler pointing to main [#888](https://github.com/ansys/pyprimemesh/pull/888) + + +### Dependencies + +- Bump the pyvista group with 2 updates [#829](https://github.com/ansys/pyprimemesh/pull/829) +- Bump pytest from 8.2.2 to 8.3.2 in the test-dependencies group across 1 directory [#842](https://github.com/ansys/pyprimemesh/pull/842) +- Bump ansys-tools-visualization-interface from 0.2.6 to 0.4.0 in the general-dependencies group [#849](https://github.com/ansys/pyprimemesh/pull/849) +- Bump ansys/actions from 6 to 7 [#852](https://github.com/ansys/pyprimemesh/pull/852) +- Bump ansys-tools-visualization-interface from 0.4.0 to 0.4.1 in the general-dependencies group [#868](https://github.com/ansys/pyprimemesh/pull/868) +- Bump ansys-tools-visualization-interface from 0.4.1 to 0.4.3 in the general-dependencies group [#876](https://github.com/ansys/pyprimemesh/pull/876) + + +### Miscellaneous + +- Doc fix for add_scope [#831](https://github.com/ansys/pyprimemesh/pull/831) +- Update plotter.py [#834](https://github.com/ansys/pyprimemesh/pull/834) +- Update 10_wheel_ground_contact_patch.py [#839](https://github.com/ansys/pyprimemesh/pull/839) +- doc/cleanup examples [#841](https://github.com/ansys/pyprimemesh/pull/841) + + +### Maintenance + +- maint: Drop 3.9 support [#846](https://github.com/ansys/pyprimemesh/pull/846) +- Update tox.ini for 251 [#848](https://github.com/ansys/pyprimemesh/pull/848) +- MAINT: update code form ADO 0.7.0.dev14 [#882](https://github.com/ansys/pyprimemesh/pull/882) + ## [0.6.1](https://github.com/ansys/pyprimemesh/releases/tag/v0.6.1) - 2024-07-12 diff --git a/doc/changelog.d/791.added.md b/doc/changelog.d/791.added.md deleted file mode 100644 index 60fefdea98..0000000000 --- a/doc/changelog.d/791.added.md +++ /dev/null @@ -1 +0,0 @@ -Update examples.py \ No newline at end of file diff --git a/doc/changelog.d/792.added.md b/doc/changelog.d/792.added.md deleted file mode 100644 index bb5ee7c827..0000000000 --- a/doc/changelog.d/792.added.md +++ /dev/null @@ -1 +0,0 @@ -feat: Add contact patch example \ No newline at end of file diff --git a/doc/changelog.d/806.added.md b/doc/changelog.d/806.added.md deleted file mode 100644 index 5c087df2b9..0000000000 --- a/doc/changelog.d/806.added.md +++ /dev/null @@ -1 +0,0 @@ -feat: Adapt to `visualization-tool-interface` \ No newline at end of file diff --git a/doc/changelog.d/825.changed.md b/doc/changelog.d/825.changed.md deleted file mode 100644 index 90c22174b4..0000000000 --- a/doc/changelog.d/825.changed.md +++ /dev/null @@ -1 +0,0 @@ -chore: update CHANGELOG for v0.6.1 \ No newline at end of file diff --git a/doc/changelog.d/829.dependencies.md b/doc/changelog.d/829.dependencies.md deleted file mode 100644 index a10094a026..0000000000 --- a/doc/changelog.d/829.dependencies.md +++ /dev/null @@ -1 +0,0 @@ -Bump the pyvista group with 2 updates \ No newline at end of file diff --git a/doc/changelog.d/831.miscellaneous.md b/doc/changelog.d/831.miscellaneous.md deleted file mode 100644 index 873c07fca8..0000000000 --- a/doc/changelog.d/831.miscellaneous.md +++ /dev/null @@ -1 +0,0 @@ -Doc fix for add_scope \ No newline at end of file diff --git a/doc/changelog.d/833.added.md b/doc/changelog.d/833.added.md deleted file mode 100644 index 8aedb7b012..0000000000 --- a/doc/changelog.d/833.added.md +++ /dev/null @@ -1 +0,0 @@ -Added example to plot \ No newline at end of file diff --git a/doc/changelog.d/834.miscellaneous.md b/doc/changelog.d/834.miscellaneous.md deleted file mode 100644 index ae1d9f4f41..0000000000 --- a/doc/changelog.d/834.miscellaneous.md +++ /dev/null @@ -1 +0,0 @@ -Update plotter.py \ No newline at end of file diff --git a/doc/changelog.d/839.miscellaneous.md b/doc/changelog.d/839.miscellaneous.md deleted file mode 100644 index c019f85f1c..0000000000 --- a/doc/changelog.d/839.miscellaneous.md +++ /dev/null @@ -1 +0,0 @@ -Update 10_wheel_ground_contact_patch.py \ No newline at end of file diff --git a/doc/changelog.d/841.miscellaneous.md b/doc/changelog.d/841.miscellaneous.md deleted file mode 100644 index 33a26592b6..0000000000 --- a/doc/changelog.d/841.miscellaneous.md +++ /dev/null @@ -1 +0,0 @@ -doc/cleanup examples \ No newline at end of file diff --git a/doc/changelog.d/842.dependencies.md b/doc/changelog.d/842.dependencies.md deleted file mode 100644 index fd7bdf9503..0000000000 --- a/doc/changelog.d/842.dependencies.md +++ /dev/null @@ -1 +0,0 @@ -Bump pytest from 8.2.2 to 8.3.2 in the test-dependencies group across 1 directory \ No newline at end of file diff --git a/doc/changelog.d/846.maintenance.md b/doc/changelog.d/846.maintenance.md deleted file mode 100644 index 80a1e44037..0000000000 --- a/doc/changelog.d/846.maintenance.md +++ /dev/null @@ -1 +0,0 @@ -maint: Drop 3.9 support \ No newline at end of file diff --git a/doc/changelog.d/847.fixed.md b/doc/changelog.d/847.fixed.md deleted file mode 100644 index fc65ac0738..0000000000 --- a/doc/changelog.d/847.fixed.md +++ /dev/null @@ -1 +0,0 @@ -Update tox.ini \ No newline at end of file diff --git a/doc/changelog.d/848.maintenance.md b/doc/changelog.d/848.maintenance.md deleted file mode 100644 index 5e3338a7a2..0000000000 --- a/doc/changelog.d/848.maintenance.md +++ /dev/null @@ -1 +0,0 @@ -Update tox.ini for 251 \ No newline at end of file diff --git a/doc/changelog.d/849.dependencies.md b/doc/changelog.d/849.dependencies.md deleted file mode 100644 index 8589b9a3a9..0000000000 --- a/doc/changelog.d/849.dependencies.md +++ /dev/null @@ -1 +0,0 @@ -Bump ansys-tools-visualization-interface from 0.2.6 to 0.4.0 in the general-dependencies group \ No newline at end of file diff --git a/doc/changelog.d/851.fixed.md b/doc/changelog.d/851.fixed.md deleted file mode 100644 index 00ef2b7ae1..0000000000 --- a/doc/changelog.d/851.fixed.md +++ /dev/null @@ -1 +0,0 @@ -fix: Example issues \ No newline at end of file diff --git a/doc/changelog.d/852.dependencies.md b/doc/changelog.d/852.dependencies.md deleted file mode 100644 index 7cab1ba934..0000000000 --- a/doc/changelog.d/852.dependencies.md +++ /dev/null @@ -1 +0,0 @@ -Bump ansys/actions from 6 to 7 \ No newline at end of file diff --git a/doc/changelog.d/858.fixed.md b/doc/changelog.d/858.fixed.md deleted file mode 100644 index 379f815769..0000000000 --- a/doc/changelog.d/858.fixed.md +++ /dev/null @@ -1 +0,0 @@ -fix: Main package import error \ No newline at end of file diff --git a/doc/changelog.d/861.fixed.md b/doc/changelog.d/861.fixed.md deleted file mode 100644 index b1bc00a906..0000000000 --- a/doc/changelog.d/861.fixed.md +++ /dev/null @@ -1 +0,0 @@ -fix: Slow plotting \ No newline at end of file diff --git a/doc/changelog.d/868.dependencies.md b/doc/changelog.d/868.dependencies.md deleted file mode 100644 index 2b48ba5c7a..0000000000 --- a/doc/changelog.d/868.dependencies.md +++ /dev/null @@ -1 +0,0 @@ -Bump ansys-tools-visualization-interface from 0.4.0 to 0.4.1 in the general-dependencies group \ No newline at end of file diff --git a/doc/changelog.d/876.dependencies.md b/doc/changelog.d/876.dependencies.md deleted file mode 100644 index 707d1d44a9..0000000000 --- a/doc/changelog.d/876.dependencies.md +++ /dev/null @@ -1 +0,0 @@ -Bump ansys-tools-visualization-interface from 0.4.1 to 0.4.3 in the general-dependencies group \ No newline at end of file diff --git a/doc/changelog.d/882.maintenance.md b/doc/changelog.d/882.maintenance.md deleted file mode 100644 index 224bfde0fd..0000000000 --- a/doc/changelog.d/882.maintenance.md +++ /dev/null @@ -1 +0,0 @@ -MAINT: update code form ADO 0.7.0.dev14 \ No newline at end of file diff --git a/doc/changelog.d/888.fixed.md b/doc/changelog.d/888.fixed.md deleted file mode 100644 index f218d57fb5..0000000000 --- a/doc/changelog.d/888.fixed.md +++ /dev/null @@ -1 +0,0 @@ -fix: Labeler pointing to main \ No newline at end of file