Skip to content

Commit

Permalink
Update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
shchur committed Dec 9, 2024
1 parent 07a74d9 commit 6df581e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
# `fev`
Utilities for evaluating time series forecasting models.

# fev: Forecast evaluation library
`fev` adds a thin wrapper on top of the Hugging Face (HF) [`datasets`](https://huggingface.co/docs/datasets/en/index) library, resulting in a lightweight but fully functional benchmarking solution.

Specifically, this package makes it easy to
- define forecasting tasks
- define time series forecasting tasks
- load time series data and generate train-test splits
- evaluate model predictions

Expand Down
6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,11 @@ build-backend = "hatchling.build"
[tool.hatch.build.targets.wheel]
packages = ["src/fev"]

[tool.hatch.build.targets.sdist]
exclude = [
"benchmarks",
"examples",
]

[tool.hatch.version]
path = "src/fev/__about__.py"
2 changes: 1 addition & 1 deletion src/fev/__about__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.1a2"
__version__ = "0.1.0"

0 comments on commit 6df581e

Please sign in to comment.