Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #263 +/- ##
===========================================
+ Coverage 41.64% 42.12% +0.48%
===========================================
Files 125 125
Lines 8321 8311 -10
Branches 1359 1367 +8
===========================================
+ Hits 3465 3501 +36
+ Misses 4542 4488 -54
- Partials 314 322 +8 ☔ View full report in Codecov by Sentry. |
Deathn0t
added a commit
that referenced
this pull request
Feb 17, 2025
* simplifying the decentralized search (#260) * updating readme with license badge * fixing checkout of tutorial in docs build * Add uv installation page in documentation (#263) * Add uv installation page * Clean up comments for pip install * updated quickstart on landing page * adding refs to tutorials and examples * updated landing page and installation page * updating install titles * updating title * updated quick start introduction * updated index * updating license * updating license badge in README * updating authors, maintainers in toml * updated description in toml * add dropdown functionnality in sphinx gallery * updating experimental design search example * updating examples, including intersphinx * add files for examples, update gitignore * removing api.rst from exclude_patterns * update intersphinx config * adding AutoDEUQ example, adding torch and configspace to intersphinx * updating autodeuq example * changes for Colab tutorial (#271) * changes for colab tutorial * adapted code for cuda/cpu using ray evaluator, simplifying to_torch/numpy conversions, adding download of pre-computed results, added install command for notebooks --------- Co-authored-by: Brett Eiffert <eiffertbc@ornl.gov> Co-authored-by: Deathn0t <romainegele@gmail.com> * adding rm command to cleanup results in example * Add a Facility Guides section (#265) * updated autodeuq tutorial * update version to 0.9.2 --------- Co-authored-by: Gavin Wiggins <6828967+wigging@users.noreply.github.com> Co-authored-by: Brett Eiffert <brettceiffert@gmail.com> Co-authored-by: Brett Eiffert <eiffertbc@ornl.gov>
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
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.
This adds a documentation page about using uv to install the deephyper package into a Python project. A terminal session demo of this process is also included in the page.