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

Bump polyscope from 2.2.1 to 2.3.0 #3540

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 19, 2024

Bumps polyscope from 2.2.1 to 2.3.0.

Release notes

Sourced from polyscope's releases.

v2.3.0

What's Changed

  • implement per element transparency for meshes and point clouds
  • add option to set ground plane location in world coords
  • bugfix to redraw when toggling-off the enabled setting for quantities

Full Changelog: nmwsharp/polyscope@v2.2.1...v2.3

Commits
  • 0615cd7 rename manual ground plane option
  • df6e137 add option to set ground plane location in world coords
  • b48cc3a add per-element depth for meshes and point clouds
  • 7ca5e0e formatting
  • 4213335 fix unrelated missing-redraw bug
  • See full diff in compare view

Dependabot compatibility score

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)

Bumps [polyscope](https://github.com/nmwsharp/polyscope) from 2.2.1 to 2.3.0.
- [Release notes](https://github.com/nmwsharp/polyscope/releases)
- [Commits](nmwsharp/polyscope@v2.2.1...v2.3)

---
updated-dependencies:
- dependency-name: polyscope
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner August 19, 2024 06:41
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Aug 19, 2024
Copy link

sonarcloud bot commented Aug 19, 2024

Copy link

codecov bot commented Aug 19, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Please upload report for BASE (develop_dependencies@cec669c). Learn more about missing BASE report.

Additional details and impacted files
@@                   Coverage Diff                   @@
##             develop_dependencies    #3540   +/-   ##
=======================================================
  Coverage                        ?   76.36%           
=======================================================
  Files                           ?      230           
  Lines                           ?    26651           
  Branches                        ?        0           
=======================================================
  Hits                            ?    20353           
  Misses                          ?     6298           
  Partials                        ?        0           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

⚠️ Warning Report

Found 7 warnings.

All warnings (7)

On runtest

  • /home/runner/miniconda3/envs/bluemira/lib/python3.10/site-packages/ffcx/element_interface.py:23: DeprecationWarning: Use of elements created by UFL is deprecated. You should create elements directly using Basix.
  • /home/runner/miniconda3/envs/bluemira/lib/python3.10/site-packages/ffcx/element_interface.py:26: DeprecationWarning: Converting elements created in UFL to Basix elements is deprecated. You should create the elements directly using basix.ufl.element instead
  • /home/runner/work/bluemira/bluemira/bluemira/radiation_transport/radiation_tools.py:731: DeprecationWarning: interp2dis deprecated!interp2d` is deprecated in SciPy 1.10 and will be removed in SciPy 1.12.0.

For legacy code, nearly bug-for-bug compatible replacements are
RectBivariateSpline on regular grids, and bisplrep/bisplev for
scattered 2D data.

In new code, for regular grids use RegularGridInterpolator instead.
For scattered data, prefer LinearNDInterpolator or
CloughTocher2DInterpolator.

For more details see
https://gist.github.com/ev-br/8544371b40f414b7eaf3fe6217209bff
`

  • /home/runner/work/bluemira/bluemira/bluemira/equilibria/optimisation/harmonics/harmonics_approx_functions.py:41: RuntimeWarning: divide by zero encountered in log10
  • /home/runner/miniconda3/envs/bluemira/lib/python3.10/site-packages/ufl/core/expr.py:275: DeprecationWarning: Expr.ufl_domain() is deprecated, please use extract_unique_domain(expr) instead.
  • /home/runner/miniconda3/envs/bluemira/lib/python3.10/site-packages/basix/ufl.py:1909: DeprecationWarning: Converting elements created in UFL to Basix elements is deprecated. You should create the elements directly using basix.ufl.element instead

On collect

  • /home/runner/miniconda3/envs/bluemira/lib/python3.10/site-packages/ufl/core/ufl_type.py:56: DeprecationWarning: attach_operators_from_hash_data deprecated, please use UFLObject instead.

@je-cook je-cook self-assigned this Aug 19, 2024
@je-cook je-cook merged commit cfe2748 into develop_dependencies Aug 19, 2024
9 of 10 checks passed
@je-cook je-cook deleted the dependabot/pip/develop_dependencies/polyscope-2.3.0 branch August 19, 2024 07:28
je-cook pushed a commit that referenced this pull request Aug 22, 2024
Bumps [polyscope](https://github.com/nmwsharp/polyscope) from 2.2.1 to 2.3.0.
- [Release notes](https://github.com/nmwsharp/polyscope/releases)
- [Commits](nmwsharp/polyscope@v2.2.1...v2.3)

---
updated-dependencies:
- dependency-name: polyscope
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
oliverfunk pushed a commit that referenced this pull request Aug 29, 2024
Bumps [polyscope](https://github.com/nmwsharp/polyscope) from 2.2.1 to 2.3.0.
- [Release notes](https://github.com/nmwsharp/polyscope/releases)
- [Commits](nmwsharp/polyscope@v2.2.1...v2.3)

---
updated-dependencies:
- dependency-name: polyscope
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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