Releases: ansys/pyansys-geometry
Releases · ansys/pyansys-geometry
v0.7.5
v0.7.4
chore: updating CHANGELOG for v0.7.4
v0.7.3
What's Changed
- chore: update CHANGELOG for v0.7.2 by @pyansys-ci-bot in #1422
- ci: checkout LFS files from previous version to ensure upload by @RobPasMue in #1423
- build: bump protobuf from 5.28.0 to 5.28.1 in the grpc-deps group by @dependabot in #1424
- build: bump the docs-deps group with 2 updates by @dependabot in #1425
- build: bump ansys-tools-visualization-interface from 0.4.3 to 0.4.4 by @dependabot in #1426
- build: bump panel from 1.4.5 to 1.5.0 by @dependabot in #1428
- build: bump pytest from 8.3.2 to 8.3.3 by @dependabot in #1427
- chore: pre-commit automatic update by @pre-commit-ci in #1431
- docs: add captions in examples toctrees by @jorgepiloto in #1434
- build: bump the docs-deps group with 2 updates by @dependabot in #1436
- chore: pre-commit automatic update by @pre-commit-ci in #1437
- build: bump protobuf from 5.28.1 to 5.28.2 in the grpc-deps group by @dependabot in #1435
- feat: prioritize user-defined SPACECLAIM_MODE env var by @RobPasMue in #1440
- fix: ci/cd issues on documentation build by @RobPasMue in #1441
- build: bump the grpc-deps group with 3 updates by @dependabot in #1442
- chore: pre-commit automatic update by @pre-commit-ci in #1445
- build: bump panel from 1.5.0 to 1.5.1 by @dependabot in #1444
- build: bump beartype from 0.18.5 to 0.19.0 by @dependabot in #1443
- ci: update to ansys actions v8 and docs theme (static search) by @RobPasMue in #1446
- ci: pyvista/setup-headless-display started failing by @RobPasMue in #1447
- ci: check method implemented in Ansys actions by @RobPasMue in #1448
- fix: adapt tessellate tests to new core service by @b-matteo in #1449
- fix: rename folders on Linux docker image according to new version by @RobPasMue in #1450
- feat: use service colors in plotter (upon request) by @RobPasMue in #1376
- feat: verifying Linux service also accepts colors by @RobPasMue in #1451
- feat: capability to close designs (also on
modeler.exit()
) by @RobPasMue in #1409 - build: bump ansys-sphinx-theme[autoapi] from 1.1.1 to 1.1.2 in the docs-deps group by @dependabot in #1456
- build: bump ansys-api-geometry from 0.4.8 to 0.4.9 by @dependabot in #1457
- build: bump panel from 1.5.1 to 1.5.2 by @dependabot in #1459
- build: bump numpy from 2.1.1 to 2.1.2 by @dependabot in #1458
- chore: pre-commit automatic update by @pre-commit-ci in #1460
- build: bump ansys-api-geometry from 0.4.9 to 0.4.10 by @dependabot in #1461
- build: bump ansys-tools-visualization-interface from 0.4.4 to 0.4.5 by @dependabot in #1462
- docs: adding cheat sheet on documentation by @RobPasMue in #1433
- ci: unstable image promotion and dependabot daily updates by @RobPasMue in #1463
- build: update protobuf from 5.27.2 to 5.27.5 by @RobPasMue in #1464
- build: bump sphinx-autodoc-typehints from 2.4.4 to 2.5.0 in the docs-deps group by @dependabot in #1465
Full Changelog: v0.7.2...v0.7.3
v0.7.2
What's Changed
- chore: update CHANGELOG for v0.7.1 by @pyansys-ci-bot in #1407
- docs: adapt examples to use launch_modeler instead of Modeler obj connection by @RobPasMue in #1410
- docs: remove title from landing page by @RobPasMue in #1408
- build: bump ansys-tools-visualization-interface from 0.4.1 to 0.4.3 by @dependabot in #1413
- build: bump numpy from 2.1.0 to 2.1.1 by @dependabot in #1412
- build: bump sphinx-autodoc-typehints from 2.3.0 to 2.4.0 in the docs-deps group by @dependabot in #1411
- feat: allow for platform input when using Ansys Lab by @RobPasMue in #1416
- chore: pre-commit automatic update by @pre-commit-ci in #1418
- feat: ensure GrpcClient class closure upon deletion by @RobPasMue in #1417
- fix: handle properly
np.cross()
- 2d ops deprecated in Numpy 2.X by @RobPasMue in #1419 - fix: change logo link so that it renders properly on PyPI by @RobPasMue in #1420
- fix: wrong path on logo image by @RobPasMue in #1421
Full Changelog: v0.7.1...v0.7.2
v0.7.1
What's Changed
- chore: update CHANGELOG for v0.7.0 by @pyansys-ci-bot in #1360
- chore: bump dev branch to v0.8.dev0 by @RobPasMue in #1361
- build: bump the grpc-deps group with 2 updates by @dependabot in #1363
- build: bump the docs-deps group with 2 updates by @dependabot in #1364
- build: bump numpy from 2.0.1 to 2.1.0 by @dependabot in #1365
- chore: pre-commit automatic update by @pre-commit-ci in #1366
- chore: solving various warnings by @RobPasMue in #1368
- build: bump ansys-api-geometry from 0.4.7 to 0.4.8 by @dependabot in #1371
- build: bump scipy from 1.14.0 to 1.14.1 by @dependabot in #1372
- build: bump ansys-sphinx-theme[autoapi] from 1.0.5 to 1.0.7 in the docs-deps group by @dependabot in #1370
- chore: pre-commit automatic update by @pre-commit-ci in #1373
- build: bump the grpc-deps group with 2 updates by @dependabot in #1369
- feat: get and set body color by @umutsoysalansys in #1357
- feat: add
modeler.exit()
method by @RobPasMue in #1375 - feat: accept pathlib.Path as input in missing methods by @RobPasMue in #1385
- feat: default logs folder on Geometry Service started by Python at PUBLIC (Windows) by @RobPasMue in #1386
- fix: remove
server_logs_folder
argument for Discovery and SpaceClaim by @RobPasMue in #1387 - build: bump the grpc-deps group with 3 updates by @dependabot in #1391
- chore: pre-commit automatic update by @pre-commit-ci in #1394
- build: bump ansys-tools-visualization-interface from 0.4.0 to 0.4.1 by @dependabot in #1393
- build: bump the docs-deps group with 2 updates by @dependabot in #1392
- feat: allowing users to specify API version when running script against SpaceClaim or Discovery by @RobPasMue in #1395
- build: bump ansys-sphinx-theme[autoapi] from 1.0.7 to 1.0.8 in the docs-deps group by @dependabot in #1397
- feat: expose
modeler.designs
attribute by @RobPasMue in #1401 - docs: add project logo by @jorgepiloto in #1405
- feat: setting instance name during component creation by @umutsoysalansys in #1382
- ci: upload coverage artifacts properly with upload-artifact@v4.4.0 by @RobPasMue in #1406
- feat: pretty print components by @RobPasMue in #1403
Full Changelog: v0.7.0...v0.7.1
v0.7.0
Delete doc/changelog.d/1339.changed.md
v0.6.6
What's Changed
- chore: update CHANGELOG for v0.6.5 by @pyansys-ci-bot in #1290
- build: bump ansys-api-geometry from 0.4.4 to 0.4.5 by @dependabot in #1292
- ci: docker cleanup by @RobPasMue in #1294
- build: bump pyvista[jupyter] from 0.43.10 to 0.44.0 in the docs-deps group by @dependabot in #1296
- chore: pre-commit automatic update by @pre-commit-ci in #1297
- test: create sphere bug raised after box creation by @RobPasMue in #1291
- build: bump jupytext from 1.16.2 to 1.16.3 in the docs-deps group by @dependabot in #1300
- build: bump ansys-api-geometry from 0.4.5 to 0.4.6 by @dependabot in #1301
- build: bump pint from 0.24.1 to 0.24.3 by @dependabot in #1307
- chore: pre-commit automatic update by @pre-commit-ci in #1308
- fix: default length units not being used properly on arc creation by @RobPasMue in #1310
- feat: keep "other" bodies when performing bool operations by @RobPasMue in #1311
- feat: extract fluid volume from solid by @smereu in #1306
- chore: enable ruff formatter on pre-commit by @RobPasMue in #1312
- chore: updating dependabot groups by @RobPasMue in #1313
- build: bump grpcio-health-checking from 1.60.0 to 1.64.1 in the grpc-deps group by @dependabot in #1315
- build: bump the docs-deps group across 1 directory with 2 updates by @dependabot in #1316
- feat: name setter and fill style getter setters by @umutsoysalansys in #1299
- chore: adding issue links to TODOs by @RobPasMue in #1320
- build: bump the grpc-deps group with 2 updates by @dependabot in #1322
- chore: pre-commit automatic update by @pre-commit-ci in #1327
- build: bump pyvista[jupyter] from 0.44.0 to 0.44.1 by @dependabot in #1324
- build: bump the docs-deps group with 2 updates by @dependabot in #1323
- build: bump pytest from 8.2.2 to 8.3.1 by @dependabot in #1326
- build: bump ansys-tools-visualization-interface from 0.2.6 to 0.3.0 by @dependabot in #1325
- build: bump pytest from 8.3.1 to 8.3.2 by @dependabot in #1331
- chore: pre-commit automatic update by @pre-commit-ci in #1333
- build: bump numpy from 2.0.0 to 2.0.1 by @dependabot in #1332
- feat: Add misc. repair and prepare tool methods by @ansbdickens in #1293
- feat:
revolve_sketch
rotation definition enhancement by @RobPasMue in #1336 - feat: adapt to new ansys-tools-visualization-interface v0.4.0 by @RobPasMue in #1338
New Contributors
- @smereu made their first contribution in #1306
- @ansbdickens made their first contribution in #1293
Full Changelog: v0.6.5...v0.6.6
v0.6.5
What's Changed
- chore: update CHANGELOG for v0.6.4 by @pyansys-ci-bot in #1278
- build: update sphinx-autodoc-typehints version by @RobPasMue in #1280
- chore: pre-commit automatic update by @pre-commit-ci in #1281
- build: bump protobuf from 5.27.1 to 5.27.2 in the grpc-deps group by @dependabot in #1283
- build: bump scipy from 1.13.1 to 1.14.0 by @dependabot in #1284
- chore: update SECURITY.md by @RobPasMue in #1286
- chore: pre-commit automatic update by @pre-commit-ci in #1288
- build: bump vtk from 9.3.0 to 9.3.1 by @dependabot in #1287
- fix: manifest path should render as posix rather than uri by @RobPasMue in #1289
Full Changelog: v0.6.4...v0.6.5
v0.6.4
What's Changed
- chore: update CHANGELOG for v0.6.3 by @pyansys-ci-bot in #1273
- feat: using ruff as the main linter/formatter by @RobPasMue in #1274
- fix: backticks breaking doc build after ruff linter by @RobPasMue in #1275
- chore: bump pre-commit-hook version by @RobPasMue in #1276
- build: bump pint from 0.24 to 0.24.1 by @dependabot in #1277
Full Changelog: v0.6.3...v0.6.4
v0.6.3
What's Changed
- chore: update CHANGELOG for v0.6.2 by @pyansys-ci-bot in #1263
- build: adapting to numpy 2.x by @RobPasMue in #1265
- docs: examples are not being uploaded as assets (.py/.ipynb) by @RobPasMue in #1268
- chore: pre-commit automatic update by @pre-commit-ci in #1267
- fix: change action order by @RobPasMue in #1269
- docs: using ansys actions (again) to build docs by @RobPasMue in #1270
- fix: unnecessary Point3D comparison by @RobPasMue in #1264
- build: bump the docs-deps group with 2 updates by @dependabot in #1271
- build: bump numpy from 1.26.4 to 2.0.0 by @dependabot in #1266
Full Changelog: v0.6.2...v0.6.3