Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion RELEASE_NOTES
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
0.6.17
0.6.17 (not yet released)
------

Bug Fixes

- Fixed bug with bools not converted in numpy_util.dict2arr
- stats were not being returned from stat.print_stats

0.6.16
------
Expand Down
2 changes: 1 addition & 1 deletion esutil/stat/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -970,7 +970,7 @@ def print_stats(arr, nsigma=1.0, **kw):

kw["doprint"] = True
kw["nsigma_print"] = nsigma
get_stats(arr, **kw)
return get_stats(arr, **kw)


def wmom(
Expand Down