FPRAS#70
Open
MLopez-Ibanez wants to merge 16 commits into
Open
Conversation
…4.1. * tools/hypersphere_volume.py: Likewise. * c/hvapprox.c: Regenerate constants.
* r/tests/testthat/test-doctest-whv_rect.R: New. * r/tests/testthat/test-whv.R: Remove tests that duplicate example.
* pyproject.toml: Update. * tox.ini: Remove numpy1 environment. * doc/source/whatsnew/index.rst: Document change.
* c/hv.h: Declare it here.
* python/src/moocore/_moocore.py: Use constants in documentation. * python/src/moocore/libmoocore.h (HV_INEX_MAX_ROWS,KUNG_SMALL_THRESHOLD): Declare constants. * c/nondominated.h (KUNG_SMALL_THRESHOLD): Do not undef.
* r/R/nondominated.R, r/R/hv.R: Use it in documentation. * r/src/Rmoocore.c (libmoocore_constants): New. * r/src/init.c, r/src/init.h (DECLARE_CALL_VOID): New.
#61). * python/src/moocore/_docsubstitute.py: New. * python/src/moocore/_moocore.py: Use it everywhere to avoid duplication. Use 'points' instead of 'data' as the first argument of most functions.
* src/moocore/_moocore.py (VorobtResult): New. (vorob_t): Update return type. * doc/source/whatsnew/index.rst: Update.
Co-authored-by: MLopez-Ibanez <2620021+MLopez-Ibanez@users.noreply.github.com>
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #70 +/- ##
==========================================
- Coverage 76.94% 76.92% -0.02%
==========================================
Files 67 67
Lines 6766 6852 +86
Branches 1330 1349 +19
==========================================
+ Hits 5206 5271 +65
- Misses 1212 1224 +12
- Partials 348 357 +9
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
501fd28 to
3460490
Compare
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.
No description provided.