v0.2.0
What's Changed
- Bump version to 0.2.dev0 by @RobPasMue in #191
- Solve release stage issues by @RobPasMue in #192
- Typo on docker command by @RobPasMue in #196
- Removing
__all__
statements by @RobPasMue in #197 - Small documentation improvements by @RobPasMue in #201
- Dev docs broken due to missing feature by @RobPasMue in #202
- Add beam profile and body creation by @chadqueen in #187
- Small bug encountered in named selections by @RobPasMue in #205
- Remove private dependency for
ansys-api-geometry
by @RobPasMue in #206 - Adapting PyGeometry to use beartype by @RobPasMue in #199
- Limit macOS smoke tests and build by @RobPasMue in #208
- Python 3.11 support in smoke tests by @RobPasMue in #200
- Workflow for Python 3.11 not dependent on more stages by @RobPasMue in #211
- Remove optional and add default. by @Revathyvenugopal162 in #210
- Doc/overall edit by @PipKat in #212
- Solving warnings on docs build by @RobPasMue in #213
- Adding MidSurface APIs by @RobPasMue in #217
- CI/CD not uploading dev docs by @RobPasMue in #221
- Switch project build to flit by @RobPasMue in #223
- Adapting ghcr.io login mech by @RobPasMue in #227
- Bump nbconvert from 7.2.3 to 7.2.4 by @dependabot in #225
- Removing grpcio updates from dependabot by @RobPasMue in #228
- Using PyVista action for headless display by @RobPasMue in #230
- Download example button/link by @RobPasMue in #231
- Perform arc rotation sense validation by @RobPasMue in #233
- Fix the issue of wider panel for examples. by @Revathyvenugopal162 in #235
- Bump nbconvert from 7.2.4 to 7.2.5 by @dependabot in #237
- Bump nbsphinx from 0.8.9 to 0.8.10 by @dependabot in #238
- Bump ansys-sphinx-theme from 0.7.0 to 0.7.1 by @dependabot in #239
- Validate a sketch is closed before sending it server-side by @RobPasMue in #234
- Adding new SERVER-IMPLEMENTATION label by @RobPasMue in #240
- Bump sphinx-copybutton from 0.5 to 0.5.1 by @dependabot in #243
- Add tessellation test for bodies and components by @Revathyvenugopal162 in #244
- Bump googleapis-common-protos from 1.56.4 to 1.57.0 by @dependabot in #246
- Bump google-api-python-client from 2.65.0 to 2.66.0 by @dependabot in #247
- Moving to pyansys/actions by @RobPasMue in #242
- Add tests for plotting and pyvista visualization polydata tests for sketch instances. by @Revathyvenugopal162 in #248
- Enable anti-aliasing and expose default mesh color setting by @chadqueen in #249
- Adapting targets to pyansys/actions calls by @RobPasMue in #253
- Bump numpy from 1.23.4 to 1.23.5 by @dependabot in #254
- Add pyvista pytest fixture to verify image cache by @Revathyvenugopal162 in #252
- Test PR - restored cache from main by @RobPasMue in #255
- Uploading images from tests as artifacts (and cache) by @RobPasMue in #261
- Update ansys-sphinx-theme to 0.7.2 by @RobPasMue in #263
- Including Ruler widget by @RobPasMue in #264
- Making 2D view optional - solving doc issues by @RobPasMue in #266
- Creating an arc from three points by @RobPasMue in #268
- Adding Gears abstraction and DummyGear class by @RobPasMue in #273
- Modify index page by @Revathyvenugopal162 in #272
- Generate pdf in documentation. by @Revathyvenugopal162 in #269
- Bump google-api-python-client from 2.66.0 to 2.68.0 by @dependabot in #274
- Adding missing target to Makefile by @RobPasMue in #276
- Implementing actual spur gears by @RobPasMue in #279
- Bump nbconvert from 7.2.5 to 7.2.6 by @dependabot in #282
- Including advanced sketch examples - gears by @RobPasMue in #281
- Bump pyansys/actions from 1 to 2 by @dependabot in #283
- Bump ansys-sphinx-theme from 0.7.2 to 0.7.4 by @dependabot in #284
- Bump jupytext from 1.14.1 to 1.14.2 by @dependabot in #285
- Bump ansys-sphinx-theme from 0.7.4 to 0.8.0 by @dependabot in #286
- Bump google-api-python-client from 2.68.0 to 2.69.0 by @dependabot in #287
- Bump jupytext from 1.14.2 to 1.14.4 by @dependabot in #289
- Bump google-api-python-client from 2.69.0 to 2.70.0 by @dependabot in #290
- Bump numpy from 1.23.5 to 1.24.0 by @dependabot in #293
- Bump panel from 0.14.1 to 0.14.2 by @dependabot in #294
- Bump nbconvert from 7.2.6 to 7.2.7 by @dependabot in #295
- Bump numpy from 1.24.0 to 1.24.1 by @dependabot in #296
- Bump nbsphinx from 0.8.10 to 0.8.11 by @dependabot in #299
- Bump pytest-pyvista from 0.1.1 to 0.1.3 by @dependabot in #300
- Implementing pre-commit hook "blacken-docs" by @RobPasMue in #303
- Reorder docs tabs by @RobPasMue in #304
- Bump scipy from 1.9.3 to 1.10.0 by @dependabot in #305
- Implementation of Circle and Line primitive clases + evaluation by @jonahrb in #302
- Bump google-api-python-client from 2.70.0 to 2.71.0 by @dependabot in #307
- Bump googleapis-common-protos from 1.57.0 to 1.57.1 by @dependabot in #308
- Bump sphinx-autodoc-typehints from 1.19.5 to 1.20.1 by @dependabot in #311
- Bump googleapis-common-protos from 1.57.1 to 1.58.0 by @dependabot in #314
- Bump pytest-pyvista from 0.1.3 to 0.1.4 by @dependabot in #315
- Bump pyansys/actions from 2 to 3 by @dependabot in #316
- Architecture reimplementation of Sketch objects (PoC with Circle and Line) by @RobPasMue in #312
- Bump google-api-python-client from 2.71.0 to 2.72.0 by @dependabot in #317
- Dependabot PRs configuration by @RobPasMue in #319
- Implementing Python 3.11 support by @RobPasMue in #320
- Implement camera pan displacement buttons by @AlejandroFernandezLuces in #313
- Planar views and isometric view widgets by @AlejandroFernandezLuces in #321
- Bump sphinx-autodoc-typehints from 1.20.1 to 1.20.2 by @dependabot in #323
- Fixing module docstring by @RobPasMue in #324
- Bump pytest from 7.2.0 to 7.2.1 by @dependabot in #325
- Bump sphinx-autodoc-typehints from 1.20.2 to 1.21.0 by @dependabot in #327
- Bump nbconvert from 7.2.7 to 7.2.8 by @dependabot in #326
- Created Ellipse Primitive & Integrated Sketching by @jonahrb in #322
- Bump beartype from 0.11.0 to 0.12.0 by @dependabot in #328
- Bump sphinx-autoapi from 2.0.0 to 2.0.1 by @dependabot in #331
- Bump google-api-python-client from 2.72.0 to 2.73.0 by @dependabot in #330
- Bump sphinx-autodoc-typehints from 1.21.0 to 1.21.4 by @dependabot in #334
- Bump ansys-platform-instancemanagement from 1.0.2 to 1.0.3 by @dependabot in #338
- Bump nbsphinx from 0.8.11 to 0.8.12 by @dependabot in #339
- Bump sphinx-autodoc-typehints from 1.21.4 to 1.21.6 by @dependabot in #340
- Bump ansys-sphinx-theme from 0.8.0 to 0.8.1 by @dependabot in #341
- Bump sphinx-autodoc-typehints from 1.21.6 to 1.21.7 by @dependabot in #342
- Sphere Primitive and SphereEvaluation by @jonahrb in #335
- Bump google-api-python-client from 2.73.0 to 2.74.0 by @dependabot in #343
- Bump sphinx-autodoc-typehints from 1.21.7 to 1.21.8 by @dependabot in #344
- Bump nbconvert from 7.2.8 to 7.2.9 by @dependabot in #345
- Launch docker image from PyGeometry by @RobPasMue in #337
- Supporting unstable versions and more robust testing configuration by @RobPasMue in #348
- Downgrading docs dependencies by @RobPasMue in #349
- Fixing deprecated warnings and pre-commit issues by @RobPasMue in #354
- Cone Primitive, ConeEvaluation by @jonahrb in #352
- Ensure PEP8 naming conventions by @RobPasMue in #355
- Bump pytest-pyvista from 0.1.4 to 0.1.5 by @dependabot in #356
- Bump panel from 0.14.2 to 0.14.3 by @dependabot in #358
- Bump google-api-python-client from 2.74.0 to 2.75.0 by @dependabot in #359
- Implementation of API server on Geometry Service by @b-matteo in #291
- Fixing package cleanup file by @RobPasMue in #361
New Contributors
- @PipKat made their first contribution in #212
- @jonahrb made their first contribution in #302
- @AlejandroFernandezLuces made their first contribution in #313
- @b-matteo made their first contribution in #291
Full Changelog: v0.1.0...v0.2.0