Skip to content

Typed Datasets

Pre-release
Pre-release

Choose a tag to compare

@gordonwatts gordonwatts released this 16 Oct 22:02
  • ObjectStream is now a generic type that will track the type of the object it surrounds
  • EventDataset is also typed, as a result, and should be declared as such by anyone sub-classing this

This should not break any existing code downstream.

Finally, after years, we are tracking here a typed monad in python!