Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update ansys-pyensight-core requirement from ~=0.8.11 to ~=0.9.0 #24

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Nov 4, 2024

Updates the requirements on ansys-pyensight-core to permit the latest version.

Release notes

Sourced from ansys-pyensight-core's releases.

Release v0.9.0

This is the official release of PyEnSight for the EnSight release 2025R1.

The new features introduced:

  1. Omniverse CLI tool to export the current EnSight scene in USD format for post-processing in NVIDIA Omniverse (but also other applications like Blender)
  2. Initial support for USD export of GLB files exported via EnSight gLTF writer API (EnSight and Fluent support)
  3. Calculator functions exposed as pure Python functions under the ensight.utils.variables.calculator module
  4. Live DVS interface under the ensight.utils.readers.dvs module
  5. Beta support of EnSight "Fluids" webUI via session.show("webui") command
  6. 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)

... (truncated)

Changelog

Sourced from ansys-pyensight-core's changelog.

=============================== History

v0.8.0

  • Improved object transmission support
  • Support remote objects: ENS_GROUP, etc
  • Simplified APIs for particle tracing
  • Update documentation for ENS_SCENE and ENS_GEOM objects

v0.7.0

  • Remove Python 3.8 support. Added Python 3.12 support

v0.4.0.dev0 (tbd)

  • 2024 R1 Nexus Python distribution target.

v0.3.0.dev0 (05-11-2023)

  • 2023 R2 Nexus Python distribution target.
  • pytest integration with mock and docker EnSight interfaces.
  • Improved type hinting support.

v0.2.0.dev0 (04-04-2023)

  • Last release that will officially support Python 3.7 and 3.8. Future versions will require newer versions of Python.
  • Full support for both Object and Native APIs.
  • Greatly expanded documentation, examples, etc.
  • Fully automated build, integrated with EnSight build artifacts.

v0.1.dev0 (12-30-2022)

  • Initial development release included in the 2023 R1 Nexus Python distribution.
  • Full Native API support, initial Object API support
Commits
  • 3690748 release 0.9.0
  • 260f5b8 start new release cycle moving main to 0.10.0.dev0 (#473)
  • 9f412c7 Mostieri/fix contributors (#472)
  • 3020856 Work around issues with black material surfaces (#471)
  • ecaac4e Include the line width in the hash (#470)
  • b2e0368 Fix issues with lines being hidden in DSG mode (#468)
  • edd26b0 Bump pytest-xdist from 1.31.0 to 3.6.1 (#438)
  • e26d059 Add support for DSG lines in OV export (#467)
  • 927a16d Enhanced unit tests and implemented smoke tests for userd (#466)
  • 0717b2c add filenotfounderror exception when cleaning the test folder (#465)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [ansys-pyensight-core](https://github.com/ansys/pyensight) to permit the latest version.
- [Release notes](https://github.com/ansys/pyensight/releases)
- [Changelog](https://github.com/ansys/pyensight/blob/main/CHANGELOG.rst)
- [Commits](ansys/pyensight@v0.8.11...v0.9.0)

---
updated-dependencies:
- dependency-name: ansys-pyensight-core
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Nov 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants