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

Integrate ndarray-parallel and make rayon an optional feature #563

Merged
merged 24 commits into from Dec 3, 2018

Commits on Dec 1, 2018

  1. FEAT: Add ndarray::parallel module and optional feature rayon

    Put the parallel module down in the crate file, to fix inherent method order.
    The order in docs is important and is decided by the order of the
    modules in the main crate file.
    bluss committed Dec 1, 2018
    Configuration menu
    Copy the full SHA
    ce45726 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f59969a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a4d60e7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9fbb90f View commit details
    Browse the repository at this point in the history
  5. DOC: Update parallel doc

    Here we try to use the new rustdoc links. They should render fine on
    nightly and thus on docs.rs, and on stable the '[' brackets are visible
    verbatim, but we hope most are using docs.rs
    bluss committed Dec 1, 2018
    Configuration menu
    Copy the full SHA
    4317698 View commit details
    Browse the repository at this point in the history
  6. FIX: Use where clause in Zip's parallel methods

    This way they are somewhat easier to decipher in rustdoc.
    bluss committed Dec 1, 2018
    Configuration menu
    Copy the full SHA
    1da56d8 View commit details
    Browse the repository at this point in the history
  7. FIX: Use where clauses in Zip's regular methods

    Easier to read in rustdoc.
    bluss committed Dec 1, 2018
    Configuration menu
    Copy the full SHA
    49f79f4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    cd7b6c8 View commit details
    Browse the repository at this point in the history
  9. DOC: Clarify parallel doc

    bluss committed Dec 1, 2018
    Configuration menu
    Copy the full SHA
    3c6df12 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e8bd68b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    8a868eb View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c8febb0 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    81b0906 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    68b751e View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    82f5cb7 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    566d28b View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2018

  1. Configuration menu
    Copy the full SHA
    6f1108c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    219dab0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    558a2d2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    74aa19e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e53c273 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d19585e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b3c8fe7 View commit details
    Browse the repository at this point in the history
  8. TEST: Drop num_cpus as benchmark dev-dependency

    We don't need another dep just to have faster rayon benchmarks (they are
    for comparison anyway.)
    bluss committed Dec 3, 2018
    Configuration menu
    Copy the full SHA
    b677c77 View commit details
    Browse the repository at this point in the history