| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| deepctr-0.9.4.tar.gz | 2026-04-16 | 88.1 kB | |
| deepctr-0.9.4-py3-none-any.whl | 2026-04-16 | 141.0 kB | |
| README.md | 2026-04-16 | 874 Bytes | |
| v0.9.4 source code.tar.gz | 2026-04-16 | 5.7 MB | |
| v0.9.4 source code.zip | 2026-04-16 | 5.8 MB | |
| Totals: 5 Items | 11.7 MB | 4 | |
Summary
- Split CI coverage across TensorFlow 1.x and 2.x workflows, with TF1 staying on TensorFlow 1.15.5 and TF2 covering modern Python/TensorFlow combinations.
- Add Codecov uploads and terminal missing-line coverage output so CI logs show which files are lowering coverage.
- Replace private
tensorflow.python.kerasimports with publictensorflow.kerasimports for better TensorFlow 2.x compatibility. - Update package/docs metadata for the 0.9.4 release and supported Python versions.
Notes
deepctr/estimatorremains supported primarily through the TensorFlow 1.15.5 workflow; modern TensorFlow 2.16+ removestf.estimator.
What's Changed
- Update CI for modern TensorFlow support by @shenweichen in https://github.com/shenweichen/DeepCTR/pull/549
Full Changelog: https://github.com/shenweichen/DeepCTR/compare/v0.9.3...v0.9.4