From 9fa9148af2dfa4aeffe2aaec8ce3046f2eb2e395 Mon Sep 17 00:00:00 2001 From: Akio Taniguchi <13254278+astropenguin@users.noreply.github.com> Date: Fri, 23 Jan 2026 14:50:34 +0000 Subject: [PATCH 1/3] #10 Fix dtype of iary_ifatt --- sam45/dtypes.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sam45/dtypes.toml b/sam45/dtypes.toml index 94c9361..62b08b7 100644 --- a/sam45/dtypes.toml +++ b/sam45/dtypes.toml @@ -235,7 +235,7 @@ dtype = "({arymax},)u1" [[obs]] name = "iary_ifatt" -dtype = "S{arymax}" +dtype = "({arymax},)u1" [[obs]] name = "iary_refno" From 135853ea7dee4a03f48de0e3a052b198bb4a3089 Mon Sep 17 00:00:00 2001 From: Akio Taniguchi <13254278+astropenguin@users.noreply.github.com> Date: Fri, 23 Jan 2026 14:52:13 +0000 Subject: [PATCH 2/3] =?UTF-8?q?#10=20Update=20package=20version=20(1.0.0?= =?UTF-8?q?=20=E2=86=92=201.0.1)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CITATION.cff | 2 +- docs/_static/switcher.json | 9 +++++++-- docs/build | 2 +- docs/conf.py | 2 +- pyproject.toml | 2 +- sam45/__init__.py | 2 +- uv.lock | 2 +- 7 files changed, 13 insertions(+), 8 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index ab57e08..3d4f6f3 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -26,5 +26,5 @@ keywords: - radio-astronomy - sam45 license: MIT -version: 1.0.0 +version: 1.0.1 date-released: '2025-12-26' diff --git a/docs/_static/switcher.json b/docs/_static/switcher.json index 107a2ca..997d286 100644 --- a/docs/_static/switcher.json +++ b/docs/_static/switcher.json @@ -1,9 +1,14 @@ [ { - "name": "1.0.0 (latest)", - "version": "1.0.0", + "name": "1.0.1 (latest)", + "version": "1.0.1", "url": "https://astropenguin.github.io/sam45/" }, + { + "name": "1.0.0", + "version": "1.0.0", + "url": "https://astropenguin.github.io/sam45/1.0.0/" + }, { "name": "1.0.0rc2", "version": "1.0.0rc2", diff --git a/docs/build b/docs/build index 0875ec3..b4d5a0f 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.0 +sphinx-build -a -b html docs docs/_build/1.0.1 diff --git a/docs/conf.py b/docs/conf.py index 204a43d..b92496d 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.0", + "version_match": "1.0.1", }, } diff --git a/pyproject.toml b/pyproject.toml index 04232a6..bed35ba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "sam45" -version = "1.0.0" +version = "1.0.1" description = "NRO/SAM45 log data reader" readme = "README.md" keywords = [ diff --git a/sam45/__init__.py b/sam45/__init__.py index 0d494a4..d27d02a 100644 --- a/sam45/__init__.py +++ b/sam45/__init__.py @@ -1,5 +1,5 @@ __all__ = ["dtypes", "read"] -__version__ = "1.0.0" +__version__ = "1.0.1" # dependencies diff --git a/uv.lock b/uv.lock index 8f170dc..741030b 100644 --- a/uv.lock +++ b/uv.lock @@ -957,7 +957,7 @@ wheels = [ [[package]] name = "sam45" -version = "1.0.0" +version = "1.0.1" source = { editable = "." } dependencies = [ { name = "numpy", version = "2.2.6", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.11'" }, From b7360fc6be6df3960e3e3b612ab48ca925025191 Mon Sep 17 00:00:00 2001 From: Akio Taniguchi <13254278+astropenguin@users.noreply.github.com> Date: Fri, 23 Jan 2026 14:53:41 +0000 Subject: [PATCH 3/3] #10 Update description of package --- CITATION.cff | 4 ++-- README.md | 2 +- pyproject.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index 3d4f6f3..6c840fc 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -18,7 +18,7 @@ identifiers: value: 10.5281/zenodo.18055352 repository-code: 'https://github.com/astropenguin/sam45' url: 'https://astropenguin.github.io/sam45' -abstract: NRO/SAM45 log data reader +abstract: NRO/SAM45 log reader keywords: - astronomy - nro @@ -27,4 +27,4 @@ keywords: - sam45 license: MIT version: 1.0.1 -date-released: '2025-12-26' +date-released: '2026-01-23' diff --git a/README.md b/README.md index d8585a8..57b86ce 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ [![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 +NRO/SAM45 log reader ## Installation diff --git a/pyproject.toml b/pyproject.toml index bed35ba..4457a4d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "sam45" version = "1.0.1" -description = "NRO/SAM45 log data reader" +description = "NRO/SAM45 log reader" readme = "README.md" keywords = [ "astronomy",