Skip to content

Refactor#14

Merged
cgarling merged 22 commits intomainfrom
update
Oct 20, 2025
Merged

Refactor#14
cgarling merged 22 commits intomainfrom
update

Conversation

@cgarling
Copy link
Copy Markdown
Owner

  1. Use IrrationalConstants.jl to simplify some expressions involving constants like sqrt(2).
  2. Replace some uses of standard Vectors for StaticArrays.SVectors. This is not an obvious performance win everywhere but it does make many of our constructors non-allocating now.
  3. Add precompilation workloads.
  4. Use [extras] in main Project.toml to set test dependencies, rather than separate test/Project.toml.
  5. Add more tests for supported operations.

@codecov
Copy link
Copy Markdown

codecov bot commented Oct 19, 2025

Codecov Report

❌ Patch coverage is 91.27517% with 13 lines in your changes missing coverage. Please review.
✅ Project coverage is 91.78%. Comparing base (14839a0) to head (26dff53).
⚠️ Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
src/lognormal.jl 85.54% 12 Missing ⚠️
src/powerlaw.jl 98.11% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #14      +/-   ##
==========================================
+ Coverage   91.21%   91.78%   +0.56%     
==========================================
  Files           2        4       +2     
  Lines         296      292       -4     
==========================================
- Hits          270      268       -2     
+ Misses         26       24       -2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@cgarling cgarling merged commit d7e09df into main Oct 20, 2025
5 of 6 checks passed
@cgarling cgarling deleted the update branch October 20, 2025 01:02
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.

1 participant