Skip to content
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

Fix performance issues in pykoop.predict_trajectory() #151

Merged
merged 12 commits into from
Aug 31, 2023

Conversation

sdahdah
Copy link
Member

@sdahdah sdahdah commented Aug 30, 2023

Resolves #150

Proposed Changes

  • Add pykoop.set_config(), pykoop.get_config() and pykoop.config_context() to allow skipping validation in key areas.

Checklist

  • Write unit tests
  • Add new estimators to existing scikit-learn compatibility tests
  • Write examples in docstrings
  • Update Sphinx documentation
  • Bump version number and date in setup.py, CITATION.cff, and
    README.rst

@sdahdah sdahdah added bug Something isn't working enhancement New feature or request labels Aug 30, 2023
@sdahdah sdahdah added this to the v1.2.0 milestone Aug 30, 2023
@sdahdah sdahdah self-assigned this Aug 30, 2023
@sdahdah sdahdah linked an issue Aug 30, 2023 that may be closed by this pull request
@sdahdah sdahdah merged commit 77a7a0d into main Aug 31, 2023
5 checks passed
@sdahdah sdahdah deleted the bugfix/150-fix-performance-issues-in-predict_trajectory branch August 31, 2023 02:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix performance issues in predict_trajectory()
1 participant