Skip to content

WeightedDataFrame upgrade

Compare
Choose a tag to compare
@williamjameshandley williamjameshandley released this 19 Aug 10:09
· 160 commits to master since this release
c1202ce

#115

  • 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