|
1 | 1 | # CHANGELOG |
2 | 2 |
|
3 | | -This project uses [towncrier](https://towncrier.readthedocs.io/) to generate changelogs. You can see the changes for the upcoming release in the [changelog fragment directory](https://github.com/ansys/pyansys-geometry/tree/main/doc/changelog.d). |
| 3 | +This project uses [towncrier](https://towncrier.readthedocs.io/) to generate changelogs. |
4 | 4 |
|
5 | | -<!-- towncrier release notes start --> |
| 5 | +Refer to the [raw release notes](doc/source/changelog.rst) for more information. |
6 | 6 |
|
7 | | -## [0.5.0](https://github.com/ansys/pyansys-geometry/releases/tag/v0.5.0) - 2024-04-17 |
8 | | - |
9 | | - |
10 | | -### Added |
11 | | - |
12 | | -- feat: inserting document into existing design [#930](https://github.com/ansys/pyansys-geometry/pull/930) |
13 | | -- feat: add changelog action [#1023](https://github.com/ansys/pyansys-geometry/pull/1023) |
14 | | -- feat: create a sphere body on the backend [#1035](https://github.com/ansys/pyansys-geometry/pull/1035) |
15 | | -- feat: mirror a body [#1055](https://github.com/ansys/pyansys-geometry/pull/1055) |
16 | | -- feat: sweeping chains and profiles [#1056](https://github.com/ansys/pyansys-geometry/pull/1056) |
17 | | -- feat: vulnerability checks [#1071](https://github.com/ansys/pyansys-geometry/pull/1071) |
18 | | -- feat: loft profiles [#1075](https://github.com/ansys/pyansys-geometry/pull/1075) |
19 | | -- feat: accept bandit advisories in-line for subprocess [#1077](https://github.com/ansys/pyansys-geometry/pull/1077) |
20 | | -- feat: adding containers to automatic launcher [#1090](https://github.com/ansys/pyansys-geometry/pull/1090) |
21 | | -- feat: minor changes to Linux Dockerfile [#1111](https://github.com/ansys/pyansys-geometry/pull/1111) |
22 | | -- feat: avoid error if folder exists [#1125](https://github.com/ansys/pyansys-geometry/pull/1125) |
23 | | - |
24 | | -### Changed |
25 | | - |
26 | | -- build: changing sphinx-autoapi from 3.1.a2 to 3.1.a4 [#1038](https://github.com/ansys/pyansys-geometry/pull/1038) |
27 | | -- chore: add pre-commit.ci configuration [#1065](https://github.com/ansys/pyansys-geometry/pull/1065) |
28 | | -- chore: dependabot PR automatic approval [#1067](https://github.com/ansys/pyansys-geometry/pull/1067) |
29 | | -- ci: bump the actions group with 1 update [#1082](https://github.com/ansys/pyansys-geometry/pull/1082) |
30 | | -- chore: update docker tags to be kept [#1085](https://github.com/ansys/pyansys-geometry/pull/1085) |
31 | | -- chore: update pre-commit versions [#1094](https://github.com/ansys/pyansys-geometry/pull/1094) |
32 | | -- build: use ansys-sphinx-theme autoapi target [#1097](https://github.com/ansys/pyansys-geometry/pull/1097) |
33 | | -- fix: removing @PipKat from *.md files - changelog fragments [#1098](https://github.com/ansys/pyansys-geometry/pull/1098) |
34 | | -- ci: dashboard upload does not apply anymore [#1099](https://github.com/ansys/pyansys-geometry/pull/1099) |
35 | | -- chore: pre-commit.ci not working properly [#1108](https://github.com/ansys/pyansys-geometry/pull/1108) |
36 | | -- chore: update and adding pre-commit.ci config hook [#1109](https://github.com/ansys/pyansys-geometry/pull/1109) |
37 | | -- ci: main Python version update to 3.12 [#1112](https://github.com/ansys/pyansys-geometry/pull/1112) |
38 | | -- ci: skip Linux tests with common approach [#1113](https://github.com/ansys/pyansys-geometry/pull/1113) |
39 | | -- ci: build changelog on release [#1118](https://github.com/ansys/pyansys-geometry/pull/1118) |
40 | | -- chore: update CHANGELOG for v0.5.0 [#1119](https://github.com/ansys/pyansys-geometry/pull/1119) |
41 | | - |
42 | | -### Fixed |
43 | | - |
44 | | -- feat: re-enable open file on Linux [#817](https://github.com/ansys/pyansys-geometry/pull/817) |
45 | | -- fix: adapt export and download tests to new hoops [#1057](https://github.com/ansys/pyansys-geometry/pull/1057) |
46 | | -- fix: linux Dockerfile - replace .NET6.0 references by .NET8.0 [#1069](https://github.com/ansys/pyansys-geometry/pull/1069) |
47 | | -- fix: misleading docstring for sweep_chain() [#1070](https://github.com/ansys/pyansys-geometry/pull/1070) |
48 | | -- fix: prepare_and_start_backend is only available on Windows [#1076](https://github.com/ansys/pyansys-geometry/pull/1076) |
49 | | -- fix: unit tests failing after dms update [#1087](https://github.com/ansys/pyansys-geometry/pull/1087) |
50 | | -- build: beartype upper limit on v0.18 [#1095](https://github.com/ansys/pyansys-geometry/pull/1095) |
51 | | -- fix: improper types being passed for Face and Edge ctor. [#1096](https://github.com/ansys/pyansys-geometry/pull/1096) |
52 | | -- fix: return type should be dict and not ``ScalarMapContainer`` (grpc type) [#1103](https://github.com/ansys/pyansys-geometry/pull/1103) |
53 | | -- fix: env version for Dockerfile Windows [#1120](https://github.com/ansys/pyansys-geometry/pull/1120) |
54 | | -- fix: changelog description ill-formatted [#1121](https://github.com/ansys/pyansys-geometry/pull/1121) |
55 | | -- fix: solve issues with intersphinx when releasing [#1123](https://github.com/ansys/pyansys-geometry/pull/1123) |
56 | | - |
57 | | -### Dependencies |
58 | | - |
59 | | -- build: bump the docs-deps group with 2 updates [#1062](https://github.com/ansys/pyansys-geometry/pull/1062), [#1093](https://github.com/ansys/pyansys-geometry/pull/1093), [#1105](https://github.com/ansys/pyansys-geometry/pull/1105) |
60 | | -- build: bump ansys-api-geometry from 0.3.13 to 0.4.0 [#1066](https://github.com/ansys/pyansys-geometry/pull/1066) |
61 | | -- build: bump the docs-deps group with 1 update [#1080](https://github.com/ansys/pyansys-geometry/pull/1080) |
62 | | -- build: bump pytest-cov from 4.1.0 to 5.0.0 [#1081](https://github.com/ansys/pyansys-geometry/pull/1081) |
63 | | -- build: bump ansys-api-geometry from 0.4.0 to 0.4.1 [#1092](https://github.com/ansys/pyansys-geometry/pull/1092) |
64 | | -- build: bump beartype from 0.17.2 to 0.18.2 [#1106](https://github.com/ansys/pyansys-geometry/pull/1106) |
65 | | -- build: bump ansys-tools-path from 0.4.1 to 0.5.1 [#1107](https://github.com/ansys/pyansys-geometry/pull/1107) |
66 | | -- build: bump panel from 1.4.0 to 1.4.1 in the docs-deps group [#1114](https://github.com/ansys/pyansys-geometry/pull/1114) |
67 | | -- build: bump scipy from 1.12.0 to 1.13.0 [#1115](https://github.com/ansys/pyansys-geometry/pull/1115) |
68 | | - |
69 | | - |
70 | | -### Miscellaneous |
71 | | - |
72 | | -- [pre-commit.ci] pre-commit autoupdate [#1063](https://github.com/ansys/pyansys-geometry/pull/1063) |
73 | | -- docs: add examples on new methods [#1089](https://github.com/ansys/pyansys-geometry/pull/1089) |
74 | | -- chore: pre-commit automatic update [#1116](https://github.com/ansys/pyansys-geometry/pull/1116) |
| 7 | +[Published release notes](https://docs.pyansys.com/version/stable/changelog.html) can be found in the online documentation. |
0 commit comments