There was an error while loading. Please reload this page.
1 parent 24ccc3d commit 63740f6Copy full SHA for 63740f6
2 files changed
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "bayesian_bm25"
3
-version = "0.2.0"
+version = "0.3.0"
4
edition = "2021"
5
description = "Bayesian BM25 scoring and experimental validation (Rust core + Python bindings)"
6
readme = "README.md"
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "maturin"
[project]
name = "bb25"
7
8
9
10
requires-python = ">=3.8"
0 commit comments