Skip to content

Commit 6e57d5f

Browse files
committed
Finalise release 0.7.0
1 parent 576af35 commit 6e57d5f

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
9+
## [0.7.0] - 2025-06-18
810
### Added
911
- Support for pandas 2.x
1012

1113
## [0.6.4] - 2025-01-08
12-
### Changed
13-
- Convert predictions back to Python objects asynchronously to take advantage of any concurrency magic in low-level pandas code.
14-
1514
### Fixed
16-
- Convert requests to pandas dataframe asynchronously to take advantage of any concurrency magic in low-level pandas code.
15+
- Convert to/from pandas dataframes asynchronously to take advantage of any concurrency magic in low-level pandas code
1716

1817
### Removed
1918
- Support for Python 3.8

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "fastapi-mlflow"
3-
version = "0.6.4"
3+
version = "0.7.0"
44
description = "Deploy mlflow models as JSON APIs with minimal new code."
55
authors = ["John Harrison <john.harrison@autotrader.co.uk>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)