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

Dev -> Main #129

Merged
merged 35 commits into from
Jun 14, 2024
Merged

Dev -> Main #129

merged 35 commits into from
Jun 14, 2024

Commits on Mar 3, 2024

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

Commits on Mar 4, 2024

  1. Merge pull request #104 from iscoe/cboulay/ndarray_util_tests

    Add tests for slice_along_axis and sliding_win_oneaxis.
    cboulay authored Mar 4, 2024
    Configuration menu
    Copy the full SHA
    ba6f50b View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. Configuration menu
    Copy the full SHA
    34a3d91 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #106 from iscoe/cboulay/aggregate_test_fix

    Fixed bug in aggregate test that kept testing the same func over and …
    cboulay authored Mar 5, 2024
    Configuration menu
    Copy the full SHA
    f211007 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

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

Commits on Mar 15, 2024

  1. Configuration menu
    Copy the full SHA
    a9d3103 View commit details
    Browse the repository at this point in the history
  2. Add sigproc to docs.

    cboulay committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    477b4bd View commit details
    Browse the repository at this point in the history
  3. Patch core links back to __init__ because autodoc refs are not usin…

    …g fully qualified module names.
    cboulay committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    3936f67 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. stay in same env on fork

    Griffin Milsap committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    ce5ea04 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #109 from iscoe/griffinmilsap/bugfix_cmdline

    Bugfix: `ezmsg serve` is now venv compatible
    griffinmilsap authored Mar 26, 2024
    Configuration menu
    Copy the full SHA
    0e78703 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. Merge pull request #107 from iscoe/cboulay/docs

    Big docs update
    griffinmilsap authored Apr 16, 2024
    Configuration menu
    Copy the full SHA
    2682137 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2024

  1. zmq publisher after being opened then closed now returns to a useful …

    …state rather than dying. Fixes #110
    cboulay committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    1f32a03 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    481903e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ee71e0b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0876d17 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    eb111ea View commit details
    Browse the repository at this point in the history
  6. Give CAR passthrough mode.

    cboulay committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    e638ffd View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. inspect instead of assume

    Griffin Milsap committed May 10, 2024
    Configuration menu
    Copy the full SHA
    1163e5d View commit details
    Browse the repository at this point in the history
  2. move inspect.signature out of subscriber loop

    Griffin Milsap committed May 10, 2024
    Configuration menu
    Copy the full SHA
    3724b40 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2024

  1. Merge pull request #117 from iscoe/cboulay/car_noop

    Give CAR passthrough mode.
    griffinmilsap authored May 11, 2024
    Configuration menu
    Copy the full SHA
    da2157e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #115 from iscoe/cboulay/114_scaler_np_fix

    scaler - Support size-0 arrays. Fixes #114
    griffinmilsap authored May 11, 2024
    Configuration menu
    Copy the full SHA
    a179fe2 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #121 from iscoe/120_inspect_tasks

    Inspect tasks instead of assuming call signatures and return types
    griffinmilsap authored May 11, 2024
    Configuration menu
    Copy the full SHA
    9996c7f View commit details
    Browse the repository at this point in the history
  4. Merge pull request #113 from iscoe/108_scope_trycatch

    Properly scope try/except block to not hide bad settings
    griffinmilsap authored May 11, 2024
    Configuration menu
    Copy the full SHA
    ed7a877 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #112 from iscoe/110_zmq_keep_alive

    zmq publisher keep alive after being opened then closed
    griffinmilsap authored May 11, 2024
    Configuration menu
    Copy the full SHA
    d76fae5 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #103 from iscoe/cboulay/win_gen_yield_type

    `windowing` generator now yields AxisArray.
    griffinmilsap authored May 11, 2024
    Configuration menu
    Copy the full SHA
    95e5326 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3879776 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6c296e8 View commit details
    Browse the repository at this point in the history
  9. GenAxisArray convenience Unit base -- support changing settings via I…

    …NPUT_SETTINGS stream. Forces generator reconstruction.
    cboulay committed May 11, 2024
    Configuration menu
    Copy the full SHA
    c4d21a6 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #122 from iscoe/cboulay/quick_fixes

    A few innocuous fixes to some of Chad's code
    cboulay authored May 11, 2024
    Configuration menu
    Copy the full SHA
    d345d3c View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

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

Commits on Jun 9, 2024

  1. Upgrade downsample

    * faster unit tests on core processing
    * accommodate size-0 arrays
    * slight optim. using template struct.
    cboulay committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    1949473 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. Merge pull request #126 from iscoe/cboulay/fix_downsample

    Fix downsample
    pperanich authored Jun 11, 2024
    Configuration menu
    Copy the full SHA
    326e1b1 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. Configuration menu
    Copy the full SHA
    582e191 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #128 from iscoe/cboulay/migrate_extensions

    Eliminate extensions; migrated to ezmsg-org.
    griffinmilsap authored Jun 14, 2024
    Configuration menu
    Copy the full SHA
    b3b785b View commit details
    Browse the repository at this point in the history
  3. update poetry.lock

    cboulay committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    73d185a View commit details
    Browse the repository at this point in the history