- Dec 19, 2024
-
-
James Kennington authored
-
James Kennington authored
-
James Kennington authored
-
James Kennington authored
Migrate to mkdocs See merge request !84
-
James Kennington authored
-
- Dec 17, 2024
-
-
Yun-Jing Huang authored
update time function in real time src See merge request !83
-
Yun-Jing Huang authored
-
- Dec 13, 2024
-
-
Chad Hanna authored
qol See merge request !82
-
- Dec 12, 2024
-
-
Hanna authored
-
Yun-Jing Huang authored
fix bug where adapter doesn't check for discont when all buffers are flushed out See merge request !81
-
Yun-Jing Huang authored
-
- Dec 10, 2024
-
-
Jameson Rollins authored
update TransformElement source pad method name See merge request !79
-
Jameson Graef Rollins authored
Simple way to reuse the docstrings defined in the base class. The method docstrings don't need to be updated, as the overall class docstring should describe what the element does.
-
Jameson Graef Rollins authored
See sgn!55
-
- Dec 05, 2024
-
-
Hanna authored
-
Chad Hanna authored
allow specifying PYTHONPATH for makefile test target See merge request !74
-
Yun-Jing Huang authored
remove internal pad See merge request !80
-
Yun-Jing Huang authored
-
- Dec 04, 2024
-
-
Chad Hanna authored
fix missed uses of numpy.concat See merge request !78
-
Jameson Graef Rollins authored
-
Jameson Graef Rollins authored
-
- Dec 02, 2024
-
-
Chad Hanna authored
minor tweak to Frame reprs See merge request !77
-
- Nov 26, 2024
-
-
Jameson Graef Rollins authored
add commas for buffer list elements
-
Chad Hanna authored
better repr for EventFrame and TSFrame See merge request !73
-
Chad Hanna authored
use numpy.concatenate instead of concat See merge request !76
-
Chad Hanna authored
TSSource: use None instead of floats for default time values See merge request !71
-
Yun-Jing Huang authored
add Amplify element See merge request !72
-
Yun-Jing Huang authored
-
Jameson Graef Rollins authored
the concat alias is not supported in versions before 2.0.
-
Jameson Graef Rollins authored
Don't neglect to include the rest of the frame attributes.
-
Jameson Graef Rollins authored
t0 = 0 corresponds to an actual time, which is conceptually different from an unspecified time, and some source elements may need to behave differently for unspecified times. For consistency we make the same default change for "end" as well.
-
- Nov 19, 2024
-
-
Chad Hanna authored
improvements to TSSource support methods See merge request !67
-
Yun-Jing Huang authored
add sgn event classes See merge request !70
-
Yun-Jing Huang authored
-
Hanna authored
-
- Nov 13, 2024
-
-
Jameson Graef Rollins authored
-
Jameson Graef Rollins authored
the name "channels" is a bit confusing, where as "sample_shape" seems to be a more accurately descriptive name.
-
Jameson Graef Rollins authored
The logic here is that this function works on pads, setting the attributes associated with a pad, so the pad is actually the primary argument of the function and should therefor be the first argument.
-
Jameson Graef Rollins authored
to confirm to more standard single line summary, followed by more detailed description.
-
Jameson Graef Rollins authored
and fix imports in resampler
-