WeightedDataFrame upgrade
·
160 commits
to master
since this release
- Moved weights in WeightedDataFrame into MultiIndex of nested sampling iteration and weight. This simplifies the implementation, makes weights visible as part of the index and is compatible with past and current version of pandas
- rename weight, w -> weights throughout for compatibility with matplotlib