Releases: deshima-dev/demerge
Release list
v2.7.0 (2023-10-30)
What's Changed
- Fix wrong units of MKID frequency stored in DEMS by @astropenguin in #58
- Add positions and rotations of ASTE subreflector by @astropenguin in #61
- Use raw MKID types (not use integer ID) by @astropenguin in #66
- Release v2.7.0 by @astropenguin in #67
Full Changelog: v2.6.0...v2.7.0
v2.6.0 (2023-10-20)
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
- Add merge options to run.sh by @astropenguin in #51
- Release v2.6.0 by @astropenguin in #52
Full Changelog: v2.5.0...v2.6.0
v2.5.0 (2023-10-20)
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
- Update output format of DEMS by @astropenguin in #46
- Release v2.5.0 by @astropenguin in #47
Full Changelog: v2.4.0...v2.5.0
v2.4.0 (2023-10-20)
Since this release, the Python package has been renamed from dmerge to demerge and can be available in PyPI.
What's Changed
- Prepare for publication in PyPI by @astropenguin in #44
- Release v2.4.0 by @astropenguin in #45
Full Changelog: v2.3.0...v2.4.0
v2.3.0 (2023-10-18)
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 20171103184436What's Changed
- Include run.sh in Python package by @astropenguin in #39
Full Changelog: v2.2.0...v2.3.0
v2.2.0 (2023-10-17)
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
- Use deshima-dev/testdata as data by @astropenguin in #30
- Update options of run.sh by @astropenguin in #33
- Fix runtime errors by @astropenguin in #36
- Release v2.2.0 by @astropenguin in #37
Full Changelog: v2.1.3...v2.2.0
v2.1.3 (2023-10-16)
What's Changed
- Ignore zero divided warning in make_divided_data.py by @astropenguin in #25
- Update project dependencies by @astropenguin in #26
- Release v2.1.3 by @astropenguin in #28
Full Changelog: v2.1.2...v2.1.3
v2.1.2 (2023-10-13)
In this release, formatting of Python codes was reverted to its original state. The merge functionality has not been changed.
What's Changed
- Format Python codes back to their original states by @astropenguin in #21
- Release v2.1.2 by @astropenguin in #23
Full Changelog: v2.1.1...v2.1.2
v2.1.1 (2023-10-12)
This release only fixed a wrong version written in pyproject.toml.
What's Changed
- Fix package version written in pyproject.toml by @astropenguin in #19
Full Changelog: v2.1.0...v2.1.1
v2.1.0 (2023-10-12)
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
- Bundle merge scripts into a single package by @astropenguin in #17
Full Changelog: v2.0.2...v2.1.0