You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improve TensorFlow compatibility by migrating imports from private tensorflow.python.keras APIs to public tensorflow.keras APIs across library code, examples, docs, and tests. @shenweichen
Update package compatibility for modern environments: release v0.3.2, require Python >=3.7, and bump dependency to deepctr~=0.9.4. @shenweichen
Refresh CI with a matrix-based workflow (Python 3.7/3.10/3.11 and TensorFlow 1.15.5/2.10.0/2.15.0), docs-only PR fast-path, and examples smoke tests. @shenweichen
Add Read the Docs build configuration and improve installation/compatibility guidance in docs. @shenweichen
Bug Fixes and Other Changes
Fix ragged genres sequence handling in examples/preprocess.py for better TensorFlow/NumPy compatibility. @shenweichen
Fix examples/run_ncf.py by encoding genres and adding DEEPMATCH_EXAMPLE_FAST mode to stabilize CI runs. @shenweichen
Update README/Quick-Start/FAQ/Examples with clearer install steps (pip install tensorflow then pip install deepmatch) and best practices for Keras imports. @shenweichen