Skip to content

Conversation

@MLopez-Ibanez
Copy link
Contributor

No description provided.

MLopez-Ibanez and others added 30 commits November 2, 2025 11:10
 * python/src/moocore/_moocore.py: Use it.
…nused.

 * c/mt19937/mt19937.h: Remove declarations.
updates:
- [github.com/lorenzwalthert/precommit: v0.4.3.9014 → v0.4.3.9017](lorenzwalthert/precommit@v0.4.3.9014...v0.4.3.9017)
- [github.com/tox-dev/tox-ini-fmt: 1.6.0 → 1.7.0](tox-dev/tox-ini-fmt@1.6.0...1.7.0)
- [github.com/tox-dev/pyproject-fmt: v2.6.0 → v2.11.0](tox-dev/pyproject-fmt@v2.6.0...v2.11.0)
- [github.com/astral-sh/ruff-pre-commit: v0.13.0 → v0.14.3](astral-sh/ruff-pre-commit@v0.13.0...v0.14.3)
- [github.com/sphinx-contrib/sphinx-lint: v1.0.0 → v1.0.1](sphinx-contrib/sphinx-lint@v1.0.0...v1.0.1)
   (print_rect): Rename to debug_print_rect.
MLopez-Ibanez and others added 16 commits November 26, 2025 10:12
 * c/hv_priv.h: Remove x_aux from dlnote_t, x is const again.
 * c/hv.c:
    - Remove references to x_aux.
    - Also maintain a list sorted according to z coordinate.
    - Allocate (once) the auxiliar data structures used in the base case.
 * c/hv4d_priv.h (onec4dplusU):
    - Reconstruct the 3D base of the 4D contribution by sweeping the (sorted) z list.
    - Use an auxiliar dlnode_t list (list_aux) and an auxiliar double vector (x_aux) for modified points.
    - Take advantage of sweeping points in ascending order of the z-coordinate (continue_base_update_z_closest).
 (fpli_hv4d): Delete unused.
 * c/hv4d_priv.h: Simplify code, fix warnings, add more asserts and comments.
 (update_bound_3d): New.
@codecov
Copy link

codecov bot commented Dec 29, 2025

Codecov Report

❌ Patch coverage is 80.08753% with 91 lines in your changes missing coverage. Please review.
✅ Project coverage is 73.44%. Comparing base (236e201) to head (11ccef9).
⚠️ Report is 142 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #53      +/-   ##
==========================================
+ Coverage   72.52%   73.44%   +0.92%     
==========================================
  Files          57       58       +1     
  Lines        4869     5068     +199     
  Branches      926      985      +59     
==========================================
+ Hits         3531     3722     +191     
+ Misses        991      965      -26     
- Partials      347      381      +34     
Flag Coverage Δ
R 78.68% <ø> (+0.53%) ⬆️
python 72.53% <80.08%> (+1.03%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Components Coverage Δ
tests 100.00% <100.00%> (ø)
src 86.64% <100.00%> (+0.97%) ⬆️
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants