Skip to content

Commit

Permalink
Merge e1ed01e into 2c248d1
Browse files Browse the repository at this point in the history
  • Loading branch information
philbull committed Aug 9, 2019
2 parents 2c248d1 + e1ed01e commit 442b1f5
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
v0.2.0 (2019-08-09)
* Python 3 compatibility.
* Allow cross-polarization spectra to be calculated as long as they
aren't beam-normalized; polarizations now specified as polpairs.
* Time-dependent noise power spectra capability in generate_noise.
* Methods to fetch redundant baselines/blpairs from UVPSpec objects.
* Exact normalization mode (Saurabh Singh) with optimization (Ronan
Legin).
* Updated covariance handling, incl. averaging and analytic variance
(Jianrong Tan).
* New 'lazy covariance' weighting mode (Aaron Ewall-Wice).
* Fix bug where little_h was passed incorrectly (Zachary Martinot).
* Store additional statistical info in stats_array (Duncan Rocha).
* Add delay wedge plotting function (Paul Chichura).
* Various minor interface changes and improved tests.

v0.1.0 (2018-07-18)
* Initial release; implements core functionality,
documentation, and tests.
Expand Down
2 changes: 1 addition & 1 deletion hera_pspec/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.0
0.2.0

0 comments on commit 442b1f5

Please sign in to comment.