Releases: bdaiinstitute/spatialmath-python
Releases · bdaiinstitute/spatialmath-python
1.1.14
What's Changed
- Fix string equality warnings in
SplineFit
class by @scastro-bdai in #147 - [SW-1712] Pin ubuntu version in workflows by @baxelrod-bdai in #148
- Optional deps humble by @jbarnett-bdai in #150
- Temporarily remove pre commit config. by @myeatman-bdai in #153
- Bug fixes [Issue-136], [Issue-137] by @jcao-bdai in #138
- compute mean of a set of rotations by @petercorke in #160
- Add methods to convert SE3 to/from the rvec, tvec format used by OpenCV by @petercorke in #157
- Add
q2str
to convert quaternion to string by @petercorke in #158 - new method to construct an SO3 object by @petercorke in #159
- Fix for issue #144. by @petercorke in #155
- Fix the intersphinx source for matplotlib. by @petercorke in #156
- Format everything with black. by @myeatman-bdai in #161
- Fix trailing whitespace and end of file lines. by @myeatman-bdai in #164
- Bump version to 1.1.14. by @myeatman-bdai in #163
New Contributors
- @scastro-bdai made their first contribution in #147
- @baxelrod-bdai made their first contribution in #148
- @jbarnett-bdai made their first contribution in #150
Full Changelog: 1.1.13...1.1.14
1.1.13
1.1.12
What's Changed
- [Issue-127] Pin version to match apt-installed python3-matplotlib by @jcao-bdai in #133
- Add setter for rotation component of SE3. by @myeatman-bdai in #130
- Added constrained uniform sampling of angles for SE3, SO3, and Quaternions by @bokorn-bdaii in #139
- Bump version number for release. by @myeatman-bdai in #140
Full Changelog: 1.1.11...1.1.12
1.1.11
What's Changed
- Add BSplineSE3 class. by @myeatman-bdai in #128
- Fix several issues with animate described in [Issue-126] by @jcao-bdai in #131
- Fix several issues that broke the testing workflow by @jcao-bdai in #132
Full Changelog: 1.1.10...1.1.11
1.1.10
What's Changed
- Fixed fall through error in binary operation by @bokorn-bdaii in #117
- Fix UnitQuaternion constructor with v keyword. by @myeatman-bdai in #118
- Fixed code block bugs and clarified a sentence in intro.rst by @tjdwill in #120
- Created internal quaternion conversion function for SO3 by @bokorn-bdaii in #119
- Fixed [Issue-122] for interp by @jcao-bdai in #123
- Add python 3.12 to list of supported versions; exclude macos-latest+python3.7 from testing by @jcao-bdai in #124
New Contributors
Full Changelog: 1.1.9...1.1.10
v1.1.9
v1.0.0
What's Changed
- Fix implementation of Quaternion.vec_xyzs by @btalb in https://github.com/petercorke/spatialmath-python/pull/30
- Fixing issue with SE3.Rt ignoring check=False by @suddrey-qut in https://github.com/petercorke/spatialmath-python/pull/36
- fix trplot2 length argument error by @kh11kim in https://github.com/petercorke/spatialmath-python/pull/39
- Fix ne error, and add opinionated change to eq, in
BasePoseMatrix
by @btalb in https://github.com/petercorke/spatialmath-python/pull/48 - Fixing crashing bug when using Twist3.R[x,y,z] by @suddrey-qut in https://github.com/petercorke/spatialmath-python/pull/44
- Fix division by scalar for
Twist2
classes by @btalb in https://github.com/petercorke/spatialmath-python/pull/47
New Contributors
- @btalb made their first contribution in https://github.com/petercorke/spatialmath-python/pull/30
- @suddrey-qut made their first contribution in https://github.com/petercorke/spatialmath-python/pull/36
- @kh11kim made their first contribution in https://github.com/petercorke/spatialmath-python/pull/39
Full Changelog: petercorke/spatialmath-python@0.11.0...1.0.0