You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,8 @@ All notable changes to this project will be documented in this file.
3
3
4
4
## [Unreleased]
5
5
6
+
## [2.0.2] - 2020-4-29
7
+
6
8
### Added
7
9
- New `_corr_fits` C extension for performing the index and conjugation mapping calculation for read_mwa_corr_fits
8
10
-`copy` method to UVCal and UVBeam objects
@@ -13,8 +15,7 @@ All notable changes to this project will be documented in this file.
13
15
- Various serialized calculations in uvdata.py, uvbeam.py, and utils.py to be vectorized with numpy
14
16
- Miriad interface was re-written from a hand written CPython interface to a Cython interface which dynamically creates the CPython during package setup/build.
15
17
- uvfits, calfits and beamfits files should now be read faster due to a simplified handling of fits header objects, especially when the history is very long.
16
-
- The UVData methods `set_drift`, `set_phased`, and `set_unknown_phase_type` have been made private. The public methods will be removed in a future version.
17
-
18
+
- The UVData methods `set_drift`, `set_phased`, and `set_unknown_phase_type` have been made private. The public methods will be removed in version 2.2.
0 commit comments