We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7f6add commit 1aaaefcCopy full SHA for 1aaaefc
CHANGELOG.md
@@ -1,3 +1,14 @@
1
+## 1.1.0 (2025-02-18)
2
+
3
+### Feat
4
5
+- add tolerance_interval to the public api
6
+- add public method to get tolerance interval for set of samples
7
8
+### Fix
9
10
+- remove old bootstrap ci methods
11
12
## 1.0.0 (2025-02-17)
13
14
### BREAKING CHANGE
pyproject.toml
@@ -1,7 +1,7 @@
[tool]
[tool.commitizen]
name = "cz_conventional_commits"
-version = "1.0.0"
+version = "1.1.0"
tag_format = "$version"
version_files = ["pyproject.toml"]
@@ -18,7 +18,7 @@ useLibraryCodeForTypes = true
18
19
[project]
20
name = "rlevaluation"
21
22
description = ""
23
authors = [
24
{name = "Andy Patterson", email = "[email protected]"},
0 commit comments