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 the trame group with 4 updates #274

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 1, 2024

Bumps the trame group with 4 updates: trame, trame-client, trame-server and trame-vtk.

Updates trame from 2.5.0 to 3.6.2

Release notes

Sourced from trame's releases.

v3.6.2

Fix

  • demo: Update demo to vue3 and add ParaView one (bcb27ac)

v3.6.1

Fix

  • tools: Make www look like a real server (6c778fc)

Documentation

  • black: Update example formatting (1e01732)
  • example: Add paraview.vtkLocalView surface picker example (07a9435)
  • community: Fix image urls (b2c095e)
  • community: Add mri-viewer into community page (c274800)
  • tabler-icons: Updated example (80abbe0)
  • 495: Provide discussion example (be6b63c)

v3.6.0

Feature

  • wslink: Use msgpack and use streaming to limit msg size (487499f)

Documentation

  • jupyter: Add more info on extension (6bbc8bd)
  • jupyter: Add guide section to jupyter (b664273)
  • picking: Update pv picking readme and code (7e480b9)

v3.5.5

Fix

  • version: Prevent v3 from client+server (ff62287)

Documentation

  • docker: Expend www_modules usage (d15e1c2)
  • docker: Add info on setup/www (b48c964)
  • widgets: Update listing (55fc7b2)

v3.5.4

Fix

  • dev reload: 17_dev_reload + trame.app.dev (90fb83a)

Documentation

  • file_upload: Update docstring (817d835)
  • widgets: Update compatibility list (527a40c)

... (truncated)

Changelog

Sourced from trame's changelog.

CHANGELOG

v2.5.1 (2023-07-19)

Ci

  • ci: add cuda based docker image (b69e7cb)

Documentation

  • docs(discussion): Add example 291 (07688e9)

  • docs(nginx): Update deploy-nginx.md (89bcfab)

  • docs(nginx): Add config info (43c1193)

  • docs(discussion): Add sample code (5c2a424)

  • docs(readme): add markdown for indexing (dbbeab5)

  • docs(readme): add markdown for indexing (6b9ebce)

  • docs: Update README.rst (23f4497)

  • docs(website): fix license reference

This commit fixes a regression introduced in 5f55d6a57 (docs(website): update content to match new api ) updating the text describing the license to mention "Apache License Version 2.0" instead of "BSD-3".

The text now described the license effectively associated with the trame v2 project originally introduced in 0e44015c8 (trame a framework to write ubiquitous applications in Python).

For reference, trame v1 license (originally introduced in e8fe5944b (chore: Getting started)) was BSD-3. (979aa84)

Fix

  • fix(v2): Last trame v2 release (6c66b44)
Commits
  • 1bc190b 3.6.2
  • bcb27ac fix(demo): update demo to vue3 and add ParaView one
  • 3375704 3.6.1
  • 1e01732 docs(black): update example formatting
  • 6c778fc fix(tools): make www look like a real server
  • 07a9435 docs(example): add paraview.vtkLocalView surface picker example
  • f98df78 ci: update Dockerfile.common with nvidia env
  • b2c095e docs(community): fix image urls
  • c274800 docs(community): add mri-viewer into community page
  • 80abbe0 docs(tabler-icons): updated example
  • Additional commits viewable in compare view

Updates trame-client from 2.9.4 to 3.1.0

Release notes

Sourced from trame-client's releases.

v3.1.0

Feature

  • widget: Add state/ctrl/context property (d12b475)

v3.0.3

Fix

  • jupyter: Allow jupyter-hub to be autodetected (4ec5db2)

v3.0.2

Fix

  • SizeObserver: New network don't properly handle native js type (d9f9871)

v3.0.1

Fix

  • ClientTriggers: Add built-in exit event (0103d30)

v3.0.0

Feature

  • wslink: Use msgpack and chunking for ws data exchange (77e17f5)

Fix

  • msgpack: Convert msgpack Uint8Array into blob for backward compatibility (566c274)
  • wslink: Simplify file upload helper by removing chunking (f87d8de)

Breaking

  • use wslink>=2 that deeply change network handling (77e17f5)
  • this requires the new chunking wslink (f87d8de)

v2.17.1

Fix

  • jupyter-hub: Fix url generator and add auto detect (3da386c)

v2.17.0

Feature

  • client: Add ClientStateChange/ClientTriggers/LifeCycleMonitor/SizeObserver (5fa7fcf)

v2.16.5

Fix

  • template: Properly template name mapping (589991f)

... (truncated)

Changelog

Sourced from trame-client's changelog.

v3.1.0 (2024-05-31)

Feature

  • widget: Add state/ctrl/context property (d12b475)

v3.0.3 (2024-05-16)

Fix

  • jupyter: Allow jupyter-hub to be autodetected (4ec5db2)

v3.0.2 (2024-04-17)

Fix

  • SizeObserver: New network don't properly handle native js type (d9f9871)

v3.0.1 (2024-04-12)

Fix

  • ClientTriggers: Add built-in exit event (0103d30)

v3.0.0 (2024-04-10)

Feature

  • wslink: Use msgpack and chunking for ws data exchange (77e17f5)

Fix

  • msgpack: Convert msgpack Uint8Array into blob for backward compatibility (566c274)
  • wslink: Simplify file upload helper by removing chunking (f87d8de)

Breaking

  • use wslink>=2 that deeply change network handling (77e17f5)
  • this requires the new chunking wslink (f87d8de)

v2.17.1 (2024-04-05)

Fix

  • jupyter-hub: Fix url generator and add auto detect (3da386c)

v2.17.0 (2024-04-04)

Feature

... (truncated)

Commits
  • 7ac0da8 3.1.0
  • d12b475 feat(widget): add state/ctrl/context property
  • 286970d 3.0.3
  • 4ec5db2 fix(jupyter): allow jupyter-hub to be autodetected
  • 1aa84f3 3.0.2
  • d9f9871 fix(SizeObserver): new network don't properly handle native js type
  • 8bde9c6 3.0.1
  • 0103d30 fix(ClientTriggers): add built-in exit event
  • c9edb1a Merge pull request #26 from Kitware/testing-is-back
  • 8bc7168 ci: bring back testing
  • Additional commits viewable in compare view

Updates trame-server from 2.11.4 to 3.0.1

Release notes

Sourced from trame-server's releases.

v3.0.1

Fix

  • state: Allow to clear client cache (532080b)

v3.0.0

Feature

  • wslink: Use msgpack and chunking for ws data exchange (6cad8a7)

Breaking

  • use wslink>=2 that deeply change network handling (6cad8a7)

v2.17.3

Fix

  • wslink: Prevent fetching v2 (e5c0969)

v2.17.2

Fix

  • hot_reload: Make life_cycle work with hot_reload (3288b7a)

v2.17.1

Fix

  • pywebview: Add menu support (580b012)

v2.17.0

Feature

  • pywebview: Allow method call on window object (80edbb7)

v2.16.1

Fix

  • hot-reload: On controller (a910340)

v2.16.0

Feature

  • force_state_push: Add new server method (1e0b043)

v2.15.0

Feature

  • context: Add server.context, a server side only State object (f142a17)

v2.14.0

... (truncated)

Changelog

Sourced from trame-server's changelog.

CHANGELOG

v2.11.6 (2023-07-20)

Fix

  • fix(client_type): expose default client_type (7113e12)

v2.11.5 (2023-07-14)

Fix

  • fix(argparse): Skip -- when processing trame-args (c4333fb)
Commits

Updates trame-vtk from 2.5.4 to 2.8.8

Release notes

Sourced from trame-vtk's releases.

v2.8.8

Fix

  • js: Track hash of vue-vtk-js as well (c82ffec)

v2.8.7

Fix

  • remote rendering: Round view size half up (e6777b9)

v2.8.6

Fix

  • serializer: Register vtkCompositePolyDataMapper (d8c55a8)

Documentation

  • readme: Fix the link of tutorial url (0a46f97)

v2.8.5

Fix

  • py3.8: Ensure compatibility across py version (36a58c1)

v2.8.4

Fix

  • serializer: MD5 hashing is not allowed for FIPS (6e163d6)

v2.8.3

Fix

  • serializer: Add encoding option (9c20a89)

v2.8.2

Fix

  • js: Replace invalid downloaded js content (d45ca89)

v2.8.1

Fix

  • dep: Remove invalid vtk dep (7da4ffc)

Documentation

  • picking: Finish remote example (1ebeadb)

v2.8.0

Feature

... (truncated)

Changelog

Sourced from trame-vtk's changelog.

CHANGELOG

v2.5.6 (2023-07-19)

Ci

  • ci(baseline): Add ref baseline for volume (4ceb45c)

  • ci(baseline): Add ref baselines (8b305e6)

  • ci: changelog spelling (6d3b6f5)

  • ci(testing): rendering testing

fix #45 (70aeafa)

Fix

  • fix(VolumeRendering): Add alias to support different mappers

fix #46 fix #44 (cf540bc)

v2.5.5 (2023-07-19)

Chore

  • chore(volume): Add volume rendering example (672b1ad)

Ci

Fix

  • fix(ParaView): push_image for different viewtypes

Not using a RenderView as view for the vtkLocalRemoteView will crash, because "EnableRenderOnInteraction" might not be defined. "GetPropertyValue" will return None for a non-existing Property (74ed533)

Commits
  • 237fa42 2.8.8
  • c82ffec fix(js): track hash of vue-vtk-js as well
  • eb8461a chore(js): Allow triggering release on external artifact static_viewer.html
  • 6a57e2f 2.8.7
  • e6777b9 fix(remote rendering): round view size half up
  • b399cc9 2.8.6
  • d8c55a8 fix(serializer): register vtkCompositePolyDataMapper
  • 0a46f97 docs(readme): fix the link of tutorial url
  • 7e512a8 2.8.5
  • 36a58c1 fix(py3.8): ensure compatibility across py version
  • 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 trame group with 4 updates: [trame](https://github.com/Kitware/trame), [trame-client](https://github.com/Kitware/trame-client), [trame-server](https://github.com/Kitware/trame-server) and [trame-vtk](https://github.com/Kitware/trame-vtk).


Updates `trame` from 2.5.0 to 3.6.2
- [Release notes](https://github.com/Kitware/trame/releases)
- [Changelog](https://github.com/Kitware/trame/blob/master/CHANGELOG.md)
- [Commits](Kitware/trame@v2.5.0...v3.6.2)

Updates `trame-client` from 2.9.4 to 3.1.0
- [Release notes](https://github.com/Kitware/trame-client/releases)
- [Changelog](https://github.com/Kitware/trame-client/blob/master/CHANGELOG.md)
- [Commits](Kitware/trame-client@v2.9.4...v3.1.0)

Updates `trame-server` from 2.11.4 to 3.0.1
- [Release notes](https://github.com/Kitware/trame-server/releases)
- [Changelog](https://github.com/Kitware/trame-server/blob/master/CHANGELOG.md)
- [Commits](Kitware/trame-server@v2.11.4...v3.0.1)

Updates `trame-vtk` from 2.5.4 to 2.8.8
- [Release notes](https://github.com/Kitware/trame-vtk/releases)
- [Changelog](https://github.com/Kitware/trame-vtk/blob/master/CHANGELOG.md)
- [Commits](Kitware/trame-vtk@v2.5.4...v2.8.8)

---
updated-dependencies:
- dependency-name: trame
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: trame
- dependency-name: trame-client
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: trame
- dependency-name: trame-server
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: trame
- dependency-name: trame-vtk
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: trame
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jun 1, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 21, 2024

Superseded by #279.

@dependabot dependabot bot closed this Jun 21, 2024
@dependabot dependabot bot deleted the dependabot/pip/trame-b9a883afa4 branch June 21, 2024 09:29
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