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
6 changes: 3 additions & 3 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ 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
- python
- radio-astronomy
- sam45
license: MIT
version: 1.0.0
date-released: '2025-12-26'
version: 1.0.1
date-released: '2026-01-23'
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
9 changes: 7 additions & 2 deletions docs/_static/switcher.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
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.0
sphinx-build -a -b html docs docs/_build/1.0.1
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.0",
"version_match": "1.0.1",
},
}
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[project]
name = "sam45"
version = "1.0.0"
description = "NRO/SAM45 log data reader"
version = "1.0.1"
description = "NRO/SAM45 log reader"
readme = "README.md"
keywords = [
"astronomy",
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.0"
__version__ = "1.0.1"


# dependencies
Expand Down
2 changes: 1 addition & 1 deletion sam45/dtypes.toml
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ dtype = "({arymax},)u1"

[[obs]]
name = "iary_ifatt"
dtype = "S{arymax}"
dtype = "({arymax},)u1"

[[obs]]
name = "iary_refno"
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.