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

Move util functions from i22 branch of ophyd_async that may be generally useful #10

Merged
merged 30 commits into from
Oct 23, 2023

Commits on Oct 12, 2023

  1. Configuration menu
    Copy the full SHA
    6fdea74 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7c2724b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d6f48fa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1724ede View commit details
    Browse the repository at this point in the history
  5. Linting

    DiamondJoseph committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    ec2c2dc View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2023

  1. test for group_uuid

    DiamondJoseph committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    7afeb2b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ced4b8f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2685a7d View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

  1. Respond to review comments:

    - get_constant_duration renamed to be clearer intended function, always return None instead of throwing
    - in_micros to throw exception when working in negative time
    - Add tests for intended behaviour of get_constant_duration
    DiamondJoseph committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    b9ed5a7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8ca1a02 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c887255 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    be17ffd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    994779f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6ba15cf View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d5d10f4 View commit details
    Browse the repository at this point in the history
  8. Update src/dls_bluesky_core/core/maths.py

    Co-authored-by: Tom C (DLS) <101418278+coretl@users.noreply.github.com>
    DiamondJoseph and coretl committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    47557c6 View commit details
    Browse the repository at this point in the history
  9. linting

    DiamondJoseph committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    06f9599 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2023

  1. Configuration menu
    Copy the full SHA
    1bd64ae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e843acc View commit details
    Browse the repository at this point in the history
  3. lint

    DiamondJoseph committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    a31c597 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2023

  1. Added stream name to bps.collect in fly_and_collect

    Rose Yemelyanova committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    d7674d2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    efba33e View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

  1. Move inject method for type checked default arguments from blueapi

    DiamondJoseph authored and Rose Yemelyanova committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    7d478b0 View commit details
    Browse the repository at this point in the history
  2. Add test for fly_and_collect stub

    Rose Yemelyanova committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    615f9ef View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3691bdd View commit details
    Browse the repository at this point in the history
  4. Add pytest-asyncio as dependency

    Rose Yemelyanova committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    030597c View commit details
    Browse the repository at this point in the history
  5. Ignoring untyped function definition for core.coordination.inject for…

    … now
    Rose Yemelyanova committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    8421a0b View commit details
    Browse the repository at this point in the history
  6. lint

    Rose Yemelyanova committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    02eb1d5 View commit details
    Browse the repository at this point in the history
  7. Change test structure and add docstring to fly_and_collect

    Rose Yemelyanova committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    03a65ec View commit details
    Browse the repository at this point in the history
  8. Modify docstring

    Rose Yemelyanova committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    ed2cae5 View commit details
    Browse the repository at this point in the history