JuliaML / TableTransforms.jl

Transforms and pipelines with tabular data in Julia
https://juliaml.github.io/TableTransforms.jl/stable
MIT License
103 stars 15 forks source link

Updates for API 0.3 #139

Closed juliohm closed 1 year ago

juliohm commented 1 year ago

This concludes the migration to SequentialTransform. Notice that in order to support combinations of different Transform with tables we had to relax the dispatch for ParallelTableTransform.

codecov-commenter commented 1 year ago

Codecov Report

Merging #139 (5652971) into master (29bd21c) will increase coverage by 0.01%. The diff coverage is 76.92%.

@@            Coverage Diff             @@
##           master     #139      +/-   ##
==========================================
+ Coverage   94.70%   94.71%   +0.01%     
==========================================
  Files          27       26       -1     
  Lines         831      795      -36     
==========================================
- Hits          787      753      -34     
+ Misses         44       42       -2     
Impacted Files Coverage Δ
src/transforms.jl 100.00% <ø> (ø)
src/transforms/parallel.jl 95.06% <76.92%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

juliohm commented 1 year ago

@eliascarv I will go ahead and merge this one to finish the full migration downstream. I understand you are a bit busy today.