What's Changed
* Compare floats by epsilon in `drop_dupes_float` by timkpaine in https://github.com/Point72/csp/pull/104
* Check wheels and sdist for issues with twine check by timkpaine in https://github.com/Point72/csp/pull/103
* Build sdist with build to ensure proper readme contents and format by timkpaine in https://github.com/Point72/csp/pull/107
* use `twine check --strict` in dist-check by ngoldbaum in https://github.com/Point72/csp/pull/108
* Sympy integration via ufunc dispatch, expanded `numpy` integration by timkpaine in https://github.com/Point72/csp/pull/60
* Add example for the pandas extension types by ptomecek in https://github.com/Point72/csp/pull/110
* Symphony adapter by timkpaine in https://github.com/Point72/csp/pull/87
* Add slack message adapter by timkpaine in https://github.com/Point72/csp/pull/22
* Protect against unstable division by variance in skew/kurt/corr by AdamGlustein in https://github.com/Point72/csp/pull/118
* Fix invalid access to a struct meta name when the struct is a base struct by AdamGlustein in https://github.com/Point72/csp/pull/119
* Move to ruff check by timkpaine in https://github.com/Point72/csp/pull/124
* Set minimum numpy version to avoid ABI mismatch error by ngoldbaum in https://github.com/Point72/csp/pull/126
* Move wiki docs into repo by pavithraes in https://github.com/Point72/csp/pull/116
* Add developer guide and move build instructions to their own page by ngoldbaum in https://github.com/Point72/csp/pull/128
* Build librdkafka with ssl support by ngoldbaum in https://github.com/Point72/csp/pull/133
* Lint and format docs by pavithraes in https://github.com/Point72/csp/pull/136
* Struct deepcopy implementation by argaj in https://github.com/Point72/csp/pull/134
* fixes 69 - deepcopy struct default values on init. Also includes th… by robambalu in https://github.com/Point72/csp/pull/138
* Add support for non-vcpkg based builds by timkpaine in https://github.com/Point72/csp/pull/137
* Replace usages of math.exp2 on python older than 3.11 by ngoldbaum in https://github.com/Point72/csp/pull/145
* drop python version check in csp/math.py by ngoldbaum in https://github.com/Point72/csp/pull/148
New Contributors
* pavithraes made their first contribution in https://github.com/Point72/csp/pull/116
* argaj made their first contribution in https://github.com/Point72/csp/pull/134
* robambalu made their first contribution in https://github.com/Point72/csp/pull/138
**Full Changelog**: https://github.com/Point72/csp/compare/v0.0.1...v0.0.2