Bump softprops/action-gh-release from 2.0.6 to 2.0.8 in the actions group#1
Open
dependabot[bot] wants to merge 20 commits intopmac-trajectory-demofrom
Open
Bump softprops/action-gh-release from 2.0.6 to 2.0.8 in the actions group#1dependabot[bot] wants to merge 20 commits intopmac-trajectory-demofrom
dependabot[bot] wants to merge 20 commits intopmac-trajectory-demofrom
Conversation
7f16c68 to
805cf0c
Compare
805cf0c to
037a288
Compare
037a288 to
c32b763
Compare
c32b763 to
4a56a90
Compare
Bumps the actions group with 1 update: [softprops/action-gh-release](https://github.com/softprops/action-gh-release). Updates `softprops/action-gh-release` from 2.0.6 to 2.0.8 - [Release notes](https://github.com/softprops/action-gh-release/releases) - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md) - [Commits](softprops/action-gh-release@a74c6b7...c062e08) --- updated-dependencies: - dependency-name: softprops/action-gh-release dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
ac3dc82 to
f691b4c
Compare
4a56a90 to
41a0123
Compare
tomtrafford
pushed a commit
that referenced
this pull request
May 8, 2025
…pe (#726) * Starting to work on ad tiff writer * Continue working on tiff writer * Further work on tiff writer, existing tests now passing. * Remove functions moved to superclas from hdf writer * Significant re-org and simplification of ad classes * Ruff formatting * Modify ad sim classes to reflect new superclasses * Modify vimba and kinetix classes * Modify aravis and pilatus classes * Update all tests to make sure they still pass with changes * Some cleanup * Changes to standard detector to account for controller/writer types in typing * Significant changes to base detector, controller, and writer classes * Update detector and controller classes to reflect changes * Make sure panda standard det uses new type hints * Most tests passing * Revert change in test that was resolved by pydantic version update * Remove debugging prints * Linter fixes * Fix linter error * Move creation of writer outside of base AreaDetector class init per review * Make sure we don't wait for capture to be done! * Allow for specifying whether or not to use fileio signals for dataset description * Revert "Allow for specifying whether or not to use fileio signals for dataset description" This reverts commit 488d7eb268952e8a7f306c1e8847226e79cbb95a. * Fix linter errors, remove unused enum * Change from return to await to conform to return type * Apply more suggestions from review * Replace instances of DeviceCollector to init_devices * Started moving multiplier; 'multiplier' name change in progress * Update src/ophyd_async/epics/adaravis/_aravis_controller.py Co-authored-by: Tom C (DLS) <101418278+coretl@users.noreply.github.com> * Update src/ophyd_async/epics/adaravis/_aravis_controller.py Co-authored-by: Tom C (DLS) <101418278+coretl@users.noreply.github.com> * Update src/ophyd_async/epics/adcore/_core_writer.py Co-authored-by: Tom C (DLS) <101418278+coretl@users.noreply.github.com> * Update src/ophyd_async/epics/adcore/_core_logic.py Co-authored-by: Tom C (DLS) <101418278+coretl@users.noreply.github.com> * Update src/ophyd_async/epics/adcore/_core_detector.py Co-authored-by: Tom C (DLS) <101418278+coretl@users.noreply.github.com> * Update src/ophyd_async/epics/adcore/_core_detector.py Co-authored-by: Tom C (DLS) <101418278+coretl@users.noreply.github.com> * Update src/ophyd_async/epics/adcore/_core_writer.py Co-authored-by: Tom C (DLS) <101418278+coretl@users.noreply.github.com> * Fix all tests aside from 3.12 unawaited coro after applying suggestions * Resolve unawaited coro error on 3.12 * Finish changing multiplier -> batch_size; Fix some untyped imports * Add more type ignores * Add extra first dimension to tests' outputs * Added some questions and TODOs that need to be resolved; Otherwise, finished moving the multiplier into the DataKey.shape (needs testing) * Get the initial frame index after opening the writer * Remove batch_size from any writer __init__ * Call tiff_writer.open before collect_stream_docs * Fixed tests by adding mocked directory creation callback to tiff and hdf writers * Change batch_size -> frames_per_event * Remove frames_per_event from HDFDataset, use as first dimension of shape instead * Cleanup + ruff checks * Added unit tests for describe with > 1 frames_per_event * Add unit tests for collect with > 1 frames_per_event * Fix docs indentation * Remove shape from stream resource parameters * Ruff check fixes * Make the first dimension for scalar values always the frames_per_event * Ruff format * Forgot one test * Total number of triggers scaled by frames_per_event; PandA now supports frames_per_event > 1 * Fix tests * ruff format * Pre-commit * Change multiplier -> frames_per_event in _blob_detector_writer.py * Fix bob detector tests and describe dtype * formatting * Add tests, rename trigger -> event, rename frame -> exposure (#1) * add use/set switch (#780) * add use/set switch * rename to set_use_switch * Remove functions from ADHDFWriter that are exact copies of superclass functions (#782) * Simpler fix standard det (#784) * Make sure the capture/arm status coro hasn't already completed before trying to await it * add offset mode switch and other missing motor fields (#783) * add offset mode switch * add other things in epics motor present in ophyd-sync * remove homf,homr,movn,tdir and make signal names consistent with ophyd * make HLS and LLS int * Testing some ideas * Renamed number_of_triggers -> number_of_events, frames_per_event -> exposures_per_event * Cleanup on expected test failure * Use FailedStatus in test --------- Co-authored-by: Jack Harper <jack.harper@stfc.ac.uk> Co-authored-by: Jakub Wlodek <jwlodek@bnl.gov> * Remove pixi files * Fix tests after merge * Use type-checked trigger_info * Fix trigger info stage/unstage behavior * Remove test notebook * Fixed bug in flyscan with differing exposures_per_event * Renaming some things to match new terms * Feedback from review * Change [1] -> [] for single scalars * Fix naming issue after merge * Fix issues from merge; Remove test checking exposures_per_event == 1 for panda --------- Co-authored-by: Jakub Wlodek <jwlodek@bnl.gov> Co-authored-by: jwlodek <jwlodek.dev@gmail.com> Co-authored-by: Tom C (DLS) <101418278+coretl@users.noreply.github.com> Co-authored-by: Jack Harper <jack.harper@stfc.ac.uk>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Rebasing might not happen immediately, so don't worry if this takes some time.
Note: if you make any changes to this PR yourself, they will take precedence over the rebase.
Rebasing might not happen immediately, so don't worry if this takes some time.
Note: if you make any changes to this PR yourself, they will take precedence over the rebase.
Rebasing might not happen immediately, so don't worry if this takes some time.
Note: if you make any changes to this PR yourself, they will take precedence over the rebase.
Rebasing might not happen immediately, so don't worry if this takes some time.
Note: if you make any changes to this PR yourself, they will take precedence over the rebase.
Rebasing might not happen immediately, so don't worry if this takes some time.
Note: if you make any changes to this PR yourself, they will take precedence over the rebase.
Rebasing might not happen immediately, so don't worry if this takes some time.
Note: if you make any changes to this PR yourself, they will take precedence over the rebase.
Rebasing might not happen immediately, so don't worry if this takes some time.
Note: if you make any changes to this PR yourself, they will take precedence over the rebase.
Rebasing might not happen immediately, so don't worry if this takes some time.
Note: if you make any changes to this PR yourself, they will take precedence over the rebase.
Rebasing might not happen immediately, so don't worry if this takes some time.
Note: if you make any changes to this PR yourself, they will take precedence over the rebase.
Bumps the actions group with 1 update: softprops/action-gh-release.
Updates
softprops/action-gh-releasefrom 2.0.6 to 2.0.8Release notes
Sourced from softprops/action-gh-release's releases.
Changelog
Sourced from softprops/action-gh-release's changelog.
... (truncated)
Commits
c062e08release 2.0.8380635cchore(deps): bump@actions/githubfrom 5.1.1 to 6.0.0 (#470)20adb42refactor: write jest config in ts (#485)f808f15chore(deps): bump glob from 10.4.2 to 11.0.0 (#477)6145241chore(deps): bump@octokit/plugin-throttlingfrom 9.3.0 to 9.3.1 (#484)4ac522dchore(deps): bump@types/nodefrom 20.14.9 to 20.14.11 (#483)25849b1chore(deps): bump prettier from 2.8.0 to 3.3.3 (#480)6206056chore: update dependabot commit msg39aadf1chore: runfrizbee actions .github/workflows/6f3ab65chore: update dist fileDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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