Skip to content

Commit

Permalink
Merge b50fa31 into aca6586
Browse files Browse the repository at this point in the history
  • Loading branch information
philbull committed Jul 12, 2019
2 parents aca6586 + b50fa31 commit 41ec83b
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
v0.2.0 (2019-07-12)
* 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).
* 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 41ec83b

Please sign in to comment.