v0.0.1
Initial Release
@robambalu @stephenmarkacs @jacarr4 @smichael83 @AdamGlustein @ptomecek @ngoldbaum @timkpaine @melissawm
What's Changed
- Clean up test warnings in pandas extension type and accessor tests by @ptomecek in #18
- Support sqlalchemy>=2 by @timkpaine in #6
- Add function names to type resolver errors and properly report when the return value is the conflicting type by @AdamGlustein in #41
- Adding poisson_timer and brownian_motion to new csp.random module by @ptomecek in #56
- csp.stats.list_to_numpy should return a 1DArray, not an NDArray by @AdamGlustein in #78
- Remove GNU PBDS dependence in stats classes and improve ArgMinMax implementation by @AdamGlustein in #75
- Refactor and test examples by @timkpaine in #26
- Fix failing websocket adapter example by @AdamGlustein in #92
- Fix type annotation for
csp.apply
by @timkpaine in #93