Skip to content

Add high-level cone construction API#51

Merged
fingolfin merged 1 commit into
masterfrom
codex/fix-19
Jun 5, 2026
Merged

Add high-level cone construction API#51
fingolfin merged 1 commit into
masterfrom
codex/fix-19

Conversation

@fingolfin

Copy link
Copy Markdown
Member

Allow Cone to build directly from Julia matrix input and convert
generic cone_property results back to Julia-native matrix, vector,
integer, and rational types.

Keep typed property getters as the low-level API while adding
coverage for dictionary and keyword construction.

Co-authored-by: Codex codex@openai.com

Resolves #19

Allow Cone to build directly from Julia matrix input and convert
generic cone_property results back to Julia-native matrix, vector,
integer, and rational types.

Keep typed property getters as the low-level API while adding
coverage for dictionary and keyword construction.

Co-authored-by: Codex <codex@openai.com>
@codecov

codecov Bot commented Jun 5, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 85.00000% with 3 lines in your changes missing coverage. Please review.
✅ Project coverage is 80.31%. Comparing base (f2a1758) to head (0124e2f).

Files with missing lines Patch % Lines
src/Normaliz.jl 85.00% 3 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master      #51      +/-   ##
==========================================
- Coverage   80.35%   80.31%   -0.05%     
==========================================
  Files           2        2              
  Lines         112      127      +15     
==========================================
+ Hits           90      102      +12     
- Misses         22       25       +3     

☔ View full report in Codecov by Harness.
📢 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.

@fingolfin fingolfin merged commit d0a5357 into master Jun 5, 2026
6 checks passed
@fingolfin fingolfin deleted the codex/fix-19 branch June 5, 2026 11:55
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.

Add a higher-level API which allows passing in Julia matrices over Int/BigInt/Rational, returns results as Julia types

1 participant