-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Simplify setup.py, make CmdStan the default backend #2088
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 all commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
827884c
Make packaging of cmdstan optional during setup
WardBrian ad2a3e4
Update readmes and GHA
WardBrian 6d54691
Start removing pystan requirement
WardBrian 80aca57
Merge branch 'main' into cmdstan-setup
WardBrian ec31db8
Cmdstanpy 1.0 handles tbb path
WardBrian 9a28ed5
Fix wheels gha file
WardBrian 9fa0a6a
master -> main test rename
WardBrian 217b467
Fix path issue
WardBrian cf3598e
Run black on setup
WardBrian 62d906c
Use fresh temp directory per fit
WardBrian 914d9fb
Merge branch 'facebook:main' into cmdstan-setup
WardBrian fe5d938
Cleanup, rename environment variable
WardBrian 47380da
Fix tbb resolution on windows
WardBrian 7cbd992
Properly handle environment variables as strings
WardBrian 67891a0
Set python_requires>=3.6, fixes #2119
WardBrian 6e40646
Invert repackage flag
WardBrian 6d206a1
Remove duplicate windows build
WardBrian 18f19f7
Remove on_pr from workflow, add newer python versions
WardBrian 145c69f
Temporarily re-add pystan to requirements
WardBrian 6ab659a
Merge remote-tracking branch 'upstream/main' into cmdstan-setup
85bc041
cleanup READMEs
05b59fb
increment version
236c855
clearer wording
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,5 +1,4 @@ | ||
| include stan/unix/*.stan | ||
| include stan/win/*.stan | ||
| include stan/*.stan | ||
| include LICENSE | ||
| include requirements.txt | ||
|
|
||
|
|
||
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
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.
Uh oh!
There was an error while loading. Please reload this page.