Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: DiamondLightSource/pythonSoftIOC
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4.2.0
Choose a base ref
...
head repository: DiamondLightSource/pythonSoftIOC
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4.3.0
Choose a head ref
  • 14 commits
  • 11 files changed
  • 2 contributors

Commits on Nov 8, 2022

  1. Fix CHANGELOG

    AlexanderWells-diamond committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    f1f3623 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2022

  1. Add Channel Access Report functions

    Includes casr, dbel, and dbcar. Does not include ascar as we don't
    have Access Security rules in PythonSoftIOC.
    AlexanderWells-diamond committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    ae754b2 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2023

  1. Add documentation for WaveformIn and downgrade Waveform to legacy

    Also add WaveformIn to default exports from softioc.builder and clarify in
    code that Waveform is a legacy name.
    Araneidae committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    5f02a84 View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG

    Araneidae committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    9e36543 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2023

  1. Increase test timeout

    On MacOS we are seeing GitHub Actions take 15+ seconds to start a new
    Process.
    
    Also added some more logging for additional diagnosis
    AlexanderWells-diamond committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    63995ce View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2023

  1. Remove DeprecationWarning from using "+" operator

    This used to be an easy way to return a copy of the array. Now we must
    use the explicit copy function.
    AlexanderWells-diamond committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    565bca1 View commit details
    Browse the repository at this point in the history
  2. Allow arrays of strings to be used with Waveforms

    Note the tests fail, largely due to now numpy defaults to
    a floating point dtype, which we cannot coerce into an array of strings.
    
    Also TODOs need completion...
    AlexanderWells-diamond committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    7d852a0 View commit details
    Browse the repository at this point in the history
  3. Add support and tests for List[str]

    Note that these tests don't currently pass!
    AlexanderWells-diamond committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    f127bf2 View commit details
    Browse the repository at this point in the history
  4. Handle returning a numpy array of strings

    Also make all the tests pass. Involved skipping
    AlexanderWells-diamond committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    01163d2 View commit details
    Browse the repository at this point in the history
  5. Add exception on overlong string setting

    Also add more tests
    AlexanderWells-diamond committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    01308e0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    84346b8 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2023

  1. Code review changes

    - Rewrites the note on waveform of strings
    - Refactors _require_waveform
    - Removes unused DTYPE and add more tests for mixed lists
    AlexanderWells-diamond committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    5b59ed7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    65f8bd8 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2023

  1. Configuration menu
    Copy the full SHA
    b22b497 View commit details
    Browse the repository at this point in the history
Loading