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

New Python iterator approach: vectorise without dtype #9

Open
wants to merge 60 commits into
base: master
Choose a base branch
from
Open

New Python iterator approach: vectorise without dtype #9

wants to merge 60 commits into from

Commits on Jul 28, 2014

  1. Vectorize all d2dtf() imputs.

    For later automation, it is easier to have all inputs vectorized.
    jwoillez committed Jul 28, 2014
    Configuration menu
    Copy the full SHA
    627719c View commit details
    Browse the repository at this point in the history
  2. Added aper()

    Just because one of its parameters is an input and an output at the
    same time. And it also uses the complex eraASTROM structure.
    jwoillez committed Jul 28, 2014
    Configuration menu
    Copy the full SHA
    b815ba7 View commit details
    Browse the repository at this point in the history
  3. Added a test for aper()

    jwoillez committed Jul 28, 2014
    Configuration menu
    Copy the full SHA
    f1b7ce9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3209705 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    64e3068 View commit details
    Browse the repository at this point in the history
  6. Use copy constructor array() and broadcast_arrays()...

    …instead of empty() and copyto()
    jwoillez committed Jul 28, 2014
    Configuration menu
    Copy the full SHA
    0cdfa62 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2014

  1. Configuration menu
    Copy the full SHA
    9c9d296 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3dbc8f8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7523521 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2a60933 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6e653c1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bcbe709 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2014

  1. Configuration menu
    Copy the full SHA
    d1dcc3b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    729d2e0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b6da8b8 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2014

  1. Configuration menu
    Copy the full SHA
    1ec74bc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    940753a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    41cbfe1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7506ff0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7bbcabb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    922cba1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fa3612b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1ebb796 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3d35218 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0de22b9 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    763c08c View commit details
    Browse the repository at this point in the history
  12. Process all ERFA functions

    jwoillez committed Jul 31, 2014
    Configuration menu
    Copy the full SHA
    d03c0c1 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    c9be43e View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    56d80ca View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    e3ccefd View commit details
    Browse the repository at this point in the history
  16. Add returned values

    jwoillez committed Jul 31, 2014
    Configuration menu
    Copy the full SHA
    e641fd4 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    dade3e0 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    e16ff9a View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    080325d View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    9981fb0 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    a85fcf9 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    c43c83c View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2014

  1. First commit using nditer

    jwoillez committed Oct 23, 2014
    Configuration menu
    Copy the full SHA
    2dd86f0 View commit details
    Browse the repository at this point in the history
  2. Updated setup.py

    jwoillez committed Oct 23, 2014
    Configuration menu
    Copy the full SHA
    e555bcf View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2014

  1. Configuration menu
    Copy the full SHA
    2769e3f View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2014

  1. Configuration menu
    Copy the full SHA
    87c3d80 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e7d414d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d12f79f View commit details
    Browse the repository at this point in the history
  4. Comments tweak

    jwoillez committed Nov 4, 2014
    Configuration menu
    Copy the full SHA
    bd8c2e8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4649370 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2014

  1. Configuration menu
    Copy the full SHA
    bc5bfeb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ba4465f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c49cda5 View commit details
    Browse the repository at this point in the history
  4. Implemented d2dtf()

    jwoillez committed Nov 5, 2014
    Configuration menu
    Copy the full SHA
    42f5a92 View commit details
    Browse the repository at this point in the history
  5. Implemented aper()

    jwoillez committed Nov 5, 2014
    Configuration menu
    Copy the full SHA
    738cc64 View commit details
    Browse the repository at this point in the history
  6. Implement atco31()

    jwoillez committed Nov 5, 2014
    Configuration menu
    Copy the full SHA
    a7a1e50 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f236e95 View commit details
    Browse the repository at this point in the history
  8. Also test cython_npyiter

    jwoillez committed Nov 5, 2014
    Configuration menu
    Copy the full SHA
    d1e1a9f View commit details
    Browse the repository at this point in the history
  9. Remove bare ellipsis

    jwoillez committed Nov 5, 2014
    Configuration menu
    Copy the full SHA
    9be207a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5fc60f3 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d86de31 View commit details
    Browse the repository at this point in the history
  12. Implemented rx()

    jwoillez committed Nov 5, 2014
    Configuration menu
    Copy the full SHA
    24e4721 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2014

  1. Initial commit of cython_npyiter_auto

    This is based on the work  in cython_numpy_auto and the non-automated
    tests in cython_npyiter
    jwoillez committed Nov 7, 2014
    Configuration menu
    Copy the full SHA
    d35e5cc View commit details
    Browse the repository at this point in the history
  2. Minor cleanups in cython_npyiter

    To make it match with the automated version and help me splot
    differences in generated erfa.pyx
    jwoillez committed Nov 7, 2014
    Configuration menu
    Copy the full SHA
    f40522c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f80ce83 View commit details
    Browse the repository at this point in the history