WIP: refactor of vecs, operators#473
Merged
Merged
Conversation
21afbec to
d9a1185
Compare
4737af8 to
c51ef7d
Compare
c51ef7d to
ac5c692
Compare
ac5c692 to
2fd55d0
Compare
2fd55d0 to
0caa995
Compare
0caa995 to
94f5f44
Compare
45d6e11 to
8fa187d
Compare
e9b59aa to
4d36085
Compare
cf5c965 to
3f4ca77
Compare
e4cc24c to
0e6ff2a
Compare
5f377a0 to
f6d8573
Compare
e9515b7 to
af17f05
Compare
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #473 +/- ##
==========================================
- Coverage 98.44% 92.07% -6.38%
==========================================
Files 139 215 +76
Lines 4129 6322 +2193
==========================================
+ Hits 4065 5821 +1756
- Misses 64 501 +437 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Signed-off-by: nstarman <nstarman@users.noreply.github.com>
Signed-off-by: nstarman <nstarman@users.noreply.github.com>
Signed-off-by: nstarman <nstarman@users.noreply.github.com>
Signed-off-by: nstarman <nstarman@users.noreply.github.com>
Signed-off-by: nstarman <nstarman@users.noreply.github.com>
Signed-off-by: nstarman <nstarman@users.noreply.github.com>
Signed-off-by: nstarman <nstarman@users.noreply.github.com>
Signed-off-by: nstarman <nstarman@users.noreply.github.com>
Contributor
Author
|
Part 1 of a few PRs to get this complete. |
Contributor
|
Woo!!! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Not sure if this is a good idea. It may be much better for jax.
The representation-type information can be static and now there's only one
Vectortype (plus the KinematicSpace collection object).