Releases: mao-wfs/mao-merge-45m
Releases · mao-wfs/mao-merge-45m
v0.2.1 (2023-07-14)
What's Changed
- Fix missing long_name of time coordinate by @astropenguin in #87
Full Changelog: v0.2.0...v0.2.1
v0.2.0 (2023-07-13)
What's Changed
- Add antenna module by @astropenguin in #28
- Update project dependencies by @astropenguin in #32
- Rename project by @astropenguin in #34
- Add support for Poetry >=1.2 by @astropenguin in #41
- Do not use append method of DataFrame by @astropenguin in #43
- Add support for new 50-sps antenna logs by @nasatoya in #44
- Rename module (antenna_50sps.py -> antenna_50_sps.py) by @kiwakami in #46
- #37 Add support for SAM45 logs by @nasatoya in #47
- #48 Fix timestamp to yymmdd by @nasatoya in #49
- #50 Add a sentence to get_df that eliminates duplicate timestamps by @nasatoya in #51
- #52 Replace real_Z1 and real_Z2. by @nasatoya in #53
- Update calibration method of SAM45 logs by @astropenguin in #55
- Update log paths of merge function to be optional by @astropenguin in #58
- Add argument of SAM45 log path to merge function by @astropenguin in #60
- Add zip option to merge function by @astropenguin in #61
- Make function options keyword-only arguments by @astropenguin in #63
- Update README by @astropenguin in #66
- Fix SAM45 timestamp to datetime64[ns] by @nasatoya in #68
- Add accelerometer_csv module by @astropenguin in #70
- Read Az/El values of the collimator from new 50-sps antenna logs by @astropenguin in #72
- Read programmed values from new 50-sps antenna logs by @astropenguin in #74
- Update devcontainer by @astropenguin in #77
- #75 Add options to shift timestamps of logs by @kiwakami in #78
- Fix wrong data_vars/coords assignment in merge module by @astropenguin in #80
- Support for writing merged dataset to zip storage by @astropenguin in #82
- Add merge information to merged Zarr by @astropenguin in #84
- Release v0.2.0 by @astropenguin in #85
New Contributors
Full Changelog: v0.1.0...v0.2.0
v0.1.0 (2021-07-15)
Data conversion functions for correlator, accelerometer and weather data are available.
What's Changed
- Add command line interface by @astropenguin in #2
- Add correlator module by @astropenguin in #4
- Add conversion from Zarr to VDIF by @astropenguin in #6
- Add chunk length option to VDIF-to-Zarr conversion by @astropenguin in #10
- Fix frequency range in correlator module by @astropenguin in #12
- Add accelerometer module by @astropenguin in #8
- Add weather module by @astropenguin in #14
- Fix timezone of weather and accelerometer data by @astropenguin in #16
- Add merge module by @astropenguin in #18
- Update test data and scripts by @astropenguin in #21
- Fix incorrect assignment of accelerometer data as data variables by @astropenguin in #22
- Rename functions by @astropenguin in #24
- Update docs by @astropenguin in #26
Full Changelog: https://github.com/mao-wfs/mao-merge-45m/commits/v0.1.0