v0.1.0
What's Changed
- Add CI with github actions by @benfred in #1
- Make
utils._pynvml_mem_size
public by @karlhigley in #2 - Migrate
Schema
class to usebetter-proto
for IO by @karlhigley in #3 - Check Schema roundtrip to/from TensorflowMetadata by @benfred in #7
- Allow JSON serialization for TensorflowMetadata by @benfred in #8
- Fixes for TensorflowMetadata JSON compatability with merlin models by @benfred in #9
- Add properties and tags for compatability with merlin-models by @benfred in #10
- Move Schema from merlin.graph to merlin.schema by @benfred in #11
- Store dtype precision as
itemsize
in schema files by @jperez999 in #14 - Use implicit namespace package for merlin by @benfred in #15
- Update
setup.py
to usefind_namespace_packages()
by @karlhigley in #16 - Add
Distributed
andSerial
execution-manager utilities by @rjzamora in #21 - Rename
merlin.graph
tomerlin.dag
by @karlhigley in #22 - Make it possible to pass
device
throughpull_apart_list
by @karlhigley in #26
New Contributors
- @benfred made their first contribution in #1
- @jperez999 made their first contribution in #14
- @rjzamora made their first contribution in #21
Full Changelog: https://github.com/NVIDIA-Merlin/core/commits/v0.1.0