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

Fix quaternion comparison #8

Merged
merged 24 commits into from
Nov 24, 2017
Merged

Fix quaternion comparison #8

merged 24 commits into from
Nov 24, 2017

Commits on Nov 7, 2017

  1. update for pypi

    slava committed Nov 7, 2017
    Configuration menu
    Copy the full SHA
    2c7c7a6 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2017

  1. 1) Quaternion.log() returns np.array

    2) Quaternion.exp() takes np.array
    slava committed Nov 16, 2017
    Configuration menu
    Copy the full SHA
    1d61426 View commit details
    Browse the repository at this point in the history
  2. more tests

    slava committed Nov 16, 2017
    Configuration menu
    Copy the full SHA
    2d2251c View commit details
    Browse the repository at this point in the history
  3. bump version

    slava committed Nov 16, 2017
    Configuration menu
    Copy the full SHA
    cccc1d0 View commit details
    Browse the repository at this point in the history
  4. merge master

    slava committed Nov 16, 2017
    Configuration menu
    Copy the full SHA
    0bc788a View commit details
    Browse the repository at this point in the history
  5. bump version

    slava committed Nov 16, 2017
    Configuration menu
    Copy the full SHA
    4b960ff View commit details
    Browse the repository at this point in the history
  6. fixing py3.4 issue: "SyntaxError: can use starred expression only as …

    …assignment target"
    slava committed Nov 16, 2017
    Configuration menu
    Copy the full SHA
    75f583c View commit details
    Browse the repository at this point in the history
  7. fixing py3.4 issue: "SyntaxError: can use starred expression only as …

    …assignment target"
    slava committed Nov 16, 2017
    Configuration menu
    Copy the full SHA
    0af64dd View commit details
    Browse the repository at this point in the history
  8. remove obsolete files

    slava committed Nov 16, 2017
    Configuration menu
    Copy the full SHA
    38495b6 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2017

  1. GeneralQuaternion

    slava committed Nov 21, 2017
    Configuration menu
    Copy the full SHA
    a680ae2 View commit details
    Browse the repository at this point in the history
  2. fixes

    slava committed Nov 21, 2017
    Configuration menu
    Copy the full SHA
    17a258f View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2017

  1. fix sum

    slava committed Nov 22, 2017
    Configuration menu
    Copy the full SHA
    a091777 View commit details
    Browse the repository at this point in the history
  2. fix error message

    slava committed Nov 22, 2017
    Configuration menu
    Copy the full SHA
    be0a40d View commit details
    Browse the repository at this point in the history
  3. fix print

    slava committed Nov 22, 2017
    Configuration menu
    Copy the full SHA
    ca5bd83 View commit details
    Browse the repository at this point in the history
  4. rename distance to euclidean

    slava committed Nov 22, 2017
    Configuration menu
    Copy the full SHA
    a58c4d0 View commit details
    Browse the repository at this point in the history
  5. rename Quaternion

    slava committed Nov 22, 2017
    Configuration menu
    Copy the full SHA
    16d0b12 View commit details
    Browse the repository at this point in the history
  6. move average and related methods to Quaternion

    slava committed Nov 22, 2017
    Configuration menu
    Copy the full SHA
    27e10e2 View commit details
    Browse the repository at this point in the history
  7. zero is not unitary

    slava committed Nov 22, 2017
    Configuration menu
    Copy the full SHA
    c2c5bb8 View commit details
    Browse the repository at this point in the history
  8. cleanup exp, log

    slava committed Nov 22, 2017
    Configuration menu
    Copy the full SHA
    1b5577c View commit details
    Browse the repository at this point in the history
  9. more tests

    slava committed Nov 22, 2017
    Configuration menu
    Copy the full SHA
    25c3eee View commit details
    Browse the repository at this point in the history
  10. validation

    slava committed Nov 22, 2017
    Configuration menu
    Copy the full SHA
    6d260cc View commit details
    Browse the repository at this point in the history
  11. fix Quaternion.distance

    slava committed Nov 22, 2017
    Configuration menu
    Copy the full SHA
    ff0e95e View commit details
    Browse the repository at this point in the history
  12. more tests

    slava committed Nov 22, 2017
    Configuration menu
    Copy the full SHA
    15329d0 View commit details
    Browse the repository at this point in the history
  13. adapt to py3.4

    slava committed Nov 22, 2017
    Configuration menu
    Copy the full SHA
    932d7e9 View commit details
    Browse the repository at this point in the history