You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@marvin.apache.org by lu...@apache.org on 2019/05/12 19:15:51 UTC

[incubator-marvin] branch feature/MARVIN-1 updated (768b2d2 -> d5ac4db)

This is an automated email from the ASF dual-hosted git repository.

lucasbm88 pushed a change to branch feature/MARVIN-1
in repository https://gitbox.apache.org/repos/asf/incubator-marvin.git.


    from 768b2d2  Fixing travis
     add d7e1572  Merge pull request #2 from apache/develop
     add a15ca78  [MARVIN-36] Executor core 0.0.5
     add b32d46e  [MARVIN-36] Executor Core Readme
     add d5f779e  [MARVIN-36] Python Toolbox Readme
     add 194603e  [MARVIN-36] Python Toolbox 0.0.5
     add fcc4842  [MARVIN-38] CI Unidecode Missing
     add f3e3186  Change some dependencies version to fix [MARVIN-38].
     add c93fba2  Merge pull request #17 from takabayashi/MARVIN-38
     add 85540b3  Fix numpy version merge for 0.0.5 document update
     add 32ac24e  Merge pull request #15 from Wei-1/patch-5
     add 549a794  Merge pull request #3 from apache/develop
     add 8d0fd65  bumpversion fix and CHANGES.md update
     add 27e0545  CHANGE.md format fix
     add 12f3d56  Merge pull request #18 from oldfly/develop
     add 7b362c0  Fix make commands inside the templates
     add d7049d8  Update the project URL to have the new apache URL
     add fbd6231  Update my e-mail to have the new apache domain in it.
     add b221b6a  Merge pull request #19 from takabayashi/develop
     add 14d90cc  copyright-fix
     add f928d0d  Merge pull request #20 from Wei-1/develop
     new d5ac4db  Merge branch 'develop' into feature/MARVIN-1

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .travis.yml                                             |  4 +++-
 README.md                                               |  2 +-
 engine-server/CODE_OF_CONDUCT.md                        |  2 +-
 engine-server/Makefile                                  |  2 +-
 engine-server/NOTICE                                    |  4 ++--
 engine-server/PULL_REQUEST_TEMPLATE.md                  |  2 +-
 engine-server/README.md                                 |  7 +++----
 engine-server/build.sbt                                 |  8 ++++----
 engine-server/sonatype.sbt                              |  4 ++--
 engine-server/src/main/protobuf/actions.proto           |  2 +-
 .../org/marvin/artifact/manager/ArtifactFSSaver.scala   |  2 +-
 .../org/marvin/artifact/manager/ArtifactHdfsSaver.scala |  2 +-
 .../org/marvin/artifact/manager/ArtifactS3Saver.scala   |  2 +-
 .../org/marvin/artifact/manager/ArtifactSaver.scala     |  2 +-
 .../org/marvin/exception/MarvinEExecutorException.scala |  2 +-
 .../scala/org/marvin/executor/EngineExecutorApp.scala   |  2 +-
 .../scala/org/marvin/executor/actions/BatchAction.scala |  2 +-
 .../org/marvin/executor/actions/OnlineAction.scala      |  2 +-
 .../org/marvin/executor/actions/PipelineAction.scala    |  2 +-
 .../main/scala/org/marvin/executor/api/GenericAPI.scala |  2 +-
 .../org/marvin/executor/api/GenericAPIHandlers.scala    |  2 +-
 .../org/marvin/executor/manager/ExecutorManager.scala   |  2 +-
 .../org/marvin/executor/proxies/BatchActionProxy.scala  |  2 +-
 .../scala/org/marvin/executor/proxies/EngineProxy.scala |  2 +-
 .../org/marvin/executor/proxies/OnlineActionProxy.scala |  2 +-
 .../org/marvin/executor/statemachine/PredictorFSM.scala |  2 +-
 .../main/scala/org/marvin/model/BatchExecution.scala    |  2 +-
 .../src/main/scala/org/marvin/model/Metadata.scala      |  2 +-
 .../scala/org/marvin/util/ConfigurationContext.scala    |  2 +-
 .../src/main/scala/org/marvin/util/JsonUtil.scala       |  2 +-
 .../src/main/scala/org/marvin/util/LocalCache.scala     |  2 +-
 .../src/main/scala/org/marvin/util/ProtocolUtil.scala   |  2 +-
 engine-server/src/test/resources/engine_home/docs.yaml  |  6 +++---
 .../org/marvin/artifact/manager/ArtifactSaverTest.scala |  2 +-
 .../org/marvin/executor/EngineExecutorAppTest.scala     |  2 +-
 .../org/marvin/executor/actions/BatchActionTest.scala   |  2 +-
 .../org/marvin/executor/actions/OnlineActionTest.scala  |  2 +-
 .../scala/org/marvin/executor/api/GenericAPITest.scala  |  2 +-
 .../marvin/executor/manager/ExecutorManagerTest.scala   |  2 +-
 .../marvin/executor/statemachine/PredictorFSMTest.scala |  2 +-
 .../test/scala/org/marvin/fixtures/MetadataMock.scala   |  2 +-
 .../src/test/scala/org/marvin/util/JsonUtilTest.scala   |  2 +-
 .../src/test/scala/org/marvin/util/LocalCacheTest.scala |  2 +-
 .../test/scala/org/marvin/util/ProtocolUtilTest.scala   |  2 +-
 public-engines/image-classification-engine/Makefile     |  2 +-
 public-engines/image-classification-engine/README.md    |  3 ++-
 public-engines/image-classification-engine/docs.yaml    |  4 ++--
 ...ge_classification_engine_prediction_feedback_py.html |  2 +-
 .../prediction/feedback.py                              |  2 +-
 public-engines/image-classification-engine/setup.py     |  6 +++---
 public-engines/iris-species-engine/Makefile             |  2 +-
 public-engines/iris-species-engine/docs.yaml            |  4 ++--
 .../marvin_iris_species_engine/prediction/feedback.py   |  2 +-
 public-engines/iris-species-engine/setup.py             |  4 ++--
 public-engines/kaggle-titanic-engine/Dockerfile         |  9 ++-------
 public-engines/kaggle-titanic-engine/docs.yaml          |  4 ++--
 .../marvin_titanic_engine/prediction/feedback.py        |  2 +-
 public-engines/kaggle-titanic-engine/setup.py           |  6 +++---
 public-engines/mnist-keras-engine/Dockerfile            |  8 +-------
 public-engines/mnist-keras-engine/docs.yaml             |  4 ++--
 .../marvin_mnist_keras_engine/prediction/feedback.py    |  2 +-
 public-engines/mnist-keras-engine/setup.py              |  4 ++--
 public-engines/nlp-ner-engine/Dockerfile                |  8 +-------
 public-engines/nlp-ner-engine/docs.yaml                 |  4 ++--
 .../marvin_nlp_ner_engine/prediction/feedback.py        |  2 +-
 public-engines/nlp-ner-engine/setup.py                  |  2 +-
 public-engines/product-classifier-engine/Dockerfile     |  8 +-------
 public-engines/product-classifier-engine/docs.yaml      |  4 ++--
 .../prediction/feedback.py                              |  2 +-
 public-engines/product-classifier-engine/setup.py       |  4 ++--
 public-engines/sample-engine/Makefile                   |  2 +-
 .../sample-engine/marvin_sample_engine/__init__.py      |  2 +-
 .../marvin_sample_engine/_compatibility.py              |  2 +-
 .../sample-engine/marvin_sample_engine/_logging.py      |  2 +-
 .../marvin_sample_engine/data_handler/__init__.py       |  2 +-
 .../data_handler/acquisitor_and_cleaner.py              |  2 +-
 .../data_handler/training_preparator.py                 |  2 +-
 .../marvin_sample_engine/prediction/__init__.py         |  2 +-
 .../prediction/prediction_preparator.py                 |  2 +-
 .../marvin_sample_engine/prediction/predictor.py        |  2 +-
 .../marvin_sample_engine/training/__init__.py           |  2 +-
 .../marvin_sample_engine/training/metrics_evaluator.py  |  2 +-
 .../marvin_sample_engine/training/trainer.py            |  2 +-
 public-engines/sample-engine/setup.py                   |  8 ++++----
 public-engines/sample-engine/tests/conftest.py          |  2 +-
 .../tests/data_handler/test_acquisitor_and_cleaner.py   |  2 +-
 .../tests/data_handler/test_training_preparator.py      |  2 +-
 .../tests/prediction/test_prediction_preparator.py      |  2 +-
 .../sample-engine/tests/prediction/test_predictor.py    |  2 +-
 .../tests/training/test_metrics_evaluator.py            |  2 +-
 .../sample-engine/tests/training/test_trainer.py        |  2 +-
 public-engines/sms-spam-engine/Dockerfile               |  8 +-------
 public-engines/sms-spam-engine/docs.yaml                |  4 ++--
 .../marvin_sms_spam_engine/prediction/feedback.py       |  2 +-
 public-engines/sms-spam-engine/setup.py                 |  4 ++--
 python-toolbox/.bumpversion.cfg                         |  2 +-
 python-toolbox/.gitignore                               |  1 +
 python-toolbox/CHANGES.md                               | 17 +++++++++++++++++
 python-toolbox/CODE_OF_CONDUCT.md                       |  2 +-
 python-toolbox/Makefile                                 |  2 +-
 python-toolbox/NOTICE                                   |  4 ++--
 python-toolbox/PULL_REQUEST_TEMPLATE.md                 |  2 +-
 python-toolbox/README.md                                | 12 ++++++------
 python-toolbox/bin/marvin                               |  2 +-
 python-toolbox/marvin_python_toolbox/VERSION            |  2 +-
 python-toolbox/marvin_python_toolbox/__init__.py        |  2 +-
 python-toolbox/marvin_python_toolbox/_compatibility.py  |  2 +-
 python-toolbox/marvin_python_toolbox/_logging.py        |  2 +-
 python-toolbox/marvin_python_toolbox/common/__init__.py |  2 +-
 python-toolbox/marvin_python_toolbox/common/config.py   |  2 +-
 python-toolbox/marvin_python_toolbox/common/data.py     |  2 +-
 .../common/data_source_provider.py                      |  2 +-
 .../marvin_python_toolbox/common/exceptions.py          |  2 +-
 .../marvin_python_toolbox/common/http_client.py         |  2 +-
 .../marvin_python_toolbox/common/profiling.py           |  2 +-
 python-toolbox/marvin_python_toolbox/common/utils.py    |  2 +-
 python-toolbox/marvin_python_toolbox/config.py          |  2 +-
 python-toolbox/marvin_python_toolbox/decorators.py      |  2 +-
 .../marvin_python_toolbox/engine_base/__init__.py       |  2 +-
 .../engine_base/engine_base_action.py                   |  2 +-
 .../engine_base/engine_base_data_handler.py             |  2 +-
 .../engine_base/engine_base_prediction.py               |  2 +-
 .../engine_base/engine_base_training.py                 |  2 +-
 .../engine_base/protos/actions.proto                    |  2 +-
 .../engine_base/serializers/__init__.py                 |  2 +-
 .../engine_base/serializers/keras_serializer.py         |  2 +-
 .../marvin_python_toolbox/engine_base/stubs/__init__.py |  2 +-
 .../notebook_extensions/jupyter_notebook_config.py      |  2 +-
 .../extras/notebook_extensions/main.js                  |  2 +-
 python-toolbox/marvin_python_toolbox/loader.py          |  2 +-
 python-toolbox/marvin_python_toolbox/manage.py          |  2 +-
 .../marvin_python_toolbox/management/__init__.py        |  2 +-
 .../marvin_python_toolbox/management/engine.py          |  4 ++--
 python-toolbox/marvin_python_toolbox/management/hive.py |  2 +-
 .../marvin_python_toolbox/management/notebook.py        |  2 +-
 python-toolbox/marvin_python_toolbox/management/pkg.py  |  2 +-
 .../management/templates/python-engine/Dockerfile       |  6 ------
 .../management/templates/python-engine/Makefile         |  6 +++---
 .../management/templates/python-engine/docs.yaml        |  2 +-
 .../project_package/prediction/feedback.py              |  2 +-
 .../management/templates/python-engine/setup.py         |  2 +-
 python-toolbox/marvin_python_toolbox/management/test.py |  2 +-
 python-toolbox/setup.py                                 | 11 ++++++-----
 python-toolbox/tests/common/test_config.py              |  2 +-
 python-toolbox/tests/common/test_data.py                |  2 +-
 .../tests/common/test_data_source_provider.py           |  2 +-
 python-toolbox/tests/common/test_http_client.py         |  2 +-
 python-toolbox/tests/common/test_profiling.py           |  2 +-
 python-toolbox/tests/common/test_utils.py               |  2 +-
 python-toolbox/tests/conftest.py                        |  2 +-
 .../engine_base/serializers/test_keras_serializer.py    |  2 +-
 .../tests/engine_base/test_engine_base_action.py        |  2 +-
 .../tests/engine_base/test_engine_base_data_handler.py  |  2 +-
 .../tests/engine_base/test_engine_base_prediction.py    |  2 +-
 .../tests/engine_base/test_engine_base_training.py      |  2 +-
 python-toolbox/tests/management/test_engine.py          |  2 +-
 python-toolbox/tests/management/test_hive.py            |  2 +-
 python-toolbox/tests/management/test_notebook.py        |  2 +-
 python-toolbox/tests/management/test_pkg.py             |  2 +-
 python-toolbox/tests/test_loader.py                     |  2 +-
 160 files changed, 220 insertions(+), 234 deletions(-)


[incubator-marvin] 01/01: Merge branch 'develop' into feature/MARVIN-1

Posted by lu...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

lucasbm88 pushed a commit to branch feature/MARVIN-1
in repository https://gitbox.apache.org/repos/asf/incubator-marvin.git

commit d5ac4db7ee8631d31b1274782381b4f78d4302a5
Merge: 768b2d2 f928d0d
Author: Lucas Bonatto Miguel <lu...@qume.io>
AuthorDate: Sun May 12 12:14:43 2019 -0700

    Merge branch 'develop' into feature/MARVIN-1

 .travis.yml                                             |  4 +++-
 README.md                                               |  2 +-
 engine-server/CODE_OF_CONDUCT.md                        |  2 +-
 engine-server/Makefile                                  |  2 +-
 engine-server/NOTICE                                    |  4 ++--
 engine-server/PULL_REQUEST_TEMPLATE.md                  |  2 +-
 engine-server/README.md                                 |  7 +++----
 engine-server/build.sbt                                 |  8 ++++----
 engine-server/sonatype.sbt                              |  4 ++--
 engine-server/src/main/protobuf/actions.proto           |  2 +-
 .../org/marvin/artifact/manager/ArtifactFSSaver.scala   |  2 +-
 .../org/marvin/artifact/manager/ArtifactHdfsSaver.scala |  2 +-
 .../org/marvin/artifact/manager/ArtifactS3Saver.scala   |  2 +-
 .../org/marvin/artifact/manager/ArtifactSaver.scala     |  2 +-
 .../org/marvin/exception/MarvinEExecutorException.scala |  2 +-
 .../scala/org/marvin/executor/EngineExecutorApp.scala   |  2 +-
 .../scala/org/marvin/executor/actions/BatchAction.scala |  2 +-
 .../org/marvin/executor/actions/OnlineAction.scala      |  2 +-
 .../org/marvin/executor/actions/PipelineAction.scala    |  2 +-
 .../main/scala/org/marvin/executor/api/GenericAPI.scala |  2 +-
 .../org/marvin/executor/api/GenericAPIHandlers.scala    |  2 +-
 .../org/marvin/executor/manager/ExecutorManager.scala   |  2 +-
 .../org/marvin/executor/proxies/BatchActionProxy.scala  |  2 +-
 .../scala/org/marvin/executor/proxies/EngineProxy.scala |  2 +-
 .../org/marvin/executor/proxies/OnlineActionProxy.scala |  2 +-
 .../org/marvin/executor/statemachine/PredictorFSM.scala |  2 +-
 .../main/scala/org/marvin/model/BatchExecution.scala    |  2 +-
 .../src/main/scala/org/marvin/model/Metadata.scala      |  2 +-
 .../scala/org/marvin/util/ConfigurationContext.scala    |  2 +-
 .../src/main/scala/org/marvin/util/JsonUtil.scala       |  2 +-
 .../src/main/scala/org/marvin/util/LocalCache.scala     |  2 +-
 .../src/main/scala/org/marvin/util/ProtocolUtil.scala   |  2 +-
 engine-server/src/test/resources/engine_home/docs.yaml  |  6 +++---
 .../org/marvin/artifact/manager/ArtifactSaverTest.scala |  2 +-
 .../org/marvin/executor/EngineExecutorAppTest.scala     |  2 +-
 .../org/marvin/executor/actions/BatchActionTest.scala   |  2 +-
 .../org/marvin/executor/actions/OnlineActionTest.scala  |  2 +-
 .../scala/org/marvin/executor/api/GenericAPITest.scala  |  2 +-
 .../marvin/executor/manager/ExecutorManagerTest.scala   |  2 +-
 .../marvin/executor/statemachine/PredictorFSMTest.scala |  2 +-
 .../test/scala/org/marvin/fixtures/MetadataMock.scala   |  2 +-
 .../src/test/scala/org/marvin/util/JsonUtilTest.scala   |  2 +-
 .../src/test/scala/org/marvin/util/LocalCacheTest.scala |  2 +-
 .../test/scala/org/marvin/util/ProtocolUtilTest.scala   |  2 +-
 public-engines/image-classification-engine/Makefile     |  2 +-
 public-engines/image-classification-engine/README.md    |  3 ++-
 public-engines/image-classification-engine/docs.yaml    |  4 ++--
 ...ge_classification_engine_prediction_feedback_py.html |  2 +-
 .../prediction/feedback.py                              |  2 +-
 public-engines/image-classification-engine/setup.py     |  6 +++---
 public-engines/iris-species-engine/Makefile             |  2 +-
 public-engines/iris-species-engine/docs.yaml            |  4 ++--
 .../marvin_iris_species_engine/prediction/feedback.py   |  2 +-
 public-engines/iris-species-engine/setup.py             |  4 ++--
 public-engines/kaggle-titanic-engine/Dockerfile         |  9 ++-------
 public-engines/kaggle-titanic-engine/docs.yaml          |  4 ++--
 .../marvin_titanic_engine/prediction/feedback.py        |  2 +-
 public-engines/kaggle-titanic-engine/setup.py           |  6 +++---
 public-engines/mnist-keras-engine/Dockerfile            |  8 +-------
 public-engines/mnist-keras-engine/docs.yaml             |  4 ++--
 .../marvin_mnist_keras_engine/prediction/feedback.py    |  2 +-
 public-engines/mnist-keras-engine/setup.py              |  4 ++--
 public-engines/nlp-ner-engine/Dockerfile                |  8 +-------
 public-engines/nlp-ner-engine/docs.yaml                 |  4 ++--
 .../marvin_nlp_ner_engine/prediction/feedback.py        |  2 +-
 public-engines/nlp-ner-engine/setup.py                  |  2 +-
 public-engines/product-classifier-engine/Dockerfile     |  8 +-------
 public-engines/product-classifier-engine/docs.yaml      |  4 ++--
 .../prediction/feedback.py                              |  2 +-
 public-engines/product-classifier-engine/setup.py       |  4 ++--
 public-engines/sample-engine/Makefile                   |  2 +-
 .../sample-engine/marvin_sample_engine/__init__.py      |  2 +-
 .../marvin_sample_engine/_compatibility.py              |  2 +-
 .../sample-engine/marvin_sample_engine/_logging.py      |  2 +-
 .../marvin_sample_engine/data_handler/__init__.py       |  2 +-
 .../data_handler/acquisitor_and_cleaner.py              |  2 +-
 .../data_handler/training_preparator.py                 |  2 +-
 .../marvin_sample_engine/prediction/__init__.py         |  2 +-
 .../prediction/prediction_preparator.py                 |  2 +-
 .../marvin_sample_engine/prediction/predictor.py        |  2 +-
 .../marvin_sample_engine/training/__init__.py           |  2 +-
 .../marvin_sample_engine/training/metrics_evaluator.py  |  2 +-
 .../marvin_sample_engine/training/trainer.py            |  2 +-
 public-engines/sample-engine/setup.py                   |  8 ++++----
 public-engines/sample-engine/tests/conftest.py          |  2 +-
 .../tests/data_handler/test_acquisitor_and_cleaner.py   |  2 +-
 .../tests/data_handler/test_training_preparator.py      |  2 +-
 .../tests/prediction/test_prediction_preparator.py      |  2 +-
 .../sample-engine/tests/prediction/test_predictor.py    |  2 +-
 .../tests/training/test_metrics_evaluator.py            |  2 +-
 .../sample-engine/tests/training/test_trainer.py        |  2 +-
 public-engines/sms-spam-engine/Dockerfile               |  8 +-------
 public-engines/sms-spam-engine/docs.yaml                |  4 ++--
 .../marvin_sms_spam_engine/prediction/feedback.py       |  2 +-
 public-engines/sms-spam-engine/setup.py                 |  4 ++--
 python-toolbox/.bumpversion.cfg                         |  2 +-
 python-toolbox/.gitignore                               |  1 +
 python-toolbox/CHANGES.md                               | 17 +++++++++++++++++
 python-toolbox/CODE_OF_CONDUCT.md                       |  2 +-
 python-toolbox/Makefile                                 |  2 +-
 python-toolbox/NOTICE                                   |  4 ++--
 python-toolbox/PULL_REQUEST_TEMPLATE.md                 |  2 +-
 python-toolbox/README.md                                | 12 ++++++------
 python-toolbox/bin/marvin                               |  2 +-
 python-toolbox/marvin_python_toolbox/VERSION            |  2 +-
 python-toolbox/marvin_python_toolbox/__init__.py        |  2 +-
 python-toolbox/marvin_python_toolbox/_compatibility.py  |  2 +-
 python-toolbox/marvin_python_toolbox/_logging.py        |  2 +-
 python-toolbox/marvin_python_toolbox/common/__init__.py |  2 +-
 python-toolbox/marvin_python_toolbox/common/config.py   |  2 +-
 python-toolbox/marvin_python_toolbox/common/data.py     |  2 +-
 .../common/data_source_provider.py                      |  2 +-
 .../marvin_python_toolbox/common/exceptions.py          |  2 +-
 .../marvin_python_toolbox/common/http_client.py         |  2 +-
 .../marvin_python_toolbox/common/profiling.py           |  2 +-
 python-toolbox/marvin_python_toolbox/common/utils.py    |  2 +-
 python-toolbox/marvin_python_toolbox/config.py          |  2 +-
 python-toolbox/marvin_python_toolbox/decorators.py      |  2 +-
 .../marvin_python_toolbox/engine_base/__init__.py       |  2 +-
 .../engine_base/engine_base_action.py                   |  2 +-
 .../engine_base/engine_base_data_handler.py             |  2 +-
 .../engine_base/engine_base_prediction.py               |  2 +-
 .../engine_base/engine_base_training.py                 |  2 +-
 .../engine_base/protos/actions.proto                    |  2 +-
 .../engine_base/serializers/__init__.py                 |  2 +-
 .../engine_base/serializers/keras_serializer.py         |  2 +-
 .../marvin_python_toolbox/engine_base/stubs/__init__.py |  2 +-
 .../notebook_extensions/jupyter_notebook_config.py      |  2 +-
 .../extras/notebook_extensions/main.js                  |  2 +-
 python-toolbox/marvin_python_toolbox/loader.py          |  2 +-
 python-toolbox/marvin_python_toolbox/manage.py          |  2 +-
 .../marvin_python_toolbox/management/__init__.py        |  2 +-
 .../marvin_python_toolbox/management/engine.py          |  4 ++--
 python-toolbox/marvin_python_toolbox/management/hive.py |  2 +-
 .../marvin_python_toolbox/management/notebook.py        |  2 +-
 python-toolbox/marvin_python_toolbox/management/pkg.py  |  2 +-
 .../management/templates/python-engine/Dockerfile       |  6 ------
 .../management/templates/python-engine/Makefile         |  6 +++---
 .../management/templates/python-engine/docs.yaml        |  2 +-
 .../project_package/prediction/feedback.py              |  2 +-
 .../management/templates/python-engine/setup.py         |  2 +-
 python-toolbox/marvin_python_toolbox/management/test.py |  2 +-
 python-toolbox/setup.py                                 | 11 ++++++-----
 python-toolbox/tests/common/test_config.py              |  2 +-
 python-toolbox/tests/common/test_data.py                |  2 +-
 .../tests/common/test_data_source_provider.py           |  2 +-
 python-toolbox/tests/common/test_http_client.py         |  2 +-
 python-toolbox/tests/common/test_profiling.py           |  2 +-
 python-toolbox/tests/common/test_utils.py               |  2 +-
 python-toolbox/tests/conftest.py                        |  2 +-
 .../engine_base/serializers/test_keras_serializer.py    |  2 +-
 .../tests/engine_base/test_engine_base_action.py        |  2 +-
 .../tests/engine_base/test_engine_base_data_handler.py  |  2 +-
 .../tests/engine_base/test_engine_base_prediction.py    |  2 +-
 .../tests/engine_base/test_engine_base_training.py      |  2 +-
 python-toolbox/tests/management/test_engine.py          |  2 +-
 python-toolbox/tests/management/test_hive.py            |  2 +-
 python-toolbox/tests/management/test_notebook.py        |  2 +-
 python-toolbox/tests/management/test_pkg.py             |  2 +-
 python-toolbox/tests/test_loader.py                     |  2 +-
 160 files changed, 220 insertions(+), 234 deletions(-)

diff --cc engine-server/build.sbt
index 696f865,4ca3eab..c4a065c
--- a/engine-server/build.sbt
+++ b/engine-server/build.sbt
@@@ -14,9 -14,9 +14,9 @@@
   * limitations under the License.
   *
   */
 -name := "marvin-engine-executor"
 +name := "marvin-engine-server"
  
- version := "0.0.4"
+ version := "0.0.5"
  
  scalaVersion := "2.12.3"
  
diff --cc python-toolbox/setup.py
index 820953e,5c52e42..29c479c
--- a/python-toolbox/setup.py
+++ b/python-toolbox/setup.py
@@@ -77,11 -77,11 +77,12 @@@ REQUIREMENTS_EXTERNAL = 
      'joblib>=0.11',
      'autopep8>=1.3.3',
      'progressbar2>=3.34.3',
 -    'urllib3>=1.21.1',
 +    'urllib3==1.21.1',
 +    'unidecode==1.0.23',
      'idna>=2.5',
      'bleach>=1.5.0',
-     'numpy==1.13.3'
+     'numpy>=1.16.2',
+     'Unidecode==1.0.23',
  ]
  
  # Test dependencies