From e9dd1500999ad3ab2aa5e2b236a1e81b54c8857e Mon Sep 17 00:00:00 2001 From: Akio Taniguchi <13254278+astropenguin@users.noreply.github.com> Date: Thu, 13 Feb 2025 06:00:27 +0000 Subject: [PATCH 1/5] =?UTF-8?q?#226=20Update=20package=20version=20(2024.1?= =?UTF-8?q?1.0=20=E2=86=92=202025.2.0)?= 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 f01bc03..9b2d31b 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -3,7 +3,7 @@ message: "If you use this software, please cite it as below." title: "de:code" abstract: "DESHIMA code for data analysis" -version: 2024.11.0 +version: 2025.2.0 date-released: 2024-11-26 license: "MIT" doi: "10.5281/zenodo.3384216" diff --git a/README.md b/README.md index ab214a8..8caf409 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ DESHIMA code for data analysis ## Installation ```shell -pip install decode==2024.11.0 +pip install decode==2025.2.0 ``` ## Quick look diff --git a/decode/__init__.py b/decode/__init__.py index 080a498..31f6978 100644 --- a/decode/__init__.py +++ b/decode/__init__.py @@ -10,7 +10,7 @@ "select", "utils", ] -__version__ = "2024.11.0" +__version__ = "2025.2.0" # submodules diff --git a/pyproject.toml b/pyproject.toml index 15587ae..a2f4710 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "decode" -version = "2024.11.0" +version = "2025.2.0" description = "DESHIMA code for data analysis" authors = [ "Akio Taniguchi ", From 02410e9d72510577c9348fa044a09759a7c8a143 Mon Sep 17 00:00:00 2001 From: Akio Taniguchi <13254278+astropenguin@users.noreply.github.com> Date: Thu, 13 Feb 2025 06:04:47 +0000 Subject: [PATCH 2/5] #226 Update year period of license --- LICENSE | 2 +- docs/conf.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index c5d7a54..8b4dad3 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2018-2024 DESHIMA Team +Copyright (c) 2018-2025 DESHIMA Team Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/docs/conf.py b/docs/conf.py index dbdebfd..a75e603 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -1,6 +1,6 @@ # project information author = "DESHIMA Team" -copyright = "2018-2023 DESHIMA Team" +copyright = "2018-2025 DESHIMA Team" # general configuration From a5df1910db2700bc622cddfa39afb943ede2b50e Mon Sep 17 00:00:00 2001 From: Akio Taniguchi <13254278+astropenguin@users.noreply.github.com> Date: Thu, 13 Feb 2025 06:05:08 +0000 Subject: [PATCH 3/5] #226 Update release date --- CITATION.cff | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CITATION.cff b/CITATION.cff index 9b2d31b..cc75c0e 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -4,7 +4,7 @@ message: "If you use this software, please cite it as below." title: "de:code" abstract: "DESHIMA code for data analysis" version: 2025.2.0 -date-released: 2024-11-26 +date-released: 2025-02-13 license: "MIT" doi: "10.5281/zenodo.3384216" url: "https://github.com/deshima-dev/decode" From eb7af56d955cc3b6057976f2565d93e2650d6a70 Mon Sep 17 00:00:00 2001 From: Akio Taniguchi <13254278+astropenguin@users.noreply.github.com> Date: Thu, 13 Feb 2025 06:05:53 +0000 Subject: [PATCH 4/5] #226 Update missing project description of docs --- docs/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/conf.py b/docs/conf.py index a75e603..bb4c78c 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -1,4 +1,5 @@ # project information +project = "de:code" author = "DESHIMA Team" copyright = "2018-2025 DESHIMA Team" From 446f2382300853e95d327b9b774ee175f46ec2a1 Mon Sep 17 00:00:00 2001 From: Akio Taniguchi <13254278+astropenguin@users.noreply.github.com> Date: Thu, 13 Feb 2025 06:06:17 +0000 Subject: [PATCH 5/5] #226 Update author information --- CITATION.cff | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index cc75c0e..c1a1495 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -11,7 +11,7 @@ url: "https://github.com/deshima-dev/decode" authors: - given-names: "Akio" family-names: "Taniguchi" - affiliation: "Nagoya University" + affiliation: "Kitami Institute of Technology" orcid: "https://orcid.org/0000-0002-9695-6183" - given-names: "Juri" family-names: "Yamanaka" diff --git a/pyproject.toml b/pyproject.toml index a2f4710..d98d128 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "decode" version = "2025.2.0" description = "DESHIMA code for data analysis" authors = [ - "Akio Taniguchi ", + "Akio Taniguchi ", "Juri Yamanaka ", "Shinji Fujita ", ]