Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -23,5 +26,5 @@ keywords:
- radio-astronomy
- sam45
license: MIT
version: 1.0.0rc2
version: 1.0.0
date-released: '2025-12-26'
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
11 changes: 8 additions & 3 deletions docs/_static/switcher.json
Original file line number Diff line number Diff line change
@@ -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/"
}
]
2 changes: 1 addition & 1 deletion docs/build
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
},
}
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 = [
Expand Down
2 changes: 1 addition & 1 deletion sam45/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__all__ = ["dtypes", "read"]
__version__ = "1.0.0rc2"
__version__ = "1.0.0"


# dependencies
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.