Skip to content

Commit 8aff1e5

Browse files
committed
bump version to 0.2.1
1 parent 9461de5 commit 8aff1e5

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

HISTORY.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Release History
22
===============
33

4+
5+
0.2.1 (2023-02-06)
6+
------------------
7+
* samplers: add MLSurrogateSampler base class by @AldoGl in https://github.com/bancaditalia/black-it/pull/33
8+
* xgboost: add clipping of loss values to the float32 limits by @AldoGl in https://github.com/bancaditalia/black-it/pull/35
9+
* Update poetry.lock by @marcofavorito in https://github.com/bancaditalia/black-it/pull/34
10+
411
0.2.0 (2022-12-21)
512
------------------
613
* Add joss references by @AldoGl in https://github.com/bancaditalia/black-it/pull/23

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "black-it"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
description = "black-it: Black-box abm calibration kit"
55
authors = [
66
"Applied Research Team <appliedresearchteam@bancaditalia.it>",

0 commit comments

Comments
 (0)