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 @@ -3,15 +3,15 @@ message: "If you use this software, please cite it as below."

title: "de:code"
abstract: "DESHIMA code for data analysis"
version: 2024.11.0
date-released: 2024-11-26
version: 2025.2.0
date-released: 2025-02-13
license: "MIT"
doi: "10.5281/zenodo.3384216"
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"
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion decode/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"select",
"utils",
]
__version__ = "2024.11.0"
__version__ = "2025.2.0"


# submodules
Expand Down
3 changes: 2 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# project information
project = "de:code"
author = "DESHIMA Team"
copyright = "2018-2023 DESHIMA Team"
copyright = "2018-2025 DESHIMA Team"


# general configuration
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[tool.poetry]
name = "decode"
version = "2024.11.0"
version = "2025.2.0"
description = "DESHIMA code for data analysis"
authors = [
"Akio Taniguchi <taniguchi@a.phys.nagoya-u.ac.jp>",
"Akio Taniguchi <taniguchi.akio@gmail.com>",
"Juri Yamanaka <j.yamanaka@a.phys.nagoya-u.ac.jp>",
"Shinji Fujita <s-fujita@ism.ac.jp>",
]
Expand Down