Skip to content

Releases: Point72/ccflow

v0.8.0

18 Dec 15:59
29534a3

Choose a tag to compare

What's Changed

  • Add ability to have a target return a simple config type that is used elsewhere via interpolation by @ptomecek in #158
  • Validate DateRangeContext from DateContext by @ptomecek in #160
  • Fall back to builtin Enum for static type checking by @p72dennisxu in #163
  • Fix inheritance structure for contexts by @ptomecek in #164
  • Make NullContext an alias of ContextBase by @vstolin in #166

New Contributors

Full Changelog: v0.7.0...v0.8.0

v0.7.0

10 Nov 16:08
fe0155c

Choose a tag to compare

What's Changed

  • Update PolarsExpression to just be a type annotation on pl.Expr by @NeejWeej in #130
  • Provide utility functions for calling from hydra by @NeejWeej in #128
  • Allow for union types in call signature return if separate concerete property by @timkpaine in #152
  • Ensure overriden context/result properties are compatible with call signature by @timkpaine in #148
  • Simplify callable and generic callable validation to unify, fix bug related to assignment and validators by @timkpaine in #153

Full Changelog: v0.6.10...v0.7.0

v0.6.10

01 Nov 01:37
7580034

Choose a tag to compare

What's Changed

  • Allow call annotation types to subclass generic types by @timkpaine in #142

Full Changelog: v0.6.9...v0.6.10

v0.6.9

31 Oct 21:09

Choose a tag to compare

What's Changed

Full Changelog: v0.6.8...v0.6.9

v0.6.8

30 Oct 16:04

Choose a tag to compare

What's Changed

Full Changelog: v0.6.7...v0.6.8

v0.6.7

29 Oct 20:14

Choose a tag to compare

What's Changed

  • Ensure CallableModelGenericType works when impl is separated from generic by @timkpaine in #139

Full Changelog: v0.6.6...v0.6.7

v0.6.6

28 Oct 21:58

Choose a tag to compare

What's Changed

  • Add datetime contexts, add datetime validator convenience, update wiki to show other context examples by @timkpaine in #134
  • Allow inheritance from callablegeneric type by @timkpaine in #136
  • allow CallableModelGenericType to be fully fledged callable model base by @timkpaine in #137

Full Changelog: v0.6.5...v0.6.6

v0.6.5

21 Oct 21:07
807bc65

Choose a tag to compare

What's Changed

  • Allow FlowOptions to be passed directly to the call function for interactive work by @ptomecek in #124
  • Better exception handling for registry loading by @ptomecek in #120
  • Improve type errors for Flow decorator by @ptomecek in #122
  • Introduce class to capture global state for distributed evaluation by @ptomecek in #123

Full Changelog: v0.6.4...v0.6.5

v0.6.4

24 Sep 23:34
8b83a29

Choose a tag to compare

What's Changed

Full Changelog: v0.6.3...v0.6.4

v0.6.3

16 Sep 15:27
d1cef37

Choose a tag to compare

What's Changed

Full Changelog: v0.6.2...v0.6.3