Skip to content

Commit

Permalink
Release boxkite 0.0.5 (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
Han Qiao authored Jul 6, 2021
1 parent d059fda commit 3b8d53a
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 7 deletions.
5 changes: 5 additions & 0 deletions docs/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

See also: [PyPI](https://pypi.org/project/boxkite/).

## v0.0.5

- New: support explicit bins arg for `fast_histogram`
- Fix: unpin `fluent-logger` and `prometheus-client` versions

## v0.0.4

- Support inference metric
Expand Down
2 changes: 1 addition & 1 deletion examples/grafana-prometheus/app/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
scikit-learn==0.24.2
boxkite==0.0.4
boxkite==0.0.5
flask==2.0.1
2 changes: 1 addition & 1 deletion examples/grafana-prometheus/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
scikit-learn==0.24.2
boxkite==0.0.4
boxkite==0.0.5
4 changes: 2 additions & 2 deletions examples/kubeflow-mlflow/app/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
scikit-learn==0.24.1
boxkite==0.0.4
flask==1.1.2
boxkite==0.0.5
flask==2.0.1
mlflow==1.15.0
boto3==1.17.54
3 changes: 1 addition & 2 deletions examples/kubeflow-mlflow/custom-jupyter/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
mlflow==1.15.0
scikit-learn==0.24.1
boxkite==0.0.4
dataclasses==0.8
boxkite==0.0.5
boto3==1.17.54
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="boxkite",
version="0.0.4",
version="0.0.5",
author="Luke Marsden",
author_email="[email protected]",
description="A small example package",
Expand Down

0 comments on commit 3b8d53a

Please sign in to comment.