Skip to content

Releases: deshima-dev/demerge

v2.7.0 (2023-10-30)

Choose a tag to compare

@astropenguin astropenguin released this 30 Oct 11:01
0910b52

What's Changed

Full Changelog: v2.6.0...v2.7.0

v2.6.0 (2023-10-20)

Choose a tag to compare

@astropenguin astropenguin released this 20 Oct 06:35
486511b

In this release, options of the dmerge command have been updated so that users can pass merge options like:

demerge -m "--coordinate radec --findR --debug" <log ID>

What's Changed

Full Changelog: v2.5.0...v2.6.0

v2.5.0 (2023-10-20)

Choose a tag to compare

@astropenguin astropenguin released this 19 Oct 18:08
82482d6

In this release, the output format of DEMS has been changed from netCDF (.nc) to Zarr (.zarr.zip):

import xarray as xr

da = xr.open_dataarray("/path/to/dems.zarr.zip", engine="zarr")

What's Changed

Full Changelog: v2.4.0...v2.5.0

v2.4.0 (2023-10-20)

Choose a tag to compare

@astropenguin astropenguin released this 19 Oct 17:15
cb9ee14

Since this release, the Python package has been renamed from dmerge to demerge and can be available in PyPI.

What's Changed

Full Changelog: v2.3.0...v2.4.0

v2.3.0 (2023-10-18)

Choose a tag to compare

@astropenguin astropenguin released this 17 Oct 23:55
ff77843

In this release, the main script run.sh has been moved into the dmerge package and can be run as the dmerge command:

# prior to v2.3
./run.sh -d data/cosmos 20171103184436
# since v2.3
dmerge -d data/cosmos 20171103184436

What's Changed

Full Changelog: v2.2.0...v2.3.0

v2.2.0 (2023-10-17)

Choose a tag to compare

@astropenguin astropenguin released this 17 Oct 07:06
93d64f7

In this release, test datasets have been isolated into a separate repository deshima-dev/testdata and new options have been added to run.sh. Please check README.md for more information.

What's Changed

Full Changelog: v2.1.3...v2.2.0

v2.1.3 (2023-10-16)

Choose a tag to compare

@astropenguin astropenguin released this 16 Oct 14:47
dd6b410

What's Changed

Full Changelog: v2.1.2...v2.1.3

v2.1.2 (2023-10-13)

Choose a tag to compare

@astropenguin astropenguin released this 13 Oct 08:48
5444e55

In this release, formatting of Python codes was reverted to its original state. The merge functionality has not been changed.

What's Changed

Full Changelog: v2.1.1...v2.1.2

v2.1.1 (2023-10-12)

Choose a tag to compare

@astropenguin astropenguin released this 12 Oct 12:54
dcf38e1

This release only fixed a wrong version written in pyproject.toml.

What's Changed

Full Changelog: v2.1.0...v2.1.1

v2.1.0 (2023-10-12)

Choose a tag to compare

@astropenguin astropenguin released this 12 Oct 12:33
97d3bfd

In this release, merge scripts are bundled into a Python package dmerge. Each former script (e.g. merge_to_dems.py) is now available as a shell command (merge_to_dems). You need to locally install the dmerge package prior to using the commands (see README.md for more details). Note that the merge functionality has not been changed.

What's Changed

Full Changelog: v2.0.2...v2.1.0