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

Conversation

cboulay
Copy link
Collaborator

@cboulay cboulay commented Jun 14, 2024

Now that the more volatile extensions (sigproc) are removed from this repo, there's a lot less to consider when pushing out a new release.

Ignoring changes to sigproc, this PR can be summarized as follows:

  • strip out extensions
  • doc updates
  • fix a bug when initializing a component without a settings object (481903e)
  • stay in same env on fork (ce5ea04)
  • inspect instead of assume (1163e5d)
  • move inspect signature out of loop (3724b40)
  • GenAxisArray. convenience base class (c4d21a6)
  • Update per_counter to time (48e5222)

Do we bump the version before or after merging to main?

cboulay and others added 30 commits March 3, 2024 16:10
Add tests for slice_along_axis and sliding_win_oneaxis.
Fixed bug in aggregate test that kept testing the same func over and …
Bugfix: `ezmsg serve` is now venv compatible
scaler - Support size-0 arrays. Fixes #114
Inspect tasks instead of assuming call signatures and return types
Properly scope try/except block to not hide bad settings
zmq publisher keep alive after being opened then closed
`windowing` generator now yields AxisArray.
…NPUT_SETTINGS stream. Forces generator reconstruction.
A few innocuous fixes to some of Chad's code
cboulay and others added 4 commits June 9, 2024 12:59
* faster unit tests on core processing
* accommodate size-0 arrays
* slight optim. using template struct.
Eliminate extensions; migrated to ezmsg-org.
@cboulay cboulay requested a review from pperanich June 14, 2024 17:02
@griffinmilsap
Copy link
Collaborator

No strong feelings on where version bump happens; happy to merge this today (it feels so good to not be burdened by the extensions)!!!

@cboulay
Copy link
Collaborator Author

cboulay commented Jun 14, 2024

OK please merge. I will bump the minor version after that and create a release.

@griffinmilsap griffinmilsap merged commit 606fecd into main Jun 14, 2024
9 checks passed
@cboulay
Copy link
Collaborator Author

cboulay commented Jun 14, 2024

All done!
https://pypi.org/project/ezmsg/3.4.0/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants