Skip to content

Commit

Permalink
Release v0.4.1
Browse files Browse the repository at this point in the history
Update version number and release notes.
  • Loading branch information
bloomonkey committed Apr 17, 2023
1 parent be7521c commit 1c686cd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.4.1] - 2023-04-17
### Fixed
- Raise an error for unsupported field types. Previously would silently return a `None` resulting in request time errors.
- Support objects for predictions in array-like structures by mapping them to strings
- Improve support for models that return 1d arrays / tensors of strings
- Catch errors when model result does not conform to expected schema, and format as JSON response

## [0.4.0] - 2023-01-31
### Added
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "fastapi-mlflow"
version = "0.4.0"
version = "0.4.1"
description = "Deploy mlflow models as JSON APIs with minimal new code."
authors = ["John Harrison <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 1c686cd

Please sign in to comment.