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

Build(deps): Bump the deps group with 4 updates #542

Merged
merged 1 commit into from
Apr 16, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 16, 2024

Bumps the deps group with 4 updates: ansys-dynamicreporting-core, ansys-pyensight-core, ansys-simai-core and ansys-tools-path.

Updates ansys-dynamicreporting-core from 0.5.1 to 0.6.0

Commits

Updates ansys-pyensight-core from 0.7.11 to 0.8.0

Release notes

Sourced from ansys-pyensight-core's releases.

v0.8.0

Main changes:

  • Particle traces support in parts utility
  • Calculator function support in variables utility
  • The EnSight Force Tool is now available in PyEnSight
  • Prototype of Omniverse-EnSight interface via PyEnSight
  • Geometry export from export utility
  • Particle traces and LIC examples
  • Improvements to debugging experience via the support utility
  • Handling of remote Python owned objects like ENS_GROUP objects

List of commits:

New Contributors

Full Changelog: ansys/pyensight@v0.7.0...v0.8.0

Changelog

Sourced from ansys-pyensight-core's changelog.

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
  • c8429a7 release 0.8.0 - pyansys metapackage 24.2
  • da44783 Mostieri/prepare for 2024 r2 metapackage (#366)
  • a952282 fix remote scene and webensight renderables in ansyslab environment (#365)
  • b70f19e include calculator functions API and increase coverage (#364)
  • ea5d80c use old vnc workflow for 241 in order to support EnSight 241 on AnsysLab with...
  • e6985a1 Handle backslash in partnames (#363)
  • 595d4c1 Improve and document omniverse support (#361)
  • 981213e fix support of remote sessions for version of ensight earlier than 2024R1 (#360)
  • a9972ee fix the net force tool and also trigger the documentation for the variables a...
  • a36c5cd Mostieri/omniverse api hint (#357)
  • Additional commits viewable in compare view

Updates ansys-simai-core from 0.1.4 to 0.1.5

Release notes

Sourced from ansys-simai-core's releases.

v0.1.5

  • Training can now be launched using the most recent model configuration from a project.
  • Enabled non-interactive mode capability, allowing for automation or operations without manual inputs.
  • Added new validation Project.is_trainable() to verify if the project meets all minimum requirements for training.
  • Added new method Project.get_variables() to get all available variables used for a model's inputs and outputs.
  • Fixed bug where a subset of training data could not be pulled. A subset of training data is now correctly retrieved.
  • Fixed erroneous call to a private function during the optimization run.

New Contributors

Full Changelog: ansys/pysimai@v0.1.4...v0.1.5

Changelog

Sourced from ansys-simai-core's changelog.

0.1.5 (2024-04-15)


  • Training can now be launched using the most recent model configuration from a project.
  • Enabled non-interactive mode capability, allowing for automation or operations without manual inputs.
  • Added new validation :py:meth:Project.is_trainable()<ansys.simai.core.data.projects.Project.is_trainable> to verify if the project meets all minimum requirements for training.
  • Added new method :py:meth:Project.get_variables()<ansys.simai.core.data.projects.Project.get_variables> to get all available variables used for a model's inputs and outputs.
  • Fixed bug where a subset of training data could not be pulled. A subset of training data is now correctly retrieved.
  • Fixed erroneous call to a private function during the optimization run.
Commits
  • 7043406 update changelogs according to feedback
  • 40a00f6 optimization fix changelog
  • 7b55661 changelogs for releasing v. 0.1.5
  • 20319af Use last build configuration for a new build (#38)
  • 99b3c13 fix: use the private optimization _try_geometry (#40)
  • ea5494c Bug/sc 17799/investigate potential get subset pysimai (#36)
  • bdc8d3d Adding is_trainable and get_variables in Project (#37)
  • a5e70a5 Introduce non-interactive mode (#35)
  • See full diff in compare view

Updates ansys-tools-path from 0.5.1 to 0.5.2

Commits

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the deps group with 4 updates: [ansys-dynamicreporting-core](https://github.com/ansys/pydynamicreporting), [ansys-pyensight-core](https://github.com/ansys/pyensight), [ansys-simai-core](https://github.com/ansys/pysimai) and [ansys-tools-path](https://github.com/ansys/ansys-tools-path).


Updates `ansys-dynamicreporting-core` from 0.5.1 to 0.6.0
- [Release notes](https://github.com/ansys/pydynamicreporting/releases)
- [Commits](ansys/pydynamicreporting@v0.5.1...v0.6.0)

Updates `ansys-pyensight-core` from 0.7.11 to 0.8.0
- [Release notes](https://github.com/ansys/pyensight/releases)
- [Changelog](https://github.com/ansys/pyensight/blob/main/CHANGELOG.rst)
- [Commits](ansys/pyensight@v0.7.11...v0.8.0)

Updates `ansys-simai-core` from 0.1.4 to 0.1.5
- [Release notes](https://github.com/ansys/pysimai/releases)
- [Changelog](https://github.com/ansys/pysimai/blob/main/CHANGELOG.rst)
- [Commits](ansys/pysimai@v0.1.4...v0.1.5)

Updates `ansys-tools-path` from 0.5.1 to 0.5.2
- [Release notes](https://github.com/ansys/ansys-tools-path/releases)
- [Changelog](https://github.com/ansys/ansys-tools-path/blob/main/CHANGELOG.md)
- [Commits](ansys/ansys-tools-path@v0.5.1...v0.5.2)

---
updated-dependencies:
- dependency-name: ansys-dynamicreporting-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: ansys-pyensight-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: ansys-simai-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: ansys-tools-path
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
...

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 Apr 16, 2024
@RobPasMue RobPasMue merged commit a6e0450 into main Apr 16, 2024
61 checks passed
@RobPasMue RobPasMue deleted the dependabot/pip/deps-d963782b15 branch April 16, 2024 13:30
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.

None yet

1 participant