v0.4.0
- Implemented asyncio-based server via aiohttp library
- Implemented support for Tensorflow 2.x models
- Changed default type of base python docker image to "slim"
- Added
descriptionandparamsfields to Model.descriptionis a text field andparamsis a dict with arbitrary keys - Fixed bug with building docker image with different python version that the Model was created with