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

Unify eachcol and columns functions #1590

Merged
merged 39 commits into from
Nov 14, 2018
Merged

Commits on Nov 8, 2018

  1. unify eachcol and columns

    bkamins committed Nov 8, 2018
    Configuration menu
    Copy the full SHA
    4f9c61a View commit details
    Browse the repository at this point in the history
  2. clean up deprecated code

    bkamins committed Nov 8, 2018
    Configuration menu
    Copy the full SHA
    65a2d1e View commit details
    Browse the repository at this point in the history
  3. add paren

    bkamins committed Nov 8, 2018
    Configuration menu
    Copy the full SHA
    c9b8e88 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ebc6835 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    97af6cc View commit details
    Browse the repository at this point in the history
  6. avoid using map! on columns

    bkamins committed Nov 8, 2018
    Configuration menu
    Copy the full SHA
    a470817 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2018

  1. change eltypes

    bkamins committed Nov 9, 2018
    Configuration menu
    Copy the full SHA
    17b28a0 View commit details
    Browse the repository at this point in the history
  2. test fixes

    bkamins committed Nov 9, 2018
    Configuration menu
    Copy the full SHA
    c3663bf View commit details
    Browse the repository at this point in the history
  3. cleanup accessor methods

    bkamins committed Nov 9, 2018
    Configuration menu
    Copy the full SHA
    5a2e30c View commit details
    Browse the repository at this point in the history
  4. fix typo

    bkamins committed Nov 9, 2018
    Configuration menu
    Copy the full SHA
    4da925c View commit details
    Browse the repository at this point in the history
  5. fix another typo

    bkamins committed Nov 9, 2018
    Configuration menu
    Copy the full SHA
    1cd3d3c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0fd91aa View commit details
    Browse the repository at this point in the history
  7. fix test

    bkamins committed Nov 9, 2018
    Configuration menu
    Copy the full SHA
    7f10bba View commit details
    Browse the repository at this point in the history
  8. qualify depwarn

    bkamins committed Nov 9, 2018
    Configuration menu
    Copy the full SHA
    717f47b View commit details
    Browse the repository at this point in the history
  9. final fixes

    bkamins committed Nov 9, 2018
    Configuration menu
    Copy the full SHA
    22f2b90 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2018

  1. Configuration menu
    Copy the full SHA
    32f2fb2 View commit details
    Browse the repository at this point in the history
  2. further Julia 0.7 fixes

    bkamins committed Nov 10, 2018
    Configuration menu
    Copy the full SHA
    4bd4f3c View commit details
    Browse the repository at this point in the history
  3. further Julia 0.7 fixes

    bkamins committed Nov 10, 2018
    Configuration menu
    Copy the full SHA
    f8a4dab View commit details
    Browse the repository at this point in the history
  4. Wording

    nalimilan authored Nov 10, 2018
    Configuration menu
    Copy the full SHA
    f584ffb View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2018

  1. Update src/abstractdataframe/iteration.jl

    Co-Authored-By: bkamins <bkamins@sgh.waw.pl>
    nalimilan and bkamins authored Nov 11, 2018
    Configuration menu
    Copy the full SHA
    9bda15d View commit details
    Browse the repository at this point in the history
  2. Update src/abstractdataframe/iteration.jl

    Co-Authored-By: bkamins <bkamins@sgh.waw.pl>
    nalimilan and bkamins authored Nov 11, 2018
    Configuration menu
    Copy the full SHA
    a317e77 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a776b64 View commit details
    Browse the repository at this point in the history
  4. fix tests

    bkamins committed Nov 11, 2018
    Configuration menu
    Copy the full SHA
    c882551 View commit details
    Browse the repository at this point in the history
  5. fix subtyping

    bkamins committed Nov 11, 2018
    Configuration menu
    Copy the full SHA
    4536033 View commit details
    Browse the repository at this point in the history
  6. documentation cleanup

    bkamins committed Nov 11, 2018
    Configuration menu
    Copy the full SHA
    91edc19 View commit details
    Browse the repository at this point in the history
  7. Update docs/src/lib/types.md

    Co-Authored-By: bkamins <bkamins@sgh.waw.pl>
    nalimilan and bkamins authored Nov 11, 2018
    Configuration menu
    Copy the full SHA
    f57af37 View commit details
    Browse the repository at this point in the history
  8. apply review comments

    bkamins committed Nov 11, 2018
    Configuration menu
    Copy the full SHA
    4566656 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ceb697c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    82aa836 View commit details
    Browse the repository at this point in the history
  11. improve deprecation period

    bkamins committed Nov 11, 2018
    Configuration menu
    Copy the full SHA
    52e9010 View commit details
    Browse the repository at this point in the history
  12. fix typos

    bkamins committed Nov 11, 2018
    Configuration menu
    Copy the full SHA
    e42b8d3 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2018

  1. Update src/abstractdataframe/iteration.jl

    Co-Authored-By: bkamins <bkamins@sgh.waw.pl>
    nalimilan and bkamins authored Nov 12, 2018
    Configuration menu
    Copy the full SHA
    b63ccba View commit details
    Browse the repository at this point in the history
  2. Update src/abstractdataframe/iteration.jl

    Co-Authored-By: bkamins <bkamins@sgh.waw.pl>
    nalimilan and bkamins authored Nov 12, 2018
    Configuration menu
    Copy the full SHA
    4576df6 View commit details
    Browse the repository at this point in the history
  3. fixes after a code review

    bkamins committed Nov 12, 2018
    Configuration menu
    Copy the full SHA
    213106f View commit details
    Browse the repository at this point in the history
  4. small fixes

    bkamins committed Nov 12, 2018
    Configuration menu
    Copy the full SHA
    d9c8a30 View commit details
    Browse the repository at this point in the history
  5. fix collect signature

    bkamins committed Nov 12, 2018
    Configuration menu
    Copy the full SHA
    e1cb969 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2018

  1. Configuration menu
    Copy the full SHA
    912f1b4 View commit details
    Browse the repository at this point in the history
  2. add mapcols tests

    bkamins committed Nov 13, 2018
    Configuration menu
    Copy the full SHA
    2363ef5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6d1eb90 View commit details
    Browse the repository at this point in the history