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

Update rosettasciio requirement from <0.4,~=0.3 to ~=0.6 in /pydatalab #948

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 20, 2024

Updates the requirements on rosettasciio to permit the latest version.

Changelog

Sourced from rosettasciio's changelog.

0.6 (2024-07-11)

Enhancements

  • :ref:DigitalSurf surfaces <digitalsurf-format>:

    • add support for saving file - see :func:~.digitalsurf.file_writer
    • add the :func:~.digitalsurf.parse_metadata function to parse metadata from sur file
    • add series of RGB images / surfaces support. ([#280](https://github.com/hyperspy/rosettasciio/issues/280) <https://github.com/hyperspy/rosettasciio/issues/280>_)

Bug Fixes

  • Fixes axes for JPG with no exif_tags. Return of axes while loading isn't emty anymore. ([#283](https://github.com/hyperspy/rosettasciio/issues/283) <https://github.com/hyperspy/rosettasciio/issues/283>_)

  • :ref:EMD Velox <emd_fei-format> fixes for reading files containing multiple EDS streams:

    • fix reading multiple EDS streams lazily with sum_EDS_detectors=True,
    • fix reading separate EDS stream and individual frames when using sum_EDS_detectors=False and sum_frames=False. ([#287](https://github.com/hyperspy/rosettasciio/issues/287) <https://github.com/hyperspy/rosettasciio/issues/287>_)
  • :ref:quantumdetector-format: Fix signal shape of data acquired in ROI mode. ([#289](https://github.com/hyperspy/rosettasciio/issues/289) <https://github.com/hyperspy/rosettasciio/issues/289>_)

Maintenance

  • Add support for numpy 2 in Renishaw, Semper and Dens reader. ([#281](https://github.com/hyperspy/rosettasciio/issues/281) <https://github.com/hyperspy/rosettasciio/issues/281>_)

0.5 (2024-06-15)

Enhancements

  • :ref:emd_fei-format: Enforce setting identical units for the x and y axes, as convenience to use the scalebar in HyperSpy. ([#243](https://github.com/hyperspy/rosettasciio/issues/243) <https://github.com/hyperspy/rosettasciio/issues/243>_)
  • :ref:quantumdetector-format: Add support for dask distributed scheduler. ([#267](https://github.com/hyperspy/rosettasciio/issues/267) <https://github.com/hyperspy/rosettasciio/issues/267>_)

Bug Fixes

  • :ref:emd_fei-format: Fix conversion of offset units which can sometimes mismatch the scale units. ([#243](https://github.com/hyperspy/rosettasciio/issues/243) <https://github.com/hyperspy/rosettasciio/issues/243>_)
  • :ref:ripple-format: Fix typo and improve error message for unsupported dtype in writer. ([#251](https://github.com/hyperspy/rosettasciio/issues/251) <https://github.com/hyperspy/rosettasciio/issues/251>_)
  • :ref:emd_fei-format: Fix parsing elements from EDS data from velox emd file v11. ([#274](https://github.com/hyperspy/rosettasciio/issues/274) <https://github.com/hyperspy/rosettasciio/issues/274>_)

Maintenance

... (truncated)

Commits
  • 7c5926c Prepare 0.6 release
  • 5eca5bb Merge pull request #287 from ericpre/fix_sum_EDS_detectors_emd_velox
  • 707d80a Merge pull request #282 from ericpre/fix_empad_test_failure
  • 3edfb2d Merge pull request #292 from hyperspy/dependabot/github_actions/pypa/cibuildw...
  • 7fc1ec7 Bump pypa/cibuildwheel from 2.19.1 to 2.19.2
  • 634db2f Add changelog entry
  • 4c7b914 Fix reading separate EDS detector with individual frames
  • 3dd4ed3 EMD Velox: fix reading EDS stream detector lazily with `sum_EDS_detectors=Tru...
  • 2c33d09 Merge pull request #280 from Attolight-NTappy/save_sur
  • 1f5e4c5 Improve changelog entry
  • 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 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)

Updates the requirements on [rosettasciio](https://github.com/hyperspy/rosettasciio) to permit the latest version.
- [Release notes](https://github.com/hyperspy/rosettasciio/releases)
- [Changelog](https://github.com/hyperspy/rosettasciio/blob/main/CHANGES.rst)
- [Commits](hyperspy/rosettasciio@v0.3...v0.6)

---
updated-dependencies:
- dependency-name: rosettasciio
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from jdbocarsly as a code owner October 20, 2024 16:57
@dependabot dependabot bot added the dependency_updates For issues/PRs that update the dependencies of the package label Oct 20, 2024
@ml-evs
Copy link
Member

ml-evs commented Oct 20, 2024

Some reorganisation of their Renishaw reader in this build breaks the Raman block, we should get #782 in first then see about updating this

@ml-evs ml-evs added the blocked label Oct 20, 2024
Copy link

cypress bot commented Oct 20, 2024

datalab    Run #2607

Run Properties:  status check passed Passed #2607  •  git commit 7680ebecc3 ℹ️: Merge 35dc8977d979b11edf05ec35f81feddeaf9118d8 into 33b742aacce5d164cdd95441d38d...
Project datalab
Run status status check passed Passed #2607
Run duration 06m 25s
Commit git commit 7680ebecc3 ℹ️: Merge 35dc8977d979b11edf05ec35f81feddeaf9118d8 into 33b742aacce5d164cdd95441d38d...
Committer dependabot[bot]
View all properties for this run ↗︎

Test results
Tests that failed  Failures 0
Tests that were flaky  Flaky 0
Tests that did not run due to a developer annotating a test with .skip  Pending 0
Tests that did not run due to a failure in a mocha hook  Skipped 0
Tests that passed  Passing 396

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked dependency_updates For issues/PRs that update the dependencies of the package
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant