What's Changed
- Optimize csp.stats calculations for expanding intervals by @AdamGlustein in #247
- Move websocket backend to boost::beast. Enabled on windows by @wrieg123 in #248
- Implement FastList type for Struct list fields by @ogarokpeter in #255
- Add native to_dict method for structs by @arhamchopra in #267
- Fix memory leak in
DialectGenericType
in to_json by @arhamchopra in #269 - Fix to_json to parse None in datetimes correctly by @arhamchopra in #268
- Getting started tutorials/guides by @pavithraes in #260
- Force numpy<2 for now by @timkpaine in #284
- Implement pickling for PyStructList and FastList by @ogarokpeter in #285
- Fix two bugs in unadjusted, tick-based EMA when NaNs are present by @AdamGlustein in #281
- Optimize halflife-based EMA's in csp.stats by @svatasoiu in #288
- websocket - raise a clear error is hostname isnt extracted from URI (… by @robambalu in #299
New Contributors
- @svatasoiu made their first contribution in #288
Full Changelog: v0.0.4...v0.0.5