v0.10.0 (22.12)
What’s Changed
🐜 Bug Fixes
- Fix file-count warning in Dataset.to_parquet @rjzamora (#159)
- Remove the @Property annotation from Transformable.columns @karlhigley (#166)
- Update value_count serialization/deserialization to be consistent with original schema @oliverholworthy (#111)
- Fix feature.shape attribute in from_merlin_schema @rjzamora (#169)
- Add the schema to the output of the .repartition() method @sararb (#192)
🚀 Features
- Read parquet statistics to optimize len when they are missing @rjzamora (#178)
- Change is_ragged property based on value_count in with_properties @oliverholworthy (#172)
- add is_list detection for merlin columns @jperez999 (#180)
- Enable partial value count to be specified @oliverholworthy (#171)
📄 Documentation
- docs: Add temp semver to calver banner @mikemckiernan (#161)
🔧 Maintenance
- Remove specifying is_ragged in LocalExecutor _transform_data @oliverholworthy (#173)
- Add Jenkinsfile @AyodeAwe (#167)
- Fix concat_columns for DataFrames with list features @oliverholworthy (#165)
- update drafter to work on tags & update cpu ci to target branches @jperez999 (#174)
- Remove explicit DictArray reference from merlin.core.dispatch @karlhigley (#163)