Bentoml

Latest version: v1.3.14

Safety actively analyzes 682449 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 23 of 25

0.4.2

Not secure
* Introduced SklearnModelArtifact, adding more scikit-learn specific optimizations over previous general PickleArtifact
* Fixed a number of issues with AWS Lambda Serverless deployment
* Improved error message and CLI outputs of AWS SageMaker deployment

0.4.1

Not secure
* Fixed an issue with initializing BentoML logging and repository file direcotry

0.4.0

Not secure
* Redesigned deployment component available now, take a look at the deploy command:`bentoml deployment --help`

* Multiple image support in ImageHandler

* Yatai Service Beta Release - a new component in BentoML providing a model registry and deployment manager for your BentoService. It's a stateful service that can run in your local machine for a personal project, or hosted on a server and shared by a machine learning team.

bentoml-release-v0.3.4
* Add `pip_dependencies` option to `bentoml.env` decorator, and making it the recommended approach for adding PyPI dependencies
* Fixed an issue related OpenAPI doc spec with ImageHandler

BentoML Developer Notes
* DEV: added versioneer.py for version management, now using git tags to manage releases
* DEV: Yatai service protobufs and generated interfaces are in the REPO now

0.3.1

Not secure
This is a minor release with mostly bug fixes:

* Added `bentoml config` cli command for configuring local BentoML preferences and configs
* Fixed an issue when serving Keras model with API server in docker
* Fixed an issue when dependency missing in docker environment when using ImageHandler

0.3.0

Not secure
* Fast.ai support, find example notebooks here: https://github.com/bentoml/gallery/tree/master/fast-ai

* PyTorch support - fixed a number of issues related to PyTorch model serialization and updated example notebook here: https://github.com/bentoml/BentoML/blob/master/examples/pytorch-fashion-mnist/pytorch-fashion-mnist.ipynb

* Keras Support - fixed a number of issues related to serving Keras model as API server

* Clipper deployment support - easily deploy BentoML service to Clipper cluster, read more about it here: https://github.com/bentoml/BentoML/blob/master/examples/deploy-with-clipper/deploy-iris-classifier-to-clipper.ipynb

* ImageHandler improvements - API server's web UI now support posting images to API server for testing API endpoint:
![image](https://user-images.githubusercontent.com/489344/61393491-eb125d00-a875-11e9-9edf-ee0f50edcf36.png)

0.2.2beta

* Fast.ai support is in beta now, check out the example notebook here: https://colab.research.google.com/github/bentoml/gallery/blob/master/fast-ai/pet-classification/notebook.ipynb

* Improved OpenAPI docs endpoint:

* DataframeHandler allows specifying input types now - users can also generate API Client library that respects the expected input format for each BentoML API service user defined, e.g.:

python
class MyClassifier(BentoService):

api(DataframeHandler, input_types=['int8', 'int8', 'float', 'str', 'bool'])
def predict(self, df):
...

or specifying both column name & type:
api(DataframeHandler, input_types={'id': 'string', 'age': 'int' })
def predict(self, df):
...


* API server index page now provides web UI for testing API endpoints and shows instructions for how to generate Client API library:

![image](https://user-images.githubusercontent.com/489344/61011095-e60d5500-a32d-11e9-8856-d9a6abe6d2fc.png)

![image](https://user-images.githubusercontent.com/489344/61011104-ec9bcc80-a32d-11e9-8d2e-ea3bd1a8b28c.png)

Page 23 of 25

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.