v0.2.0
What's Changed
- Add a conda recipe for uploading to anaconda by @benfred in #32
- Add a basic sphinx documentation site by @benfred in #31
- Automate pushing package to pypi by @benfred in #30
- Set up automated docstring coverage checks by @karlhigley in #34
- Make
BaseOperator.dependenciesa property by @karlhigley in #33 - Add docstrings to
merlin.schemaby @karlhigley in #35 - chore(docs): configure doc preview for PRs by @mikemckiernan in #36
- Fix reading from S3 by @benfred in #37
- Update requirements.txt by @albert17 in #41
- Adds container testing by @albert17 in #42
- Fix JSON serialization of schema's by @benfred in #43
- Split schema tests from dag tests by @benfred in #44
- Move interrogate docstring coverage settings to pyproject.toml by @karlhigley in #45
- Fix an issue with fetching leaf dtypes from multiply nested lists by @karlhigley in #46
- Exclude additional directories from docstring coverage checks by @karlhigley in #49
- Additional docstrings from bash by @karlhigley in #50
- docs: Add nightly multi-version build by @mikemckiernan in #51
- Move
merlin.core.workertomerlin.io.workerby @karlhigley in #52 - Switch to packaging.version from distutils.LooseVersion by @benfred in #54
- README updates by @benfred in #53
- Fix for cudf 22.02 by @albert17 in #57
- Generalize the fix for Pandas extension dtypes by @karlhigley in #58
- Restrict running on pandas 1.4.x by @benfred in #59
- Exclude
merlin/iofrom docstring coverage checks by @karlhigley in #56 - Avoid nullable pandas dtypes in CPUParquetEngine by @rjzamora in #60
- Fix series_has_nulls dispatch by @rjzamora in #61
- Fix type-hints of schema.select_by_tag & remove_by_tag by @marcromeyn in #63
- Avoid creating pd.StringDtype in CPUParquetEngine by @rjzamora in #66
- Remove use of
kindproperty inColumnSchemaby @karlhigley in #65 - Add pd.StringDtype check back to schema post_init by @rjzamora in #67
- docs: Add redirect page by @mikemckiernan in #64
- Report skipped tests in blossom by @benfred in #68
New Contributors
- @mikemckiernan made their first contribution in #36
- @albert17 made their first contribution in #41
- @marcromeyn made their first contribution in #63
Full Changelog: v0.1.1...v0.2.0