Jutho / TensorKit.jl

A Julia package for large-scale tensor computations, with a hint of category theory
MIT License
235 stars 41 forks source link

Excise TensorKitSectors #151

Closed lkdvos closed 1 month ago

lkdvos commented 2 months ago

This uses the newly created TensorKitSectors package to make packages that want to implement new sectors have a lighter dependency, and to lighten the workload of testing in the main package. Additionally, other (symmetric) tensor software might benefit from the topological data contained in that package without having to depend on the full TensorKit stack.

codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 79.72%. Comparing base (d2010c1) to head (77d3774). Report is 1 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #151 +/- ## ========================================== - Coverage 79.95% 79.72% -0.24% ========================================== Files 42 42 Lines 4974 4961 -13 ========================================== - Hits 3977 3955 -22 - Misses 997 1006 +9 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

Jutho commented 1 month ago

Look's good; thanks!