Skip to content

feat: add isomorphisms of hyperelliptic curves#2273

Open
thofma wants to merge 1 commit into
masterfrom
hypellcrv-isomorphisms
Open

feat: add isomorphisms of hyperelliptic curves#2273
thofma wants to merge 1 commit into
masterfrom
hypellcrv-isomorphisms

Conversation

@thofma
Copy link
Copy Markdown
Owner

@thofma thofma commented May 22, 2026

  • Add HypellCrvIsom{T} type with domain/codomain/isomorphism_data
    accessors, application to points, inv, and compose.
  • Add is_gl2_equivalent(f1, f2, n) with cases d >= 3, d = 2, d = 1.
  • Add is_isomorphic, is_isomorphic_with_isomorphism

- Add HypellCrvIsom{T} type with domain/codomain/isomorphism_data
  accessors, application to points, inv, and compose.
- Add is_gl2_equivalent(f1, f2, n) with cases d >= 3, d = 2, d = 1.
- Add is_isomorphic, is_isomorphic_with_isomorphism
@codecov
Copy link
Copy Markdown

codecov Bot commented May 22, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 77.54%. Comparing base (8917e49) to head (9cb5dc5).
⚠️ Report is 3 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2273      +/-   ##
==========================================
- Coverage   77.59%   77.54%   -0.05%     
==========================================
  Files         381      382       +1     
  Lines      119994   120281     +287     
==========================================
+ Hits        93105    93269     +164     
- Misses      26889    27012     +123     
Files with missing lines Coverage Δ
src/HypellCrv/HypellCrv.jl 85.54% <100.00%> (+0.30%) ⬆️
src/HypellCrv/Isomorphisms.jl 100.00% <100.00%> (ø)

... and 30 files with indirect coverage changes

🚀 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.

1 participant