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.
Based on the previous commits / releases, it looks like the following need to happen for a release:
1.5.0.dev0
from1.5.0
maintenance/1.5.x
branch needs to be createdv1.5.0
to activate the github actions workflow that should upload to pypi (assumingsecrets.PYPI_PASSWORD
hasn't expired / been revoked)v1.5.0dev0
to test that secret works and we can make a prerelease to pypi (I see v1.4.0dev0 was a prereleasepython.version
isn't an option)8c41854 (HEAD -> master) Simplify the test for swapped operand operations (Simplify the test for swapped operand operations #441)
57e9e49 Merge pull request Non-commutative inner product support #437 from trundev/fix-pygae-426
cc2590c Merge pull request Replace the deprecated @generated_jit by @njit #439 from trundev/drop-generated_jit
9e47ec2 Merge pull request fix some typos and rst issues #432 from fchapoton/typos1
6939f2a Merge pull request fix doc error in _multivector.py #435 from fchapoton/patch-1
3b5f83a Merge pull request Add 2D PGA (Cl(2,0,1)) #365 from kliment/master
1102eba Rename *_gmt_matrix to *_mt_matrix for cases not specific to the geometric product (rename
*_gmt_matrix
to*_mt_matrix
for cases not specific to the geometric product #419)8b1428c bug: fix compatibility with numba 0.55 (bug: fix compatibility with numba 0.55 #420)
3d7920e docs: fix transposition error in euler angles tutorial (Update euler-angles.ipynb #417)
e63f856 Merge pull request numba: fix overload_call on numba >= 0.54.0 #414 from eric-wieser/fix-numba-0.54.0
9e8fcf2 Merge pull request numba: inverse functions, layout attributes, and better constructors #412 from eric-wieser/jit-la-inv
116685e Syntax highlight
497e235 Remove citation info from readme now that github has a better place for it.
I considered the logs from
v1.4.0..master
, shown below with anx
for commits I think are of interest (or at this link)