Skip to content

Releases: Point72/ccflow

v0.5.2

04 Apr 18:24
f925119
Compare
Choose a tag to compare

What's Changed

  • Add generic function to load configs from hydra into the registry, taking into account the config-dir. by @ptomecek in #61

Full Changelog: v0.5.1...v0.5.2

v0.5.1

14 Mar 02:40
d9ab802
Compare
Choose a tag to compare

What's Changed

  • Turn off defer_build because it doesn't interact will with SerializeAsAny by @ptomecek in #56

Full Changelog: v0.5.0...v0.5.1

v0.5.0

13 Mar 02:48
0f65443
Compare
Choose a tag to compare

What's Changed

  • Add custom omegaconf resolvers by @NeejWeej in #30
  • Pydantic validation of Narwhals types by @ptomecek in #33
  • Remove PyArrowDataType and pandas pydantic wrappers. … by @ptomecek in #34
  • Fix issue with validation of NullContext and added tests. Closes #32 by @ptomecek in #36
  • Fix annotation adjustment for pipe unions. Closes #37 by @ptomecek in #38
  • Add explanation of ccflow acronym to docs. Closes #6 by @ptomecek in #39
  • Add cmd omegaconf resolver and tests for all resolvers by @ptomecek in #40
  • Add narwhals result types by @ptomecek in #35
  • Add extra validation around NarwhalsFrameResult and ArrowResult by @ptomecek in #41
  • Implement TPCH queries as an example of using ccflow by @ptomecek in #42
  • Use Narwhals to clean up more validation at the ArrowTable type level by @ptomecek in #43
  • Update ruff requirement from <0.9,>=0.6 to >=0.6,<0.10 by @dependabot in #44
  • Add df property to ArrowTableResult for duck-type compatibility with NarwhalsDataFrameResult by @ptomecek in #45
  • Add FallbackEvaluator to handle evaluator failures by @ptomecek in #47
  • Defer build to reduce import time by @NeejWeej in #51
  • Add warning for common misspellings of target by @ptomecek in #52
  • Fix #49. Make sure to use right context when raising unresolved model exception during registry load. by @ptomecek in #50
  • Misc formatting and typos fixes by @timkpaine in #48
  • Add polars log formatter for tabular results. by @ptomecek in #53
  • Allow support for validation of ArrowSchema external type. Closes #54 by @feussy in #55

New Contributors

Full Changelog: v0.4.1...v0.5.0

v0.4.1

30 Jan 22:12
46e022f
Compare
Choose a tag to compare

What's Changed

  • Make csp enum base class opt out by @timkpaine in #21
  • Allow for kwargs of a context to be passed to a callable model directly. Closes #23 by @ptomecek in #24

Full Changelog: v0.4.0...v0.4.1

v0.4.0

29 Nov 21:15
cfe05f0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.1...v0.4.0

v0.3.1

29 Nov 20:22
3eea549
Compare
Choose a tag to compare

What's Changed

  • Fix bug where GraphEvaluator would not return the result of the model being directly called by @rasmysamy in #12
  • Fix issue where annotations are not properly traversed for Python 3.8 by @rasmysamy in #10

Full Changelog: v0.3.0...v0.3.1

v0.3.0

07 Nov 14:40
Compare
Choose a tag to compare