Merlin-core

Latest version: v23.8.0

Safety actively analyzes 710445 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 3

0.3.0

What's Changed
* Upgrading black by marcromeyn in https://github.com/NVIDIA-Merlin/core/pull/62
* Improve schema representation in a notebook by marcromeyn in https://github.com/NVIDIA-Merlin/core/pull/69
* Standardize our pre-commit hooks by karlhigley in https://github.com/NVIDIA-Merlin/core/pull/71
* Add mypy to the commit hooks and address typing issues by karlhigley in https://github.com/NVIDIA-Merlin/core/pull/72
* Add Github issue templates by karlhigley in https://github.com/NVIDIA-Merlin/core/pull/73
* Schema apply to select refactor by jperez999 in https://github.com/NVIDIA-Merlin/core/pull/74
* update distributed and dask to new version by jperez999 in https://github.com/NVIDIA-Merlin/core/pull/77
* docs: Add ext-toc and copydirs by mikemckiernan in https://github.com/NVIDIA-Merlin/core/pull/79
* Change `dask` and `distributed` deps to `==2021.11.2` by karlhigley in https://github.com/NVIDIA-Merlin/core/pull/78
* req fix slim down by jperez999 in https://github.com/NVIDIA-Merlin/core/pull/81
* Fix for cudf 22.04 by benfred in https://github.com/NVIDIA-Merlin/core/pull/82
* arrow downgrade in requirements by jperez999 in https://github.com/NVIDIA-Merlin/core/pull/84


**Full Changelog**: https://github.com/NVIDIA-Merlin/core/compare/v0.2.0...v0.3.0

0.2.0

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

New Contributors
* mikemckiernan made their first contribution in https://github.com/NVIDIA-Merlin/core/pull/36
* albert17 made their first contribution in https://github.com/NVIDIA-Merlin/core/pull/41
* marcromeyn made their first contribution in https://github.com/NVIDIA-Merlin/core/pull/63

**Full Changelog**: https://github.com/NVIDIA-Merlin/core/compare/v0.1.1...v0.2.0

0.1.0

What's Changed
* Add CI with github actions by benfred in https://github.com/NVIDIA-Merlin/core/pull/1
* Make `utils._pynvml_mem_size` public by karlhigley in https://github.com/NVIDIA-Merlin/core/pull/2
* Migrate `Schema` class to use `better-proto` for IO by karlhigley in https://github.com/NVIDIA-Merlin/core/pull/3
* Check Schema roundtrip to/from TensorflowMetadata by benfred in https://github.com/NVIDIA-Merlin/core/pull/7
* Allow JSON serialization for TensorflowMetadata by benfred in https://github.com/NVIDIA-Merlin/core/pull/8
* Fixes for TensorflowMetadata JSON compatability with merlin models by benfred in https://github.com/NVIDIA-Merlin/core/pull/9
* Add properties and tags for compatability with merlin-models by benfred in https://github.com/NVIDIA-Merlin/core/pull/10
* Move Schema from merlin.graph to merlin.schema by benfred in https://github.com/NVIDIA-Merlin/core/pull/11
* Store dtype precision as `itemsize` in schema files by jperez999 in https://github.com/NVIDIA-Merlin/core/pull/14
* Use implicit namespace package for merlin by benfred in https://github.com/NVIDIA-Merlin/core/pull/15
* Update `setup.py` to use `find_namespace_packages()` by karlhigley in https://github.com/NVIDIA-Merlin/core/pull/16
* Add `Distributed` and `Serial` execution-manager utilities by rjzamora in https://github.com/NVIDIA-Merlin/core/pull/21
* Rename `merlin.graph` to `merlin.dag` by karlhigley in https://github.com/NVIDIA-Merlin/core/pull/22
* Make it possible to pass `device` through `pull_apart_list` by karlhigley in https://github.com/NVIDIA-Merlin/core/pull/26

New Contributors
* benfred made their first contribution in https://github.com/NVIDIA-Merlin/core/pull/1
* jperez999 made their first contribution in https://github.com/NVIDIA-Merlin/core/pull/14
* rjzamora made their first contribution in https://github.com/NVIDIA-Merlin/core/pull/21

**Full Changelog**: https://github.com/NVIDIA-Merlin/core/commits/v0.1.0

Page 3 of 3

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.