Releases: ansys/pyensight
Releases · ansys/pyensight
Release v0.9.0
This is the official release of PyEnSight for the EnSight release 2025R1.
The new features introduced:
- Omniverse CLI tool to export the current EnSight scene in USD format for post-processing in NVIDIA Omniverse (but also other applications like Blender)
- Initial support for USD export of GLB files exported via EnSight gLTF writer API (EnSight and Fluent support)
- Calculator functions exposed as pure Python functions under the ensight.utils.variables.calculator module
- Live DVS interface under the ensight.utils.readers.dvs module
- Beta support of EnSight "Fluids" webUI via session.show("webui") command
- Initial beta release of LibUSERD interface - an API to use all the EnSight readers without launching the EnSight client and server
What's Changed (List of commits)
- bump version for new tag by @mariostieriansys in #244
- add info for launch_ensight() by @mfkrogh in #245
- fix typo by @mfkrogh in #246
- Docs/selection transfer by @randallfrank in #247
- Edits for overall doc review prior to public release by @PipKat in #239
- dev version 0.5.1.dev0 by @mariostieriansys in #255
- Handle a number of docs warnings. by @randallfrank in #254
- FIX: tech review by @jorgepiloto in #257
- fix versions location for gh-pages by @mariostieriansys in #259
- CI: build wheelhouse for all OS by @jorgepiloto in #260
- Clean up sphinx warnings by @randallfrank in #263
- Bump actions/checkout from 2 to 3 by @dependabot in #228
- Bump sphinxcontrib-jquery from 3.0.0 to 4.1 by @dependabot in #238
- Bump matplotlib from 3.7.1 to 3.7.2 by @dependabot in #229
- Bump sphinxcontrib-mermaid from 0.8.1 to 0.9.2 by @dependabot in #265
- Bump sphinx-copybutton from 0.5.1 to 0.5.2 by @dependabot in #230
- Bump pytest-cov from 3.0.0 to 4.1.0 by @dependabot in #231
- Correct for extra slash in input by @randallfrank in #266
- increase base coverage and increase ansys api pyensight dependency version by @mariostieriansys in #271
- Publish undocumented VNC Angular class by @mariostieriansys in #272
- fix copyright, fix reference in docs and add thumbnails to examples w… by @mariostieriansys in #261
- fix: minor edits to README by @RobPasMue in #273
- additional coverage increase by @mariostieriansys in #274
- Remove unused files by @randallfrank in #279
- Add links for doc and cheat sheet by @PipKat in #282
- Calculator Example by @kecolburn in #284
- Docs/calc02 update2 by @kecolburn in #285
- Add Discussions page link to "Doc and issues" sections by @PipKat in #288
- add option to start the gRPC connections without secret keys and add … by @mariostieriansys in #290
- Api change to let run set_attr and get_attr remotely by @mariostieriansys in #287
- Porting EnSight scripts to PyEnSight documentation by @mariostieriansys in #292
- Fix a typo in the add_callback example by @randallfrank in #297
- add utils to handle ADR reports by @mariostieriansys in #304
- add method to check if there is already a connection to an ADR report by @mariostieriansys in #305
- bump api version to 0.3.2 and minor change to adr util by @mariostieriansys in #306
- add correct check for validation ret value by @mariostieriansys in #309
- bump to release 0.7.0.dev0 after 0.6.0 release by @mariostieriansys in #314
- remove high end constraint on importlib metadata by @mariostieriansys in #316
- Add support for Ansys Lab Proxy connection by @mfkrogh in #308
- python support 3.12 and remove pyansys-docker fork requirement by @mariostieriansys in #323
- Add native exception support to scoped_name by @randallfrank in #325
- Mostieri/export geometry utils interface by @mariostieriansys in #328
- add support for downloading files from example-data pyansys repo by @mariostieriansys in #330
- upgrade main to 0.8.0.dev0 by @mariostieriansys in #331
- Update for EnSight 242 by @randallfrank in #336
- remove typing and typing_extensions deps by @mariostieriansys in #335
- Update the RenderableVNC class to use the compon… by @david-bremer in #337
- Mostieri/particle traces by @mariostieriansys in #338
- fix pathlines creation by @mariostieriansys in #339
- fix case of multiple frame geometry export by @mariostieriansys in #341
- Fix/obj performance by @randallfrank in #340
- Update API wheel version by @randallfrank in #342
- Kecolbur/emitter example by @kecolburn in #343
- Kecolbur/pathline example by @kecolburn in #345
- Fix a few typos and fix missing images by @randallfrank in #346
- version ansys/nexus folder by @mariostieriansys in #344
- Kecolburn/srt lic by @kecolburn in #347
- bump api repo version and stop numpy 2 for the moment by @mariostieriansys in #348
- Change to remove empty line by @kecolburn in #349
- Add Session API to check EnSight version by @randallfrank in #351
- Kecolbur update srtlic by @kecolburn in #350
- Move the net_force tool from EnSight to PyEnSight by @mariostieriansys in #353
- add tests for geometry export and particle traces handling by @mariostieriansys in #354
- Fix/session str badhostname by @randallfrank in #355
- Feat/omniverse by @randallfrank in #356
- Mostieri/omniverse api hint by @mariostieriansys in #357
- fix the net force tool and also trigger the documentation for the variables and omniverse utils by @mariostieriansys in #359
- fix support of remote sessions for version of ensight earlier than 2024R1 by @mariostieriansys in #360
- Improve and document omniverse support by @randallfrank in #361
- Handle backslash in partnames by @randallfrank in #363
- use old vnc workflow for 241 in order to support EnSight 241 on AnsysLab with recent wheels by @mariostieriansys in #362
- include calculator functions API and increase coverage by @mariostieriansys in #364
- fix remote scene and webensight renderables in ansyslab environment by @mariostieriansys in #365
- Mostieri/prepare for 2024 r2 metapackage by @mariostieriansys in #366
- bump main to 0.9.0dev0 after v0.8.0 release by @mariostieriansys in #367
- Mostieri/live dvs complete by @mariostieriansys in #369
- fix check on values returned by get_const_val if these are exactly 0 by @mariostieriansys in #371
- use local RC plane if local ensight; retry download in case of docker by @mariostieriansys in #372
- bump to api 0.4.1 to add typehints support for readers utils; bypass docker module issue; add docs for readers utils by @mariostieriansys in #373
- Force the requests version to avoid issues with docker by @margalva in #374
- the DVS class was missing by @mariostieriansys in #375
- Maint/ov cleanup by @randallfrank in #376
- add temporary backdoor to allow ADR upgrade of jquery library by @mariostieriansys in #377
- Maint/refactor dsg by @randallfrank in https://github.c...
v0.8.13
Mostieri/fix contributors (#472)
v0.8.12
release 0.8.12
v0.8.11
release 0.8.11
v0.8.10
release 0.8.10
v0.8.9
release 0.8.9
v0.8.8
remove urllib3 limitation (#391)
v0.8.7
Full Changelog: v0.8.6...v0.8.7
v0.8.6
Full Changelog: v0.8.5...v0.8.6
The main feature for this release is the introduction of working Omniverse Kit extension
v0.8.5
release 0.8.5