Skip to content

Releases: Point72/csp

v0.0.4

22 May 19:18
f11f5c6
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.3...v0.0.4

v0.0.3

05 Apr 20:18
7fddb2b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.2...v0.0.3

v0.0.2

14 Mar 16:53
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.1...v0.0.2

v0.0.1

20 Feb 19:38
dd9898f
Compare
Choose a tag to compare

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