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 https://github.com/Point72/csp/pull/18
* Support sqlalchemy>=2 by timkpaine in https://github.com/Point72/csp/pull/6
* Add function names to type resolver errors and properly report when the return value is the conflicting type by AdamGlustein in https://github.com/Point72/csp/pull/41
* Adding poisson_timer and brownian_motion to new csp.random module by ptomecek in https://github.com/Point72/csp/pull/56
* csp.stats.list_to_numpy should return a 1DArray, not an NDArray by AdamGlustein in https://github.com/Point72/csp/pull/78
* Remove GNU PBDS dependence in stats classes and improve ArgMinMax implementation by AdamGlustein in https://github.com/Point72/csp/pull/75
* Refactor and test examples by timkpaine in https://github.com/Point72/csp/pull/26
* Fix failing websocket adapter example by AdamGlustein in https://github.com/Point72/csp/pull/92
* Fix type annotation for `csp.apply` by timkpaine in https://github.com/Point72/csp/pull/93