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

Begin development of 0.2 series #29

Merged
merged 8 commits into from
Nov 7, 2024
Merged

Begin development of 0.2 series #29

merged 8 commits into from
Nov 7, 2024

Conversation

brainandforce
Copy link
Owner

I've started with including package extensions for LinearAlgebra and StaticArraysCore, and leaving CliffordNumbers.normalize unexported due to a conflict with LinearAlgebra.normalize (the package extension makes it available again).

As of now, the major breaking changes are intended to be:

  • Dropping support of Julia 1.8 due to the use of package extensions
  • Renaming of BitIndex to BladeIndex and BitIndices to BladeIndices
  • Removing the TransformedBitIndices type (it may be replaced with a new type at some point)

While this will not make it to the 0.2.0 release, these changes will likely be made in the near future:

Copy link

codecov bot commented Nov 7, 2024

Codecov Report

Attention: Patch coverage is 66.66667% with 2 lines in your changes missing coverage. Please review.

Project coverage is 89.00%. Comparing base (ac1de01) to head (9b86eed).
Report is 8 commits behind head on main.

Files with missing lines Patch % Lines
ext/CliffordNumbersStaticArraysCoreExt.jl 50.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #29      +/-   ##
==========================================
- Coverage   89.14%   89.00%   -0.14%     
==========================================
  Files          20       23       +3     
  Lines         820      828       +8     
==========================================
+ Hits          731      737       +6     
- Misses         89       91       +2     

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

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