Skip to content

Commit 3a59d7a

Browse files
author
bgeurten
committed
release: v1.0.1 (data-hygiene re-release; private spreadsheets purged)
History was rewritten to strip three private herd spreadsheets (Tierauswahl.xlsx and variants, real EU ear-tag IDs) that had been committed in error. v1.0.1 is the first clean, citable snapshot. - version bumped 1.0.0 -> 1.0.1 in pyproject.toml, __init__.py and CITATION.cff; date-released set to 2026-05-29. - removed the v1.0.0 Zenodo DOI (10.5281/zenodo.20389795) from CITATION.cff and README: that record archived the dirty tarball and is being retired. The new v1.0.1 DOI is back-filled after Zenodo mints it. - README BibTeX cite-key geurten_digimuh_v100 -> _v101. Code is identical to v1.0.0; only the private data and its DOI are gone.
1 parent e2c506a commit 3a59d7a

4 files changed

Lines changed: 8 additions & 15 deletions

File tree

CITATION.cff

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,11 @@ cff-version: 1.2.0
22
title: "DigiMuh: dairy-cow sensor data ingestion and heat-stress analysis"
33
message: "If you use this software, please cite it as below."
44
type: software
5-
version: "1.0.0"
6-
date-released: "2026-05-26"
7-
doi: "10.5281/zenodo.20389795"
5+
version: "1.0.1"
6+
date-released: "2026-05-29"
87
license: MIT
98
repository-code: "https://github.com/zerotonin/digimuh"
109
url: "https://zerotonin.github.io/digimuh/"
11-
identifiers:
12-
- type: doi
13-
value: "10.5281/zenodo.20389795"
14-
description: "Zenodo archive of DigiMuh v1.0.0 (Frontiers in Animal Science snapshot)"
1510
keywords:
1611
- dairy
1712
- cattle

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
[![Python](https://img.shields.io/badge/python-3.10%20%7C%203.11%20%7C%203.12%20%7C%203.13-blue.svg)](https://www.python.org/)
77
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
88
[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)
9-
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.20389795.svg)](https://doi.org/10.5281/zenodo.20389795)
109
[![Uses reRandomStats](https://img.shields.io/badge/uses-reRandomStats%20v0.2.0-009E73.svg)](https://doi.org/10.5281/zenodo.20387255)
1110

1211
**DigiMuh** consolidates ~8.9 GB of heterogeneous dairy-cow CSV sensor data into
@@ -209,17 +208,16 @@ DOI you cite; full metadata for DigiMuh is in [`CITATION.cff`](CITATION.cff)
209208
and on the GitHub repo's *Cite this repository* button.
210209

211210
> Geurten, B. R. H. (2026). *DigiMuh: Dairy-cow sensor data ingestion
212-
> and heat-stress analysis pipeline* (Version 1.0.0) [Software].
213-
> Zenodo. https://doi.org/10.5281/zenodo.20389795
211+
> and heat-stress analysis pipeline* (Version 1.0.1) [Software].
212+
> Zenodo. https://github.com/zerotonin/digimuh
214213
215214
```bibtex
216-
@software{geurten_digimuh_v100,
215+
@software{geurten_digimuh_v101,
217216
author = {Geurten, Bart R. H.},
218217
title = {{DigiMuh}: Dairy-cow sensor data ingestion and heat-stress
219218
analysis pipeline},
220219
year = {2026},
221-
version = {1.0.0},
222-
doi = {10.5281/zenodo.20389795},
220+
version = {1.0.1},
223221
url = {https://github.com/zerotonin/digimuh},
224222
license = {MIT},
225223
}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "digimuh"
7-
version = "1.0.0"
7+
version = "1.0.1"
88
description = "DigiMuh — dairy cow sensor data ingestion and analysis toolkit"
99
readme = "README.md"
1010
license = {text = "MIT"}

src/digimuh/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
monitoring systems into a single normalised SQLite database.
99
"""
1010

11-
__version__ = "1.0.0"
11+
__version__ = "1.0.1"

0 commit comments

Comments
 (0)