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

Vectorize #5

Merged
merged 30 commits into from
Sep 26, 2019
Merged
Show file tree
Hide file tree
Changes from 9 commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
a267d3c
Vectorize
jeanconn Nov 17, 2016
0d0b2e9
Tweak quat2transform docstring
jeanconn Nov 20, 2016
67cd2dc
Tweak variable names and operation order in quat2transform
jeanconn Nov 20, 2016
9f18663
Add Tom as first author
jeanconn Nov 20, 2016
4a3fb4b
Fix typo in dimension checks
jeanconn Dec 6, 2016
c3de472
Comment out repr now as not sure what to do with it
jeanconn Dec 6, 2016
8a0f78c
uncommented and fixed __repr__
javierggt Sep 7, 2019
f7c0cab
generalized for arbitrary shape and updated interface according to is…
javierggt Sep 7, 2019
c54f4a2
removed function that should not have been there
javierggt Sep 7, 2019
be806f2
changes after comments from Tom
javierggt Sep 9, 2019
fa3afab
added self._shape
javierggt Sep 9, 2019
ba3052f
added comment explaining moveaxis
javierggt Sep 9, 2019
262df55
added tests so coverage is almost 100% (one line missing, the underfl…
javierggt Sep 10, 2019
ca6fb5b
pep8
javierggt Sep 10, 2019
dfe894f
added myself to author list
javierggt Sep 10, 2019
8eeb0df
docstring improvements
javierggt Sep 10, 2019
adf135a
pep8
javierggt Sep 10, 2019
39ec695
removed uses of hasattr and getattr when dealing with ra0 and roll0. …
javierggt Sep 10, 2019
bc761a2
the issue I do not understand yet
javierggt Sep 10, 2019
06b96ef
removed uses of np.allclose on vectorized arrays. Iterating over entr…
javierggt Sep 11, 2019
2320d47
using indiceshelper function to simplify other tests
javierggt Sep 11, 2019
60b3167
author list formatting
javierggt Sep 11, 2019
40888bc
made shape attribute public and using it in tests
javierggt Sep 11, 2019
7068388
make shape property read-only
javierggt Sep 11, 2019
aa047a1
make sure data members are copies of given arguments, so they are not…
javierggt Sep 16, 2019
48c466d
removed hardwired numbers and setting them using the non-vectorized i…
javierggt Sep 17, 2019
687d26b
More test fixes:
javierggt Sep 19, 2019
fdbe74f
removed comment about copy/pasted code with swaped axes, because this…
javierggt Sep 18, 2019
6f273cb
Changed dq method so it takes the same input as __init__.
javierggt Sep 20, 2019
c2c7bfc
Add test of vector to scalar correspondence
taldcroft Sep 26, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading