-
Notifications
You must be signed in to change notification settings - Fork 85
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
refactor: Create infer subpackage to hold our statistics code #531
Conversation
9ca3e22
to
302d41d
Compare
Codecov Report
@@ Coverage Diff @@
## master #531 +/- ##
==========================================
+ Coverage 95.11% 95.12% +0.01%
==========================================
Files 47 50 +3
Lines 2722 2730 +8
Branches 380 380
==========================================
+ Hits 2589 2597 +8
Misses 88 88
Partials 45 45
Continue to review full report at Codecov.
|
4733f03
to
4a584ab
Compare
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.
LGTM 👍. Can we just get a PR review commit log comments? After that I'm fine with merging and then cutting a new minor release.
this breaks the API, so probably should come with a versions bump |
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.
hm didn't we first suggest pyhf.infer
instead of pyhf.stats
?
Ah, yes, we did. I forgot about that, but I agree that "infer" is better — it gets directly to what is being done, while "stats" is too broad. |
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.
We also need the following entry checked off in ROADMAP.md
- Factorize out the statistical fitting portion into pyhf/infer/init.py (PR refactor: Create infer subpackage to hold our statistics code #531) [2019-Q3 → 2019-Q4]
(where stats
has become infer
).
Ah, so just doing it all in one fell swoop instead of a bump version PR? Makes sense. |
Switched to |
- update docs api - fix up api a bit better
ba8e540
to
e48f9bb
Compare
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.
I don't think
'https://cdnjs.cloudflare.com/ajax/libs/github-fork-ribbon-css/0.2.2/gh-fork-ribbon.min.css'
was supposed to get changed
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.
GTG again. :)
Description
This will also be a
bumpversion/minor
update.Checklist Before Requesting Reviewer
Before Merging
For the PR Assignees: