From e88af111b7c4ff1f3d3b48d833bec3e522a88e88 Mon Sep 17 00:00:00 2001 From: Akio Taniguchi <13254278+astropenguin@users.noreply.github.com> Date: Mon, 23 Jun 2025 05:56:26 +0000 Subject: [PATCH 1/3] #242 Do not clone submodules in PyPI workflow --- .github/workflows/pypi.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/pypi.yaml b/.github/workflows/pypi.yaml index 2670c52..6916855 100644 --- a/.github/workflows/pypi.yaml +++ b/.github/workflows/pypi.yaml @@ -16,6 +16,4 @@ jobs: id-token: write steps: - uses: actions/checkout@v4 - with: - submodules: true - run: uv build && uv publish From 891d4b5b362c4c641cdc463ab766726fe0e48892 Mon Sep 17 00:00:00 2001 From: Akio Taniguchi <13254278+astropenguin@users.noreply.github.com> Date: Mon, 23 Jun 2025 05:58:16 +0000 Subject: [PATCH 2/3] =?UTF-8?q?#242=20Update=20package=20version=20(2025.6?= =?UTF-8?q?.0=20=E2=86=92=202025.6.1)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CITATION.cff | 2 +- README.md | 2 +- decode/__init__.py | 2 +- pyproject.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index 3d5507b..93ebb4a 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -33,5 +33,5 @@ keywords: - spectroscopy - submillimeter license: MIT -version: 2025.6.0 +version: 2025.6.1 date-released: '2025-06-23' diff --git a/README.md b/README.md index 5724f90..ee362ad 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ DESHIMA code for data analysis ## Installation ```shell -pip install decode==2025.6.0 +pip install decode==2025.6.1 ``` ## Quick look diff --git a/decode/__init__.py b/decode/__init__.py index bad0327..b4f556c 100644 --- a/decode/__init__.py +++ b/decode/__init__.py @@ -11,7 +11,7 @@ "stats", "utils", ] -__version__ = "2025.6.0" +__version__ = "2025.6.1" # submodules diff --git a/pyproject.toml b/pyproject.toml index d93ce3d..096d58a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "decode" -version = "2025.6.0" +version = "2025.6.1" description = "DESHIMA code for data analysis" readme = "README.md" keywords = [ From 7df4b1f993bb1e0435cf25df02813dd833ee2ecf Mon Sep 17 00:00:00 2001 From: Akio Taniguchi <13254278+astropenguin@users.noreply.github.com> Date: Mon, 23 Jun 2025 05:58:45 +0000 Subject: [PATCH 3/3] #242 Update project dependencies --- uv.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uv.lock b/uv.lock index a67cb77..78d5b23 100644 --- a/uv.lock +++ b/uv.lock @@ -535,7 +535,7 @@ wheels = [ [[package]] name = "decode" -version = "2025.6.0" +version = "2025.6.1" source = { editable = "." } dependencies = [ { name = "astropy", version = "6.0.1", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.10'" },