Skip to content

Releases: Point72/csp

v0.11.2

Choose a tag to compare

@github-actions github-actions released this 07 Aug 16:34
b73304e

What's Changed

Full Changelog: v0.11.1...v0.11.2

v0.11.1

Choose a tag to compare

@github-actions github-actions released this 03 Jul 18:35
abea178

What's Changed

Full Changelog: v0.11.0...v0.11.1

v0.11.0

Choose a tag to compare

@github-actions github-actions released this 02 Jul 02:51

What's Changed

Full Changelog: v0.10.1...v0.11.0

v0.10.1

Choose a tag to compare

@github-actions github-actions released this 06 Jun 00:19
518d3b5

What's Changed

Full Changelog: v0.10.0...v0.10.1

v0.10.0

Choose a tag to compare

@github-actions github-actions released this 23 May 02:42
d22137c

What's Changed

  • Fix bug with piece of code that tests whether the matrix is positive definite by @aor-activeviam in #520
  • Manually mangle attribute for type adapter to avoid name conflicts by @NeejWeej in #530
  • Add support for publishing / subscribing to DATE types by @robambalu in #535
  • Take self as argument in postprocess_to_dict by @arhamchopra in #533

New Contributors

Full Changelog: v0.9.0...v0.10.0

v0.9.0

Choose a tag to compare

@github-actions github-actions released this 02 Apr 23:50

What's Changed

  • Test for generic ts default by @NeejWeej in #490
  • Improve performance of to_dict, and update docs by @arhamchopra in #499
  • fixes #488 - allow StructMeta copyFrom / deepcopyFrom / updateFrom to… by @robambalu in #496
  • Add optional support for preserving enums in to_dict by @arhamchopra in #501
  • Throw on parse if an input is a Union of ts and scalars. by @NeejWeej in #504
  • Remove vendored pyarrow code and upgrade arrow to 19 by @arhamchopra in #507
  • Allow csp.Struct as a generic field member to be autogened. Fixes cr… by @robambalu in #506
  • fix: proper catching of datetime type in py_push_pull adapter by @mildek in #514

New Contributors

Full Changelog: v0.8.0...v0.9.0

v0.8.0

Choose a tag to compare

@github-actions github-actions released this 10 Mar 18:59
a6ae087

What's Changed

  • Handle Any type properly in pydantic type checking. Fixes #468 by @ptomecek in #471
  • Bugfix in QueueWaiter wait. If eventsPending is already true when en… by @robambalu in #474
  • Allow ParquetReader to read LARGE_STRING, LARGE_BINARY, LARGE_LIST types from Arrow by @arhamchopra in #460
  • Add hasConverter convenience method by @alexddobkin in #480
  • Handle union and literal typing correctly in annotations by @NeejWeej in #478
  • Allow using pydantic for from_dict, schema for FastList by @NeejWeej in #479
  • Correct adjustment of annotations on OutputBasket type. Fixes #483. by @ptomecek in #484

Full Changelog: v0.0.11...v0.8.0

v0.0.11

Choose a tag to compare

@github-actions github-actions released this 03 Mar 15:34
20754c7

What's Changed

  • Fix websocket header copypasta by @timkpaine in #458
  • Set appropriate lower bound for pyarrow, add missing required runtime dep on pydantic by @timkpaine in #461

Full Changelog: v0.0.10...v0.0.11

v0.0.10

Choose a tag to compare

@github-actions github-actions released this 28 Feb 15:44
46ed3bc

What's Changed

  • Remove protobuf dependency, its not needed / used and brings in too much baggage by @robambalu in #457
  • Turn on pydantic type checking by default by @ptomecek in #453

Full Changelog: v0.0.9...v0.0.10

v0.0.9

Choose a tag to compare

@github-actions github-actions released this 21 Feb 21:54
ad075a0

What's Changed

  • Allow pulling Kafka timestamp from message, allow skipping kafka data by @NeejWeej in #442
  • Remove python 3.8 from pyproject and README by @robambalu in #450
  • Create adapter utils shared lib by @alexddobkin in #452
  • Fix pydantic annotation handling for Callable by @ptomecek in #455

Full Changelog: v0.0.8...v0.0.9