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

Add broadcasting of AbstractDataFrame #1840

Merged
merged 30 commits into from
Jun 23, 2019

Commits on Jun 8, 2019

  1. Configuration menu
    Copy the full SHA
    8bb061d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6a6e954 View commit details
    Browse the repository at this point in the history
  3. one more fix

    bkamins committed Jun 8, 2019
    Configuration menu
    Copy the full SHA
    6f151ac View commit details
    Browse the repository at this point in the history
  4. revert similar and fix tests

    bkamins committed Jun 8, 2019
    Configuration menu
    Copy the full SHA
    628229b View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2019

  1. Apply suggestions from code review

    Co-Authored-By: Milan Bouchet-Valat <nalimilan@club.fr>
    bkamins and nalimilan committed Jun 9, 2019
    Configuration menu
    Copy the full SHA
    8af3a0f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c9a98bd View commit details
    Browse the repository at this point in the history
  3. fix typo

    bkamins committed Jun 9, 2019
    Configuration menu
    Copy the full SHA
    5b4cc36 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2019

  1. Configuration menu
    Copy the full SHA
    24566e4 View commit details
    Browse the repository at this point in the history
  2. fix SubDataFrame case

    bkamins committed Jun 20, 2019
    Configuration menu
    Copy the full SHA
    2b82f79 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3810f75 View commit details
    Browse the repository at this point in the history
  4. small fixes in legacy code

    bkamins committed Jun 20, 2019
    Configuration menu
    Copy the full SHA
    8e335f1 View commit details
    Browse the repository at this point in the history
  5. optimized broadcasting

    bkamins committed Jun 20, 2019
    Configuration menu
    Copy the full SHA
    80a131e View commit details
    Browse the repository at this point in the history
  6. correct unaliasing

    bkamins committed Jun 20, 2019
    Configuration menu
    Copy the full SHA
    82e53a6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    87206a2 View commit details
    Browse the repository at this point in the history
  8. performance improvements

    bkamins committed Jun 20, 2019
    Configuration menu
    Copy the full SHA
    fba7cef View commit details
    Browse the repository at this point in the history
  9. add more broadcasting tests

    bkamins committed Jun 20, 2019
    Configuration menu
    Copy the full SHA
    0e63fb8 View commit details
    Browse the repository at this point in the history
  10. more tests

    bkamins committed Jun 20, 2019
    Configuration menu
    Copy the full SHA
    bb4862b View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2019

  1. Configuration menu
    Copy the full SHA
    5b8d2ec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    699cb6b View commit details
    Browse the repository at this point in the history
  3. even more tests

    bkamins committed Jun 21, 2019
    Configuration menu
    Copy the full SHA
    6780b26 View commit details
    Browse the repository at this point in the history
  4. getcolbc cleanup

    bkamins committed Jun 21, 2019
    Configuration menu
    Copy the full SHA
    432a530 View commit details
    Browse the repository at this point in the history
  5. fix after a code review

    bkamins committed Jun 21, 2019
    Configuration menu
    Copy the full SHA
    3fdf733 View commit details
    Browse the repository at this point in the history
  6. unalias optimizations

    bkamins committed Jun 21, 2019
    Configuration menu
    Copy the full SHA
    a67a3f5 View commit details
    Browse the repository at this point in the history
  7. more tests for common cases

    bkamins committed Jun 21, 2019
    Configuration menu
    Copy the full SHA
    5784100 View commit details
    Browse the repository at this point in the history
  8. improve helper signature

    bkamins committed Jun 21, 2019
    Configuration menu
    Copy the full SHA
    b1813e1 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2019

  1. minor improvements

    bkamins committed Jun 22, 2019
    Configuration menu
    Copy the full SHA
    6a87c42 View commit details
    Browse the repository at this point in the history
  2. minor improvements 2

    bkamins committed Jun 22, 2019
    Configuration menu
    Copy the full SHA
    27c730a View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2019

  1. Apply suggestions from code review

    Co-Authored-By: Milan Bouchet-Valat <nalimilan@club.fr>
    bkamins and nalimilan committed Jun 23, 2019
    Configuration menu
    Copy the full SHA
    9a68d30 View commit details
    Browse the repository at this point in the history
  2. fixes after code review

    bkamins committed Jun 23, 2019
    Configuration menu
    Copy the full SHA
    5d3ec40 View commit details
    Browse the repository at this point in the history
  3. Fix indentation

    nalimilan committed Jun 23, 2019
    Configuration menu
    Copy the full SHA
    1f46086 View commit details
    Browse the repository at this point in the history