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

create Accumulate iterator #25766

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

create Accumulate iterator #25766

wants to merge 25 commits into from

Commits on Jan 30, 2018

  1. WIP: create Accumulate iterator

    This makes it possible to use the `collect` machinery for determining output types.
    
    Also moves code out of multidimensional.jl (which is a bit of an odd place for it).
    
    Still need to get slicing working.
    simonbyrne committed Jan 30, 2018
    Configuration menu
    Copy the full SHA
    6278b8e View commit details
    Browse the repository at this point in the history
  2. finish revamp

    simonbyrne committed Jan 30, 2018
    Configuration menu
    Copy the full SHA
    8bd8cae View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2018

  1. Configuration menu
    Copy the full SHA
    7ab878e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3581f97 View commit details
    Browse the repository at this point in the history
  3. fix dimension check

    simonbyrne committed Jan 31, 2018
    Configuration menu
    Copy the full SHA
    512fbcd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c5f5d47 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2018

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

Commits on Feb 24, 2018

  1. rejig pairwise promotion

    simonbyrne committed Feb 24, 2018
    Configuration menu
    Copy the full SHA
    2ee7db9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    653bf8c View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2018

  1. fix up dims

    simonbyrne committed Feb 25, 2018
    Configuration menu
    Copy the full SHA
    3594346 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8f8581c View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2018

  1. Configuration menu
    Copy the full SHA
    9093387 View commit details
    Browse the repository at this point in the history
  2. fix inplace accumulate

    simonbyrne committed Feb 27, 2018
    Configuration menu
    Copy the full SHA
    cd5d3ae View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    081d437 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2018

  1. Configuration menu
    Copy the full SHA
    e75c623 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5a84b98 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2018

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

Commits on Mar 16, 2018

  1. fix deprecation warning

    simonbyrne committed Mar 16, 2018
    Configuration menu
    Copy the full SHA
    50ace75 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    834a291 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2018

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

Commits on Mar 21, 2018

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

Commits on Mar 22, 2018

  1. Configuration menu
    Copy the full SHA
    9b7b8fb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    57ed1b6 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2018

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

Commits on Mar 26, 2018

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