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 #270

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 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.0

Release notes

Sourced from trame's releases.

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)
  • tutorial: Update to be compatible with v3 (350cd91)

v3.5.3

Fix

  • Uniform init.py for package (2acbce9)

Documentation

... (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
  • b38c1b1 3.6.0
  • 0518f37 chore(deps-dev): bump vite from 4.5.2 to 4.5.3 in /docs/vitepress
  • 5ad6a1b ci: lint commit
  • f909c60 ci: lint commit
  • 487499f feat(wslink): use msgpack and use streaming to limit msg size
  • 6bbc8bd docs(jupyter): add more info on extension
  • b664273 docs(jupyter): add guide section to jupyter
  • 7e480b9 docs(picking): update pv picking readme and code
  • 3e8bb65 3.5.5
  • ff62287 fix(version): prevent v3 from client+server
  • Additional commits viewable in compare view

Updates trame-client from 2.9.4 to 3.0.2

Release notes

Sourced from trame-client's releases.

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)

v2.16.4

Fix

  • loading: Use fetch instead of iframe (d21b992)

v2.16.3

Fix

  • Uniform init.py for package (589e617)

... (truncated)

Changelog

Sourced from trame-client's changelog.

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

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

v2.16.5 (2024-03-26)

Fix

  • template: Properly template name mapping (589991f)

v2.16.4 (2024-03-20)

Fix

... (truncated)

Commits
  • 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
  • d72ae3f 3.0.0
  • 551112d Merge pull request #25 from Kitware/wslink-update
  • aabb2de ci: disable test due to cross version dep
  • 77e17f5 feat(wslink): use msgpack and chunking for ws data exchange
  • Additional commits viewable in compare view

Updates trame-server from 2.11.4 to 3.0.0

Release notes

Sourced from trame-server's releases.

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

Feature

  • vue3: Vue3 client is the new default (662309e)

v2.13.1

... (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.6

Release notes

Sourced from trame-vtk's releases.

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

  • picking: Add support for picking modes (edab22d)

Fix

  • local: Workaround for lut serializer (47bbda1)

v2.7.1

Fix

... (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

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.0
- [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.0)

Updates `trame-client` from 2.9.4 to 3.0.2
- [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.0.2)

Updates `trame-server` from 2.11.4 to 3.0.0
- [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.0)

Updates `trame-vtk` from 2.5.4 to 2.8.6
- [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.6)

---
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 May 1, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 1, 2024

Superseded by #274.

@dependabot dependabot bot closed this Jun 1, 2024
@dependabot dependabot bot deleted the dependabot/pip/trame-d4e8393667 branch June 1, 2024 04:17
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