Skip to content

Releases: Point72/csp

v0.0.6

05 Dec 02:36
01b077d
Compare
Choose a tag to compare

What's Changed

  • Move symphony adapter to separate package by @timkpaine in #308
  • Add postprocess_to_dict hook for to_dict method in structs by @arhamchopra in #280
  • Resolve empty container types as the generic form of the container by @AdamGlustein in #318
  • Improve implementation of statistics functions Quantile/Rank using boost::multi_index by @mrchhaya in #333
  • Add support for additional Python types as dict keys in Struct.to_json by @arhamchopra in #321
  • Expose engine shutdown to adapter managers and push/pushpull adapters by @argaj in #312
  • Deprecate legacy type hints such as [int] and replace with python-standard type hints such as List[int] by @ptomecek in #331
  • Move slack adapter to separate package by @timkpaine in #337
  • Add burst to websocket adapter; move build to c++20 by @wrieg123 in #355
  • Add support for Annotated to struct type. by @ptomecek in #375
  • Pydantic-based type checking by @ptomecek in #179
  • Support protobuf 5 by @timkpaine in #385
  • Kafka improvements by @arhamchopra in #388
  • Upgrade csp to perspective 3.x by @ptomecek in #392
  • Remove macos-12 runner as it is fully unsupported as of 2024-12-03 by @ptomecek in #407
  • Support Literal and Union/Optional types on structs. Fixes #405 by @ptomecek in #408
  • Run websocket tests by @NeejWeej in #411

New Contributors

Full Changelog: v0.0.5...v0.0.6

v0.0.5

26 Jun 17:16
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.4...v0.0.5

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