-
Notifications
You must be signed in to change notification settings - Fork 141
v1.1.4 Pull Request #803
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
Closed
Closed
v1.1.4 Pull Request #803
Conversation
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
* add python 3.8 to workflow * add python 3.9 to workflow * update
* update residual diagnostic plots and example notebook * minor fix on unused import * diagnostic * Create residual_diagnostic.ipynb * temp * update * notebook update * Update plot.py * Update plot.py * Update plot.py * update * fix bug * update plot function * Update plot.py * Update model_diagnostics.ipynb * remove file * fixing lint problem * refreshing diagnostic notebook * Update plot.py * Update residual_diagnostic.ipynb Co-authored-by: Edwin Ng <[email protected]>
* init proposal This should fix the tqdm outlook and slightly adjust the arg to make forecast and its child consistent. * Update hyper_parameters_tuning.ipynb * init proposal This should fix the tqdm outlook and slightly adjust the arg to make forecast and its child consistent. * Update hyper_parameters_tuning.ipynb * a message added for ipywidgets * lint fix
* torch version update * release process update
* Update stan.py * lint
* fix re-instantiation bug in KTR * tutorial update * fix re-instantiation bug in KTR * tutorial update
* temp * adding new utils * Update general.py
* Update requirements.txt * Update build.yaml * Update build.yaml * Update build.yaml * Update build.yaml
* Update ktr1.ipynb * Update ktr1.ipynb
* global trend prior enhancement * lint reformatting
v1.1.3 release with minor fix of bugs and features enhancement
* git ignore * Update requirements.txt * Update stan.py * Update dlt.py * import on the fly * temp * Update dlt-cmdstanpy.ipynb * first attempt on replace pystan with cmdstanpy * formmating * lint and fix unit test with installing cmdstanpy * Update .gitignore * Update setup.py * Update .gitignore * Create build-dummy.yaml * try use default folder to install cmdstanpy * return cmdstanpy install to default folder * test support for 3.9 * Update setup.py * bring back sampling temperature * dlt, ets and diagnostics * dlt ets test * delete temp test * fix dlt test * remove dlt stan file for cache * Update .gitignore * Update .gitignore * fixing lgt in unit test * Delete lgt * Update .gitignore * ktrlite update * format * fixed rest of the unit tests * notebook refresh * change tag * remove unnecssary input in stan estimators * Update dlt.stan * a debug test to import pandas during build_py * test the build py command * remove pandas test in build_py * include extension * formmating with black * try include cmdstanpy * also update project.toml * Update stan_estimator.py * Update build.yaml
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description
Changes made to mainly to fixes #801 by replacing
PyStan2bycmdstanpy.