-
Notifications
You must be signed in to change notification settings - Fork 26
v0.6.1 release branch #185
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 8 commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
664f508
Update setup.py
wsavran d13f74f
quadtree csv reader (#186)
khawajasim 74106b9
New plotting routines (#190)
bayonato89 f75861f
Update setup.py
wsavran da4a51d
Merge branch 'v0.6.1-release-branch' of github.com:SCECcode/pycsep in…
wsavran 380c7fc
unpinned numpy version for security issues
wsavran 29d0733
added docstrings to plot_pvalues_and_intervals
wsavran 8624724
fixed failing test with python 3.10 due to floating point rounding issue
wsavran 1a507f9
fixed warnings from numpy np.int -> np.int64
wsavran affb7e8
Non poissonian tests (#189)
bayonato89 518e750
Added NZ testing and collection regions, parser and test (#198)
pabloitu bb299b2
fix: region border plot (#199)
pabloitu 4a2e926
Notebook documentation (#202)
bayonato89 8678a73
Update setup.py
wsavran 9cf5e0e
unpinned numpy version for security issues
wsavran ddca684
added docstrings to plot_pvalues_and_intervals
wsavran f7ad419
fixed failing test with python 3.10 due to floating point rounding issue
wsavran 0ef85ed
fixed warnings from numpy np.int -> np.int64
wsavran d6ea660
Non poissonian tests (#189)
bayonato89 81b177a
Notebook documentation (#202)
bayonato89 08a4ef5
Merge branch 'v0.6.1-release-branch' of github.com:SCECcode/pycsep in…
wsavran 920b366
pinned matplotlib version until we implement a workaround for the err…
wsavran 55f3abd
feat: Added query_bsi (#201)
pabloitu ec78dd0
Binomial testing (#208)
khawajasim 94dee18
Non poissonian tests (#205)
bayonato89 ebbe3ba
Fix consistency plots (#206)
pabloitu 7142fbb
style: updated comment formats in binomial evaluations
wsavran 985aad8
Updated docstrings in catalogs.py
wsavran 09e2769
style: updated variable names to better reflect the binomial evaluation
wsavran 76844eb
Merge branch 'v0.6.1-release-branch' of github.com:SCECcode/pycsep in…
wsavran 53bbd1a
unit test for sim_cat (#209)
khawajasim 8010dbc
bumped version numbers
wsavran File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 @@ | ||
| numpy<=1.21.5 | ||
| numpy | ||
| scipy | ||
| pandas | ||
| matplotlib | ||
|
|
||
This file contains hidden or 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 hidden or 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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@bayonato89 i had to make some modifications here to work within pycsep. can you test this new function out and make sure that it's working properly?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It does work properly @wsavran