From c49e0319f401ab331b26e8dc53bc239a1fc8c373 Mon Sep 17 00:00:00 2001 From: Akio Taniguchi <13254278+astropenguin@users.noreply.github.com> Date: Thu, 25 Dec 2025 17:08:54 +0000 Subject: [PATCH 1/3] =?UTF-8?q?#7=20Update=20package=20version=20(1.0.0rc2?= =?UTF-8?q?=20=E2=86=92=201.0.0)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CITATION.cff | 2 +- docs/_static/switcher.json | 11 ++++++++--- docs/build | 2 +- docs/conf.py | 2 +- pyproject.toml | 2 +- sam45/__init__.py | 2 +- uv.lock | 2 +- 7 files changed, 14 insertions(+), 9 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index babb7af..2cbc3b2 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -23,5 +23,5 @@ keywords: - radio-astronomy - sam45 license: MIT -version: 1.0.0rc2 +version: 1.0.0 date-released: '2025-12-26' diff --git a/docs/_static/switcher.json b/docs/_static/switcher.json index e5d519b..107a2ca 100644 --- a/docs/_static/switcher.json +++ b/docs/_static/switcher.json @@ -1,12 +1,17 @@ [ { - "name": "1.0.0rc2 (latest)", - "version": "1.0.0rc2", + "name": "1.0.0 (latest)", + "version": "1.0.0", "url": "https://astropenguin.github.io/sam45/" }, + { + "name": "1.0.0rc2", + "version": "1.0.0rc2", + "url": "https://astropenguin.github.io/sam45/1.0.0rc2/" + }, { "name": "1.0.0rc1", "version": "1.0.0rc1", - "url": "https://astropenguin.github.io/sam45/1.0.0rc1" + "url": "https://astropenguin.github.io/sam45/1.0.0rc1/" } ] diff --git a/docs/build b/docs/build index 9bcf26a..0875ec3 100755 --- a/docs/build +++ b/docs/build @@ -5,4 +5,4 @@ export LC_ALL=C.UTF-8 sphinx-apidoc -efMT -d 2 -o docs/_apidoc sam45 sphinx-build -a -b html docs docs/_build -sphinx-build -a -b html docs docs/_build/1.0.0rc2 +sphinx-build -a -b html docs docs/_build/1.0.0 diff --git a/docs/conf.py b/docs/conf.py index d35e494..204a43d 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -18,6 +18,6 @@ ], "switcher": { "json_url": "https://astropenguin.github.io/sam45/_static/switcher.json", - "version_match": "1.0.0rc2", + "version_match": "1.0.0", }, } diff --git a/pyproject.toml b/pyproject.toml index 05d3254..04232a6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "sam45" -version = "1.0.0rc2" +version = "1.0.0" description = "NRO/SAM45 log data reader" readme = "README.md" keywords = [ diff --git a/sam45/__init__.py b/sam45/__init__.py index a15b509..0d494a4 100644 --- a/sam45/__init__.py +++ b/sam45/__init__.py @@ -1,5 +1,5 @@ __all__ = ["dtypes", "read"] -__version__ = "1.0.0rc2" +__version__ = "1.0.0" # dependencies diff --git a/uv.lock b/uv.lock index b3be26b..8f170dc 100644 --- a/uv.lock +++ b/uv.lock @@ -957,7 +957,7 @@ wheels = [ [[package]] name = "sam45" -version = "1.0.0rc2" +version = "1.0.0" source = { editable = "." } dependencies = [ { name = "numpy", version = "2.2.6", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.11'" }, From 17e57331495c36a008db4114f57b3bc09da74a7b Mon Sep 17 00:00:00 2001 From: Akio Taniguchi <13254278+astropenguin@users.noreply.github.com> Date: Thu, 25 Dec 2025 17:09:17 +0000 Subject: [PATCH 2/3] #7 Add DOI to citation file --- CITATION.cff | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CITATION.cff b/CITATION.cff index 2cbc3b2..ab57e08 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -13,6 +13,9 @@ authors: email: a-taniguchi@mail.kitami-it.ac.jp affiliation: Kitami Institute of Technology orcid: 'https://orcid.org/0000-0002-9695-6183' +identifiers: + - type: doi + value: 10.5281/zenodo.18055352 repository-code: 'https://github.com/astropenguin/sam45' url: 'https://astropenguin.github.io/sam45' abstract: NRO/SAM45 log data reader From db80a48501a34c3d16ea509a32857a3644dd998b Mon Sep 17 00:00:00 2001 From: Akio Taniguchi <13254278+astropenguin@users.noreply.github.com> Date: Thu, 25 Dec 2025 17:09:34 +0000 Subject: [PATCH 3/3] #7 Add DOI budge to README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7d427c2..d8585a8 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,8 @@ [![Release](https://img.shields.io/pypi/v/sam45?label=Release&color=cornflowerblue&style=flat-square)](https://pypi.org/project/sam45/) [![Python](https://img.shields.io/pypi/pyversions/sam45?label=Python&color=cornflowerblue&style=flat-square)](https://pypi.org/project/sam45/) [![Downloads](https://img.shields.io/pypi/dm/sam45?label=Downloads&color=cornflowerblue&style=flat-square)](https://pepy.tech/project/sam45) -[![Tests](https://img.shields.io/github/actions/workflow/status/astropenguin/45m/tests.yaml?label=Tests&style=flat-square)](https://github.com/astropenguin/sam45/actions) +[![DOI](https://img.shields.io/badge/DOI-10.5281/zenodo.18055352-cornflowerblue?style=flat-square)](https://doi.org/10.5281/zenodo.18055352) +[![Tests](https://img.shields.io/github/actions/workflow/status/astropenguin/sam45/tests.yaml?label=Tests&style=flat-square)](https://github.com/astropenguin/sam45/actions) NRO/SAM45 log data reader