Skip to content

Commit

Permalink
#109 Merge pull request from deshima-dev/astropenguin/issue108
Browse files Browse the repository at this point in the history
Release v2.13.0
  • Loading branch information
astropenguin authored Jun 11, 2024
2 parents 9eead6d + 0f36df8 commit 3529cd9
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ keywords:
- spectroscopy
- deshima
license: MIT
version: 2.12.0
date-released: '2024-04-03'
version: 2.13.0
date-released: '2024-06-11'
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ MergeToDfits()クラスの代わりとなるmerge_to_dems()関数を実装し、
## 動作環境

- CPython: 3.9-3.12
- Dependent packages: [pyproject.toml](https://github.com/deshima-dev/demerge/blob/v2.12.0/pyproject.toml)をご確認ください
- Dependent packages: [pyproject.toml](https://github.com/deshima-dev/demerge/blob/v2.13.0/pyproject.toml)をご確認ください

## インストール

Expand All @@ -22,7 +22,7 @@ MergeToDfits()クラスの代わりとなるmerge_to_dems()関数を実装し、
pipで[PyPI](https://pypi.org)からインストールしてください。

```shell
pip install demerge==2.12.0
pip install demerge==2.13.0
```

インストール後、`demerge`コマンドが利用可能になります。
Expand All @@ -34,11 +34,11 @@ pip install demerge==2.12.0
```shell
# テストデータを含める場合
git clone --recursive https://github.com/deshima-dev/demerge.git
cd demerge && git checkout v2.12.0
cd demerge && git checkout v2.13.0

# 最小構成でダウンロードする場合
git clone --depth=1 https://github.com/deshima-dev/demerge.git
cd demerge && git checkout v2.12.0
cd demerge && git checkout v2.13.0
```

続けて、`demerge`パッケージのPython環境へのインストールを行います。
Expand Down
2 changes: 1 addition & 1 deletion demerge/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"merge_to_dems",
"plot",
]
__version__ = "2.12.0"
__version__ = "2.13.0"


# submodules
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "demerge"
version = "2.12.0"
version = "2.13.0"
description = "DESHIMA merge code for observed datasets"
authors = [
"Tatsuya Takekoshi <[email protected]>",
Expand Down

0 comments on commit 3529cd9

Please sign in to comment.