-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* wakey wakey github tests * tests showing the issue lies with the weights of NestedSamples objects * Tests pass locally * Added credit to Lukas Hergt * Updated badge for travis readme org -> com * Changed samples.weight to be a numpy array * Adjusted version number to be 2.0.0-beta * Updated level_values(1) to weight * Updated hashing function to be more intuitive * Converted weight -> weights * Removed defunct array_to_seed code * remove FutureWarning for types alongside old types interface, adjust tests accordingly * use index.repeat instead of np.repeat to keep MultiIndex structure * add tests for WeightedDataFrame.hist and WeightedSeries.hist * Closed plots for weighted series Co-authored-by: Will Handley <[email protected]>
- Loading branch information
1 parent
2351380
commit c1202ce
Showing
10 changed files
with
197 additions
and
206 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
scipy>=1.2.0 | ||
numpy | ||
pandas<=1.0.5 | ||
pandas | ||
matplotlib>=3.1.2 |
Oops, something went wrong.