Skip to content

Commit

Permalink
#24 Merge pull request from deshima-dev/astropenguin/issue23
Browse files Browse the repository at this point in the history
Release v0.4.0
  • Loading branch information
astropenguin authored Jul 26, 2023
2 parents 60f1e2e + 6e47293 commit 1ca818a
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
cff-version: 1.2.0
message: "If you use this software, please cite it as below."

title: "dems"
abstract: "DESHIMA measurement set"
version: 0.4.0
date-released: 2023-07-26
license: "MIT"
doi: "10.5281/zenodo.8151950"
url: "https://github.com/deshima-dev/dems"
authors:
- given-names: "Akio"
family-names: "Taniguchi"
affiliation: "Nagoya University"
orcid: "https://orcid.org/0000-0002-9695-6183"
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
[![Release](https://img.shields.io/pypi/v/dems?label=Release&color=cornflowerblue&style=flat-square)](https://pypi.org/project/dems/)
[![Python](https://img.shields.io/pypi/pyversions/dems?label=Python&color=cornflowerblue&style=flat-square)](https://pypi.org/project/dems/)
[![Downloads](https://img.shields.io/pypi/dm/dems?label=Downloads&color=cornflowerblue&style=flat-square)](https://pepy.tech/project/dems)
[![DOI](https://img.shields.io/badge/DOI-10.5281/zenodo.8151950-cornflowerblue?style=flat-square)](https://doi.org/10.5281/zenodo.8151950)
[![Tests](https://img.shields.io/github/actions/workflow/status/deshima-dev/dems/tests.yaml?label=Tests&style=flat-square)](https://github.com/deshima-dev/dems/actions)

DESHIMA measurement set
Expand Down
2 changes: 1 addition & 1 deletion dems/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__all__ = ["d1", "d2"]
__version__ = "0.3.0"
__version__ = "0.4.0"


# submodules
Expand Down
3 changes: 2 additions & 1 deletion dems/d2.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

# dependencies
from xarray_dataclasses import AsDataArray, Attr, Coordof, Data, Dataof
from . import __version__


# type hints
Expand All @@ -21,7 +22,7 @@
-5440188.022176585,
-2475718.801708271,
)
DEMS_VERSION = "0.3.0"
DEMS_VERSION = __version__
DMERGE_VERSION = "1.0.0"


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 = "dems"
version = "0.3.0"
version = "0.4.0"
description = "DESHIMA measurement set"
authors = ["Akio Taniguchi <taniguchi@a.phys.nagoya-u.ac.jp>"]
license = "MIT"
Expand Down

0 comments on commit 1ca818a

Please sign in to comment.