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 _.chunk to Array functions. #1919

Closed
wants to merge 11 commits into from
Closed

Add _.chunk to Array functions. #1919

wants to merge 11 commits into from

Commits on Oct 7, 2014

  1. Add _.decompose to Array functions.

    Generate a non-negative integers Array by decomposing non-negative
    integer number **int** into **count** random integer terms.
    Petr Archakov committed Oct 7, 2014
    Configuration menu
    Copy the full SHA
    e917a18 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2014

  1. Merge remote-tracking branch 'upstream/master'

    Petr Archakov committed Nov 4, 2014
    Configuration menu
    Copy the full SHA
    db7f405 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2014

  1. Add _.chunk to Array functions.

    Petr Archakov committed Nov 5, 2014
    Configuration menu
    Copy the full SHA
    750f22c View commit details
    Browse the repository at this point in the history
  2. merge chunk to master

    Petr Archakov committed Nov 5, 2014
    Configuration menu
    Copy the full SHA
    dbc7375 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2014

  1. fix _.chunk function

    Petr Archakov committed Nov 6, 2014
    Configuration menu
    Copy the full SHA
    e3035ba View commit details
    Browse the repository at this point in the history
  2. fix _.chunk function

    Petr Archakov committed Nov 6, 2014
    Configuration menu
    Copy the full SHA
    63652f6 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2014

  1. remove _.decompose from array functions

    Petr Archakov authored and Petr Archakov committed Nov 7, 2014
    Configuration menu
    Copy the full SHA
    a59a6f9 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2014

  1. Configuration menu
    Copy the full SHA
    7d4034c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ce3a67a View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2015

  1. spaces clean up

    Petr Archakov committed Jan 20, 2015
    Configuration menu
    Copy the full SHA
    0c6d140 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2015

  1. chunk(): set default parts to 1

    Petr Archakov committed Apr 13, 2015
    Configuration menu
    Copy the full SHA
    185abf6 View commit details
    Browse the repository at this point in the history