Added ~~~~~ Changed ~~~~~~~ Deprecated ~~~~~~~~~~ Removed ~~~~~~~ Fixed ~~~~~ - Fixed CI to make it keep passing on Python 3.6 - Fix mlflow compatibility with mlflow server 1.30.0 Security ~~~~~~~~
Added ~~~~~ - Add new name for ``layers.Sequential`` (now ``layers.DAG`` for Directed Acyclic Graph), kept old name for legacy reasons - Add new argument options to ``layers.DenseIndex`` (reuse, trainable and initializer)
Changed ~~~~~~~ - Remove shortened imports ``import deepr as dpr`` as it is useless.
Fixed ~~~~~ - Incorrect numpy requirement (incompatible with Tensorflow requirements)
Security ~~~~~~~~
2.10.0
--------------------- Added ~~~~~ - Log yarn launcher app id with mlflow.
2.9.1
--------------------
Fixed ~~~~~ - move tf-yarn dependency to gpu / cpu additional packages.
2.9.0
--------------------
Added ~~~~~ - SVD jobs and configs to MovieLens - VAE model to MovieLens - NDCGK and RecallK metrics to MovieLens - CSVReader to MovieLens - AddWithWeight, DenseIndex, MultiLogLikelihoodCSS, MultiLogLikelihood layers - Lambda layer to layers.base - preds option to Trainer