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 across 1 directory with 2 updates #815

Merged
merged 1 commit into from
Jan 14, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 14, 2025

Bumps the deps group with 2 updates in the / directory: ansys-additive-core and ansys-meshing-prime.

Updates ansys-additive-core from 0.18.1 to 0.19.0

Changelog

Sourced from ansys-additive-core's changelog.

PyAdditive 0.19.0

Breaking Changes

  • Simulation inputs no longer allow setting the id field.
  • Removed nsims_per_server property from Additive class.
  • ParametricStudy.set_status() and ParametricStudy.reset_status() have been renamed to ParametricStudy.set_simulation_status() and ParametricStudy.reset_simulation_status().
  • ParametricStudy() now requires a material name parameter. As a consequence, the material_name parameter has been removed from ParametricStudy.generate_single_bead_permutations(), ParametricStudy.generate_porosity_permutations(), and ParametricStudy.generate_microstructure_permutations(). The parametric study FORMAT_VERSION value has been incremented to 3.
  • The ParametricRunner class has been removed. To run a parametric study, use Additive.simulate_study() or Additive.simulate_study_async().
  • The ParametricStudy.generate_single_bead_permutations() will now accept min and max p/v ratios as constraints instead of min and max area energy densities.

New Features

  • Default version of Additive Server is 25.1 when creating a client connection.
  • Single bead simulations with thermal history are now supported.
  • Added description field to AdditiveMaterial.
  • Updated the parametric runner to run a list of simulation ids.
  • Asynchronous simulate functionality added.
  • Added apply and list server settings functionality.
  • Parametric study data is updated as simulations are running.
  • Use LOG for logging in Additive object.
  • A new column for the P/V Ratio (Laser Power / Laser Scan Speed) is added to the study.

Bug Fixes

Doc Improvements

  • Updated the single bead example to show usage with the thermal history option.

Contributors

  • pkrull-ansys
  • safeerehman
  • julieatansys

PyAdditive 0.18.0

Breaking Changes

  • Removed the save_file_name parameter from ParametricStudy.load(). #302
  • Removed the display module from ansys.additive.core.parametric_study as part of #194

New Features

  • Added ability to import a csv file containing a parametric study #118
  • Added separate logging class #163
  • Updated parametric study to check for duplicate entries #228
  • Added 3D microstructure (BETA) simulations #276
  • Increased max random seed limit for microstructure simulations #325
  • Added a progress handler parameter to simulation functions #315 (ansys/pyadditive#315)

Bug Fixes

  • Removed side effect from ParametricStudy.save() which changed the study file path if the file_name parameter differed from the ParameticStudy.file_name property. Also removed the save_file_name parameter from ParametricStudy.load(). #301
  • Fixed handling of material CSV files with alternative language settings (additiveserver) #261
  • Duplicate simulations will be dropped from a parametric study #290
  • Added Ansys installation path for linux to Additive object initializer. #308

... (truncated)

Commits

Updates ansys-meshing-prime from 0.6.2 to 0.7.0

Changelog

Sourced from ansys-meshing-prime's changelog.

This project uses towncrier and the changes for the upcoming release can be found in https://github.com/ansys/pyprimemesh/tree/main/doc/changelog.d/.

0.7.0.dev20 - 2024-11-08

Fixed

  • fix: Visualizer version #928

Dependencies

  • Bump ansys-tools-visualization-interface from 0.4.4 to 0.4.6 in the general-dependencies group across 1 directory #918
  • Bump the doc-dependencies group across 1 directory with 4 updates #919
  • Bump ansys-tools-visualization-interface from 0.4.4 to 0.4.7 in the general-dependencies group across 1 directory #923
  • Bump ansys-sphinx-theme[autoapi] from 1.1.6 to 1.1.7 in the doc-dependencies group across 1 directory #924
  • Bump ansys-tools-visualization-interface from 0.4.7 to 0.5.0 in the general-dependencies group #930
  • Bump pytest-cov from 5.0.0 to 6.0.0 in the test-dependencies group #931

Documentation

  • Update README.md #917
  • Update 11_solder_ball.py #922
  • Update fileio.rst #925
  • Update launch_prime.rst #927
  • Update automesh.rst #933

Maintenance

  • chore: update CHANGELOG for v0.7.0.dev19 #920
  • updated ansys-api-meshing-prime version #921
  • MAINT: update code from ADO 0.7.0.dev20 #934

0.7.0.dev19 - 2024-10-21

Added

  • feat: Add solder ball example #822
  • Feat/add solder ball example #838

Fixed

  • fix: PyVista deprecation #899
  • fix: remove extension from authors file #906

... (truncated)

Commits
  • 45b9ec1 chore: updating CHANGELOG for v0.7.0
  • 950690e version update to 0.7.0 (#964)
  • 877e616 build(deps): bump ansys-sphinx-theme[autoapi] from 1.2.4 to 1.2.6 in the doc-...
  • 842b487 build(deps): bump ansys-tools-visualization-interface from 0.6.2 to 0.7.0 in ...
  • c3d157b build(deps): bump the doc-dependencies group across 1 directory with 2 update...
  • ae94000 Updated Docker image (#958)
  • 0fd1c9e build(deps): bump ansys-tools-visualization-interface from 0.6.0 to 0.6.2 in ...
  • 17afea7 build(deps): bump ansys-sphinx-theme[autoapi] from 1.2.2 to 1.2.3 in the doc-...
  • 769ba62 build(deps): bump pyvista[trame] from 0.44.1 to 0.44.2 in the pyvista group (...
  • e534a2b build(deps): bump ansys-tools-visualization-interface from 0.5.0 to 0.6.0 in ...
  • 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 <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 2 updates in the / directory: [ansys-additive-core](https://github.com/ansys/pyadditive) and [ansys-meshing-prime](https://github.com/ansys/pyprimemesh).


Updates `ansys-additive-core` from 0.18.1 to 0.19.0
- [Release notes](https://github.com/ansys/pyadditive/releases)
- [Changelog](https://github.com/ansys/pyadditive/blob/main/CHANGELOG.md)
- [Commits](ansys/pyadditive@v0.18.1...v0.19.0)

Updates `ansys-meshing-prime` from 0.6.2 to 0.7.0
- [Release notes](https://github.com/ansys/pyprimemesh/releases)
- [Changelog](https://github.com/ansys/pyprimemesh/blob/main/CHANGELOG.md)
- [Commits](ansys/pyprimemesh@v0.6.2...v0.7.0)

---
updated-dependencies:
- dependency-name: ansys-additive-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: ansys-meshing-prime
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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 Jan 14, 2025
@RobPasMue RobPasMue merged commit 0935b5c into main Jan 14, 2025
42 checks passed
@RobPasMue RobPasMue deleted the dependabot/pip/deps-fd5ee512d4 branch January 14, 2025 16:47
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.

1 participant