cx1111

Results 31 comments of cx1111

Let's keep this open until we can either make the library more robust to this behavior, or at least publicly document a workaround.

Not currently. Planning to add in the next few months. Contributions welcome.

Hey Richard, we're always grateful for contributions. Feel free to make pull requests to this project if you'd like, and we'd be happy to review.

@tompollard @bemoody @alistairewj thoughts?

Thanks. Some more thoughts: - Many users will want the 2d array to pass into convolutional neural networks or general multi-channel filter functions. - For multi-frequency records, the only way...

Let's not worry about backwards compatibility here. The current API behavior is not ideal, and does not allow the user to get a predictable output. I didn't think about the...

> What about deprecating `rdrecord` and introducing `wfdb.read_record()` or maybe just `wfdb.read()`? That's the long term plan. We want a major version where old and new APIs are available, and...

Hot off the press: https://github.com/MIT-LCP/wfdb-python/pull/388 See the top level functions at the bottom of the module demonstrating a non-streaming and streaming (needs a lot of work) API. My biggest takeaway...

^^ Thinking about it more, separating the signal data from the object may bring more confusion than benefits. Imagine reading a JPEG file into an `Image` object, and not having...

I'm removing the min_gap argument for now since it's not being used. Edit: I think I know what it's meant to be doing. I can implement it. So not removing...