Skip to content

Commit

Permalink
Release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bloomonkey committed Jan 31, 2023
1 parent da036be commit 98701a0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@ 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.0] - 2023-01-31
### Added
- Catch errors raised by ML model's predict method, format them as JSON, and return as the body of the 500 status response.

## [0.3.2] - 2022-01-13
## [0.3.2] - 2023-01-13
### Fixed
- Support strings for predictions in array-like structures

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.3.2"
version = "0.4.0"
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 98701a0

Please sign in to comment.