Releases: Point72/ccflow
Releases · Point72/ccflow
v0.8.0
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
- @p72dennisxu made their first contribution in #163
- @vstolin made their first contribution in #166
Full Changelog: v0.7.0...v0.8.0
v0.7.0
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
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
v0.6.8
What's Changed
- Allow partial generics in inheritance tree by @timkpaine in #141
Full Changelog: v0.6.7...v0.6.8
v0.6.7
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
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
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
What's Changed
- Add split and join resolvers by @timkpaine in #117
- Organize and add new omegaconf resolvers, add utility to avoid dupes by @timkpaine in #115
- Eliminate some deprecation warnings by @timkpaine in #119
Full Changelog: v0.6.3...v0.6.4
v0.6.3
What's Changed
- Release publisher model, add tests by @timkpaine in #112
Full Changelog: v0.6.2...v0.6.3