Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Package extension for Unitful.jl #28

Merged
merged 9 commits into from
Oct 20, 2024
Merged

Package extension for Unitful.jl #28

merged 9 commits into from
Oct 20, 2024

Conversation

brainandforce
Copy link
Owner

This should resolve #26 by providing an package extension for interoperability with Unitful.jl.

Features provided by this extension include:

  • Implementation of the wedge product for Quantity types, including Quantity{Real}
  • Better printing for Quantity{<:AbstractCliffordNumber}
  • Error messages when attempting to construct an AbstractCliffordNumber{Q,Quantity} (this is disallowed because Quantity does not subtype Real or Complex)

Some extra features will likely be added before the next release; this is just the initial implementation of the extension.

Copy link

codecov bot commented Oct 20, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 88.54%. Comparing base (9c9ccc0) to head (fd93a9c).
Report is 9 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #28      +/-   ##
==========================================
+ Coverage   88.22%   88.54%   +0.31%     
==========================================
  Files          19       20       +1     
  Lines         790      812      +22     
==========================================
+ Hits          697      719      +22     
  Misses         93       93              

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

@brainandforce brainandforce merged commit 4159d0c into main Oct 20, 2024
6 checks passed
@brainandforce brainandforce deleted the ext/unitful branch October 20, 2024 23:27
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.

Compatibility with Unitful Quantity types
1 participant