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

[WIP] Simplify PhaseSpacePosition and Orbit classes #83

Merged
merged 99 commits into from Jul 10, 2017

Commits on Jul 10, 2017

  1. breaking shit

    adrn committed Jul 10, 2017
    Configuration menu
    Copy the full SHA
    39326a9 View commit details
    Browse the repository at this point in the history
  2. wrapping

    adrn committed Jul 10, 2017
    Configuration menu
    Copy the full SHA
    27e5159 View commit details
    Browse the repository at this point in the history
  3. add representation differentials implemented in astropy/astropy#5871

    …to try out using these for phasespacepositions
    adrn committed Jul 10, 2017
    Configuration menu
    Copy the full SHA
    6203a81 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1a52b88 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b8b7395 View commit details
    Browse the repository at this point in the history
  6. easy access to rep components

    adrn committed Jul 10, 2017
    Configuration menu
    Copy the full SHA
    d76b471 View commit details
    Browse the repository at this point in the history
  7. added a d_xyz attribute to diff

    adrn committed Jul 10, 2017
    Configuration menu
    Copy the full SHA
    5e7af11 View commit details
    Browse the repository at this point in the history
  8. fix mockstream test

    adrn committed Jul 10, 2017
    Configuration menu
    Copy the full SHA
    c821442 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    03beedf View commit details
    Browse the repository at this point in the history
  10. fix aa test

    adrn committed Jul 10, 2017
    Configuration menu
    Copy the full SHA
    8c4fc69 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d6cc365 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    5702989 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    5519e69 View commit details
    Browse the repository at this point in the history
  14. make array before getting shape

    adrn committed Jul 10, 2017
    Configuration menu
    Copy the full SHA
    66c1903 View commit details
    Browse the repository at this point in the history
  15. Removed old imports

    adrn committed Jul 10, 2017
    Configuration menu
    Copy the full SHA
    8499926 View commit details
    Browse the repository at this point in the history
  16. update tests

    adrn committed Jul 10, 2017
    Configuration menu
    Copy the full SHA
    402dc22 View commit details
    Browse the repository at this point in the history
  17. fix shape issues

    adrn committed Jul 10, 2017
    Configuration menu
    Copy the full SHA
    91f11a6 View commit details
    Browse the repository at this point in the history
  18. fix allclose comparison

    adrn committed Jul 10, 2017
    Configuration menu
    Copy the full SHA
    ac958cf View commit details
    Browse the repository at this point in the history
  19. work on plotting routines

    adrn committed Jul 10, 2017
    Configuration menu
    Copy the full SHA
    9d3e8b0 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    d7db231 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    bf7dabc View commit details
    Browse the repository at this point in the history
  22. update text to use new classes

    adrn committed Jul 10, 2017
    Configuration menu
    Copy the full SHA
    a503ce1 View commit details
    Browse the repository at this point in the history
  23. wrapping

    adrn committed Jul 10, 2017
    Configuration menu
    Copy the full SHA
    5538fb4 View commit details
    Browse the repository at this point in the history
  24. ref

    adrn committed Jul 10, 2017
    Configuration menu
    Copy the full SHA
    ffcd34d View commit details
    Browse the repository at this point in the history
  25. import all from repre

    adrn committed Jul 10, 2017
    Configuration menu
    Copy the full SHA
    c704b2e View commit details
    Browse the repository at this point in the history
  26. words

    adrn committed Jul 10, 2017
    Configuration menu
    Copy the full SHA
    5afa872 View commit details
    Browse the repository at this point in the history
  27. placeholder

    adrn committed Jul 10, 2017
    Configuration menu
    Copy the full SHA
    081fafc View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    bd45aba View commit details
    Browse the repository at this point in the history
  29. many tweaks...

    adrn committed Jul 10, 2017
    Configuration menu
    Copy the full SHA
    b45130e View commit details
    Browse the repository at this point in the history
  30. remove representation and require the PR in astropy. also clean up ve…

    …locity transforms to use astropy machinery
    adrn committed Jul 10, 2017
    Configuration menu
    Copy the full SHA
    551f28d View commit details
    Browse the repository at this point in the history
  31. fixing represent_as

    adrn committed Jul 10, 2017
    Configuration menu
    Copy the full SHA
    1c79382 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    75b2f49 View commit details
    Browse the repository at this point in the history
  33. fix how represent_as works

    adrn committed Jul 10, 2017
    Configuration menu
    Copy the full SHA
    62deb93 View commit details
    Browse the repository at this point in the history
  34. update docstring

    adrn committed Jul 10, 2017
    Configuration menu
    Copy the full SHA
    b0f068a View commit details
    Browse the repository at this point in the history
  35. fix represent_as

    adrn committed Jul 10, 2017
    Configuration menu
    Copy the full SHA
    21abda6 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    412b0c9 View commit details
    Browse the repository at this point in the history
  37. improve main page docs

    adrn committed Jul 10, 2017
    Configuration menu
    Copy the full SHA
    af78f91 View commit details
    Browse the repository at this point in the history
  38. working on orbits in detail docs

    adrn committed Jul 10, 2017
    Configuration menu
    Copy the full SHA
    14691b6 View commit details
    Browse the repository at this point in the history
  39. tweak plotting

    adrn committed Jul 10, 2017
    Configuration menu
    Copy the full SHA
    9cd8fbc View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    1491b5b View commit details
    Browse the repository at this point in the history
  41. stupid cartesian

    adrn committed Jul 10, 2017
    Configuration menu
    Copy the full SHA
    e4a39ac View commit details
    Browse the repository at this point in the history
  42. use substitiutions

    adrn committed Jul 10, 2017
    Configuration menu
    Copy the full SHA
    70f4885 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    2219dfd View commit details
    Browse the repository at this point in the history
  44. use dev branch from mhvk

    adrn committed Jul 10, 2017
    Configuration menu
    Copy the full SHA
    a0ad3d8 View commit details
    Browse the repository at this point in the history
  45. fix substitution

    adrn committed Jul 10, 2017
    Configuration menu
    Copy the full SHA
    320c0ff View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    313fe0d View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    8c95159 View commit details
    Browse the repository at this point in the history
  48. fix plotting for 1d

    adrn committed Jul 10, 2017
    Configuration menu
    Copy the full SHA
    fff7c17 View commit details
    Browse the repository at this point in the history
  49. remove Cartesian bullshit

    adrn committed Jul 10, 2017
    Configuration menu
    Copy the full SHA
    baaae7b View commit details
    Browse the repository at this point in the history
  50. remove old comments

    adrn committed Jul 10, 2017
    Configuration menu
    Copy the full SHA
    041505a View commit details
    Browse the repository at this point in the history
  51. remove repeated code

    adrn committed Jul 10, 2017
    Configuration menu
    Copy the full SHA
    73e8f12 View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    85ea69a View commit details
    Browse the repository at this point in the history
  53. fix indentation

    adrn committed Jul 10, 2017
    Configuration menu
    Copy the full SHA
    c47c279 View commit details
    Browse the repository at this point in the history
  54. clean up plotting in example

    adrn committed Jul 10, 2017
    Configuration menu
    Copy the full SHA
    eb5fe57 View commit details
    Browse the repository at this point in the history
  55. bar

    adrn committed Jul 10, 2017
    Configuration menu
    Copy the full SHA
    cb6d4ea View commit details
    Browse the repository at this point in the history
  56. how did this module reappear

    adrn committed Jul 10, 2017
    Configuration menu
    Copy the full SHA
    4b0ca43 View commit details
    Browse the repository at this point in the history
  57. Configuration menu
    Copy the full SHA
    7d1738c View commit details
    Browse the repository at this point in the history
  58. change color

    adrn committed Jul 10, 2017
    Configuration menu
    Copy the full SHA
    948d0bc View commit details
    Browse the repository at this point in the history
  59. fix

    adrn committed Jul 10, 2017
    Configuration menu
    Copy the full SHA
    6e9fbc2 View commit details
    Browse the repository at this point in the history
  60. added a new examlpe

    adrn committed Jul 10, 2017
    Configuration menu
    Copy the full SHA
    699beea View commit details
    Browse the repository at this point in the history
  61. fix duplicate reference

    adrn committed Jul 10, 2017
    Configuration menu
    Copy the full SHA
    0a981f9 View commit details
    Browse the repository at this point in the history
  62. duplicate plot call

    adrn committed Jul 10, 2017
    Configuration menu
    Copy the full SHA
    a379d5c View commit details
    Browse the repository at this point in the history
  63. working on new example

    adrn committed Jul 10, 2017
    Configuration menu
    Copy the full SHA
    4118663 View commit details
    Browse the repository at this point in the history
  64. Configuration menu
    Copy the full SHA
    547ed7f View commit details
    Browse the repository at this point in the history
  65. make a plot

    adrn committed Jul 10, 2017
    Configuration menu
    Copy the full SHA
    0f63629 View commit details
    Browse the repository at this point in the history
  66. cython potential

    adrn committed Jul 10, 2017
    Configuration menu
    Copy the full SHA
    32bfb6e View commit details
    Browse the repository at this point in the history
  67. remove rotation_matrix import

    adrn committed Jul 10, 2017
    Configuration menu
    Copy the full SHA
    173217b View commit details
    Browse the repository at this point in the history
  68. solMass prefix units removed

    adrn committed Jul 10, 2017
    Configuration menu
    Copy the full SHA
    1580add View commit details
    Browse the repository at this point in the history
  69. Configuration menu
    Copy the full SHA
    ef99e8c View commit details
    Browse the repository at this point in the history
  70. update stream frame classes

    adrn committed Jul 10, 2017
    Configuration menu
    Copy the full SHA
    0e6296c View commit details
    Browse the repository at this point in the history
  71. fix weirdness

    adrn committed Jul 10, 2017
    Configuration menu
    Copy the full SHA
    b9f93cd View commit details
    Browse the repository at this point in the history
  72. Configuration menu
    Copy the full SHA
    a746faf View commit details
    Browse the repository at this point in the history
  73. Configuration menu
    Copy the full SHA
    bda010a View commit details
    Browse the repository at this point in the history
  74. remove import *s

    adrn committed Jul 10, 2017
    Configuration menu
    Copy the full SHA
    91afb14 View commit details
    Browse the repository at this point in the history
  75. remove old line [ci skip]

    adrn committed Jul 10, 2017
    Configuration menu
    Copy the full SHA
    330ec8f View commit details
    Browse the repository at this point in the history
  76. add representation mappings to access representation and differential…

    … attributes with different names
    adrn committed Jul 10, 2017
    Configuration menu
    Copy the full SHA
    c396e68 View commit details
    Browse the repository at this point in the history
  77. Configuration menu
    Copy the full SHA
    68fb7b9 View commit details
    Browse the repository at this point in the history
  78. Configuration menu
    Copy the full SHA
    afabffa View commit details
    Browse the repository at this point in the history
  79. Configuration menu
    Copy the full SHA
    e432ba2 View commit details
    Browse the repository at this point in the history
  80. Configuration menu
    Copy the full SHA
    9f7cbe0 View commit details
    Browse the repository at this point in the history
  81. astropy v2.0 is released

    adrn committed Jul 10, 2017
    Configuration menu
    Copy the full SHA
    cdf2817 View commit details
    Browse the repository at this point in the history
  82. clean up changelog

    adrn committed Jul 10, 2017
    Configuration menu
    Copy the full SHA
    693ef7d View commit details
    Browse the repository at this point in the history
  83. update to_coord_frame

    adrn committed Jul 10, 2017
    Configuration menu
    Copy the full SHA
    7421649 View commit details
    Browse the repository at this point in the history
  84. doctests at least pass now

    adrn committed Jul 10, 2017
    Configuration menu
    Copy the full SHA
    5b55eb8 View commit details
    Browse the repository at this point in the history
  85. fix G in sanders' code

    adrn committed Jul 10, 2017
    Configuration menu
    Copy the full SHA
    2e53ae8 View commit details
    Browse the repository at this point in the history
  86. minor name fixes

    adrn committed Jul 10, 2017
    Configuration menu
    Copy the full SHA
    5b0f813 View commit details
    Browse the repository at this point in the history
  87. fix to_coord_frame and test

    adrn committed Jul 10, 2017
    Configuration menu
    Copy the full SHA
    19e4030 View commit details
    Browse the repository at this point in the history
  88. Configuration menu
    Copy the full SHA
    f44883e View commit details
    Browse the repository at this point in the history
  89. Configuration menu
    Copy the full SHA
    3b45855 View commit details
    Browse the repository at this point in the history
  90. remove old docs pages

    adrn committed Jul 10, 2017
    Configuration menu
    Copy the full SHA
    091c9f1 View commit details
    Browse the repository at this point in the history
  91. also hide quaternion

    adrn committed Jul 10, 2017
    Configuration menu
    Copy the full SHA
    9ee98b6 View commit details
    Browse the repository at this point in the history
  92. fix sphinx refs

    adrn committed Jul 10, 2017
    Configuration menu
    Copy the full SHA
    3124e72 View commit details
    Browse the repository at this point in the history
  93. Configuration menu
    Copy the full SHA
    f6d1073 View commit details
    Browse the repository at this point in the history
  94. update dynamics docs

    adrn committed Jul 10, 2017
    Configuration menu
    Copy the full SHA
    92d2e3b View commit details
    Browse the repository at this point in the history
  95. Configuration menu
    Copy the full SHA
    acb850c View commit details
    Browse the repository at this point in the history
  96. fix pal5 example

    adrn committed Jul 10, 2017
    Configuration menu
    Copy the full SHA
    0c82052 View commit details
    Browse the repository at this point in the history
  97. updating changelog

    adrn committed Jul 10, 2017
    Configuration menu
    Copy the full SHA
    3331b4f View commit details
    Browse the repository at this point in the history
  98. float cmp

    adrn committed Jul 10, 2017
    Configuration menu
    Copy the full SHA
    576d226 View commit details
    Browse the repository at this point in the history
  99. fix docs warnings

    adrn committed Jul 10, 2017
    Configuration menu
    Copy the full SHA
    576c5ba View commit details
    Browse the repository at this point in the history