Skip to content

Commit dbc2384

Browse files
authored
Merge pull request #215 from HERA-Team/version_bump
Version bump to 0.2.0
2 parents 2c248d1 + e1ed01e commit dbc2384

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
v0.2.0 (2019-08-09)
2+
* Python 3 compatibility.
3+
* Allow cross-polarization spectra to be calculated as long as they
4+
aren't beam-normalized; polarizations now specified as polpairs.
5+
* Time-dependent noise power spectra capability in generate_noise.
6+
* Methods to fetch redundant baselines/blpairs from UVPSpec objects.
7+
* Exact normalization mode (Saurabh Singh) with optimization (Ronan
8+
Legin).
9+
* Updated covariance handling, incl. averaging and analytic variance
10+
(Jianrong Tan).
11+
* New 'lazy covariance' weighting mode (Aaron Ewall-Wice).
12+
* Fix bug where little_h was passed incorrectly (Zachary Martinot).
13+
* Store additional statistical info in stats_array (Duncan Rocha).
14+
* Add delay wedge plotting function (Paul Chichura).
15+
* Various minor interface changes and improved tests.
16+
117
v0.1.0 (2018-07-18)
218
* Initial release; implements core functionality,
319
documentation, and tests.

hera_pspec/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.0
1+
0.2.0

0 commit comments

Comments
 (0)