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

Sync #1 #2

Merged
merged 120 commits into from
Sep 16, 2020
Merged

Sync #1 #2

merged 120 commits into from
Sep 16, 2020

Commits on Jul 21, 2020

  1. Move logic of sort_values into the query compiler (#1754)

    * Move logic of `sort_values` into the query compiler
    
    Signed-off-by: Devin Petersohn <devin.petersohn@gmail.com>
    
    * Remove dead code
    
    Signed-off-by: Devin Petersohn <devin.petersohn@gmail.com>
    
    * Add back `"kind"` parameter
    
    Signed-off-by: Devin Petersohn <devin.petersohn@gmail.com>
    
    * Added a test for bug #1743
    
    This test runs inplace sort of dataframe that has non-numerical index
    
    Signed-off-by: Gregory Shimansky <gregory.shimansky@intel.com>
    
    * Apply suggestions from code review
    
    Co-authored-by: anmyachev <45976948+anmyachev@users.noreply.github.com>
    
    Co-authored-by: Gregory Shimansky <gregory.shimansky@intel.com>
    Co-authored-by: anmyachev <45976948+anmyachev@users.noreply.github.com>
    3 people committed Jul 21, 2020
    Configuration menu
    Copy the full SHA
    b92fce1 View commit details
    Browse the repository at this point in the history
  2. Improve performance of slice indexing (#1753)

    * Improves performance of slice indexing
    
    * Resolves #1752
    
    Signed-off-by: Devin Petersohn <devin.petersohn@gmail.com>
    
    * Fix issue
    
    Signed-off-by: Devin Petersohn <devin.petersohn@gmail.com>
    
    * Fix Series cases
    
    Signed-off-by: Devin Petersohn <devin.petersohn@gmail.com>
    devin-petersohn committed Jul 21, 2020
    Configuration menu
    Copy the full SHA
    c1aba38 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2020

  1. [FIX] Fix #1683 - losing index names in pd.concat (#1684)

    Signed-off-by: Dmitry Chigarev <dmitry.chigarev@intel.com>
    dchigarev committed Jul 22, 2020
    Configuration menu
    Copy the full SHA
    51c3803 View commit details
    Browse the repository at this point in the history
  2. TEST-#1759: Add commitlint check on pull requests (#1760)

    Signed-off-by: Devin Petersohn <devin.petersohn@gmail.com>
    devin-petersohn committed Jul 22, 2020
    Configuration menu
    Copy the full SHA
    5c1dff6 View commit details
    Browse the repository at this point in the history
  3. REFACTOR-#1741: Use low-level api for kurt function implementation wi…

    …th defined level parameter (#1719)
    
    Signed-off-by: Alexander Myskov <alexander.myskov@intel.com>
    amyskov committed Jul 22, 2020
    Configuration menu
    Copy the full SHA
    37b7d2c View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2020

  1. Configuration menu
    Copy the full SHA
    bc9055a View commit details
    Browse the repository at this point in the history
  2. FEAT-#1781: implement ClusterError.__str__ (#1782)

    Co-authored-by: Vasily Litvinov <45396231+vnlitvinov@users.noreply.github.com>
    Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
    anmyachev and vnlitvinov committed Jul 23, 2020
    Configuration menu
    Copy the full SHA
    731816d View commit details
    Browse the repository at this point in the history
  3. FEAT-#1194 #1283 #1138: Add Series.rolling, DataFrame.rolling

    functionality to enable rolling window operations
    
    Signed-off-by: Alexey Prutskov <alexey.prutskov@intel.com>
    prutskov committed Jul 23, 2020
    Configuration menu
    Copy the full SHA
    77a2994 View commit details
    Browse the repository at this point in the history
  4. REFACTOR-#1763: Move logic of merge (#1764)

    into the query compiler
    
    Signed-off-by: Igoshev, Yaroslav <yaroslav.igoshev@intel.com>
    YarShev committed Jul 23, 2020
    Configuration menu
    Copy the full SHA
    8658f09 View commit details
    Browse the repository at this point in the history
  5. TEST-#1785: Change size of commit message header (#1786)

    Signed-off-by: Igoshev, Yaroslav <yaroslav.igoshev@intel.com>
    YarShev committed Jul 23, 2020
    Configuration menu
    Copy the full SHA
    49f462c View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2020

  1. FIX-#1775: Fix support for callable in loc/iloc (#1776)

    Signed-off-by: Devin Petersohn <devin.petersohn@gmail.com>
    devin-petersohn committed Jul 24, 2020
    Configuration menu
    Copy the full SHA
    86e1a4e View commit details
    Browse the repository at this point in the history
  2. FEAT-#1598: Update iterator implemetion to iloc (#1599)

    Co-authored-by: Dmitry Chigarev <62142979+dchigarev@users.noreply.github.com>
    
    Signed-off-by: Devin Petersohn <devin.petersohn@gmail.com>
    devin-petersohn committed Jul 24, 2020
    Configuration menu
    Copy the full SHA
    21b515b View commit details
    Browse the repository at this point in the history
  3. FIX-#1556: Fix support for nested assignment with loc/iloc (#1788)

    Signed-off-by: Devin Petersohn <devin.petersohn@gmail.com>
    devin-petersohn committed Jul 24, 2020
    Configuration menu
    Copy the full SHA
    8472cf1 View commit details
    Browse the repository at this point in the history
  4. FEAT-#1205: melt implementation (#1689)

    Signed-off-by: Dmitry Chigarev <dmitry.chigarev@intel.com>
    dchigarev committed Jul 24, 2020
    Configuration menu
    Copy the full SHA
    cf695b3 View commit details
    Browse the repository at this point in the history
  5. FIX-#1610: Fix support for loc with MultiIndex parameter (#1789)

    Signed-off-by: Devin Petersohn <devin.petersohn@gmail.com>
    devin-petersohn committed Jul 24, 2020
    Configuration menu
    Copy the full SHA
    0711223 View commit details
    Browse the repository at this point in the history
  6. FIX-#1700: Fix metadata for concat and mask when axis=1 (#1797)

    Signed-off-by: Devin Petersohn <devin.petersohn@gmail.com>
    devin-petersohn committed Jul 24, 2020
    Configuration menu
    Copy the full SHA
    3ef84f7 View commit details
    Browse the repository at this point in the history
  7. FIX-#1774: Fix unlimited column printing for smaller dataframes (#1799)

    Signed-off-by: Devin Petersohn <devin.petersohn@gmail.com>
    devin-petersohn committed Jul 24, 2020
    Configuration menu
    Copy the full SHA
    1604c5f View commit details
    Browse the repository at this point in the history
  8. FIX-#1705: Fix visual bug with repr on smaller dataframes (#1798)

    Signed-off-by: Devin Petersohn <devin.petersohn@gmail.com>
    devin-petersohn committed Jul 24, 2020
    Configuration menu
    Copy the full SHA
    a8fc4f3 View commit details
    Browse the repository at this point in the history
  9. FIX-#1467: Fix support for cummax and cummin across int and float (#1800

    )
    
    Signed-off-by: Devin Petersohn <devin.petersohn@gmail.com>
    devin-petersohn committed Jul 24, 2020
    Configuration menu
    Copy the full SHA
    184d1c5 View commit details
    Browse the repository at this point in the history
  10. FIX-#1631: Fix support for dictionary in pd.concat (#1795)

    Signed-off-by: Devin Petersohn <devin.petersohn@gmail.com>
    devin-petersohn committed Jul 24, 2020
    Configuration menu
    Copy the full SHA
    a47c928 View commit details
    Browse the repository at this point in the history
  11. TEST-#1119: Re-enable skipped Windows tests for DataFrame.prod (#1801)

    Signed-off-by: Devin Petersohn <devin.petersohn@gmail.com>
    devin-petersohn committed Jul 24, 2020
    Configuration menu
    Copy the full SHA
    d8a9972 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2020

  1. Configuration menu
    Copy the full SHA
    aaa79ed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dcff8da View commit details
    Browse the repository at this point in the history
  3. TEST-#1779: Limit object store to 1GB during CI tests (#1744)

    Signed-off-by: Vasilij Litvinov <vasilij.n.litvinov@intel.com>
    vnlitvinov committed Jul 26, 2020
    Configuration menu
    Copy the full SHA
    53f38a4 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2020

  1. FIX-#1803: Change the order of execution engine change callbacks (#1805)

    Signed-off-by: Vasilij Litvinov <vasilij.n.litvinov@intel.com>
    vnlitvinov committed Jul 27, 2020
    Configuration menu
    Copy the full SHA
    a08c0c8 View commit details
    Browse the repository at this point in the history
  2. FIX-#1807: Fix passing zone in rayscale, add ability to override image (

    #1808)
    
    Signed-off-by: Vasilij Litvinov <vasilij.n.litvinov@intel.com>
    vnlitvinov committed Jul 27, 2020
    Configuration menu
    Copy the full SHA
    cac75c0 View commit details
    Browse the repository at this point in the history
  3. FIX-#1457: Series.reset_index considering 'name' fix (#1820)

    Signed-off-by: Dmitry Chigarev <dmitry.chigarev@intel.com>
    dchigarev committed Jul 27, 2020
    Configuration menu
    Copy the full SHA
    4213f2e View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2020

  1. FIX-#1459: 'to_pandas' of nested objects added (#1828)

    Signed-off-by: Dmitry Chigarev <dmitry.chigarev@intel.com>
    dchigarev committed Jul 28, 2020
    Configuration menu
    Copy the full SHA
    a95ddf9 View commit details
    Browse the repository at this point in the history
  2. FIX-1708: Don't sort indexes in Series functions with level parameter (

    …#1830)
    
    Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
    anmyachev committed Jul 28, 2020
    Configuration menu
    Copy the full SHA
    f43a70a View commit details
    Browse the repository at this point in the history
  3. FEAT-#1701: Enable running Modin via remote Ray on spawned cluster (#…

    …1818)
    
    For details see #1818
    
    Co-authored-by: Devin Petersohn <devin-petersohn@users.noreply.github.com>
    
    Signed-off-by: Vasilij Litvinov <vasilij.n.litvinov@intel.com>
    vnlitvinov committed Jul 28, 2020
    Configuration menu
    Copy the full SHA
    a2c68d6 View commit details
    Browse the repository at this point in the history
  4. FIX-#1729: Fix result of Series.dt.components/freq/tz (#1730)

    Signed-off-by: Alexey Prutskov <alexey.prutskov@intel.com>
    prutskov committed Jul 28, 2020
    Configuration menu
    Copy the full SHA
    cc8d2d1 View commit details
    Browse the repository at this point in the history
  5. DOCS-#1835: add runner of taxi benchmark as example (#1836)

    Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
    anmyachev committed Jul 28, 2020
    Configuration menu
    Copy the full SHA
    36517b7 View commit details
    Browse the repository at this point in the history
  6. DOCS-#1816: Add notes about using MODIN_SOCKS_PROXY variable (#1817)

    Co-authored-by: Vasily Litvinov <45396231+vnlitvinov@users.noreply.github.com>
    
    Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
    anmyachev committed Jul 28, 2020
    Configuration menu
    Copy the full SHA
    02977df View commit details
    Browse the repository at this point in the history
  7. FEAT-#1821: Speed up RPyC connection (#1833)

    Signed-off-by: Vasilij Litvinov <vasilij.n.litvinov@intel.com>
    vnlitvinov committed Jul 28, 2020
    Configuration menu
    Copy the full SHA
    0a03e7a View commit details
    Browse the repository at this point in the history
  8. Implement numpy autowrapping in remote context (#1834)

    Signed-off-by: Vasilij Litvinov <vasilij.n.litvinov@intel.com>
    vnlitvinov committed Jul 28, 2020
    Configuration menu
    Copy the full SHA
    e25342b View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2020

  1. FIX-#1426: Groupby on categories fixed (#1802)

    Signed-off-by: Dmitry Chigarev <dmitry.chigarev@intel.com>
    dchigarev committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    538bd9c View commit details
    Browse the repository at this point in the history
  2. FIX-#1464: product/sum incorrect behavior of 'min_count' fixed (#1827)

    Signed-off-by: Dmitry Chigarev <dmitry.chigarev@intel.com>
    dchigarev committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    c139515 View commit details
    Browse the repository at this point in the history
  3. FIX-#1849: Fix AttributeError in ClusterError class (#1850)

    Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
    anmyachev committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    ac91203 View commit details
    Browse the repository at this point in the history
  4. FEAT-#1831: Add optional RPyC tracing and a simple trace parser (#1843)

    For details see #1843 
    
    Signed-off-by: Vasilij Litvinov <vasilij.n.litvinov@intel.com>
    vnlitvinov committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    9ed8e06 View commit details
    Browse the repository at this point in the history
  5. FIX-#1770: Support for groupby() with original Series in by list.

    Signed-off-by: Itamar Turner-Trauring <itamar@itamarst.org>
    itamarst committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    f426705 View commit details
    Browse the repository at this point in the history
  6. FIX-#1852: Add stub engines to known ones during test-internals (#1853)

    Signed-off-by: Vasilij Litvinov <vasilij.n.litvinov@intel.com>
    vnlitvinov committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    79be7d6 View commit details
    Browse the repository at this point in the history
  7. DOCS-#1855: add runner of h2o benchmark as example (#1856)

    Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
    anmyachev committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    2251f71 View commit details
    Browse the repository at this point in the history
  8. FIX-#1857: make 'sort_index' consider axis parameter (#1858)

    Signed-off-by: Dmitry Chigarev <dmitry.chigarev@intel.com>
    dchigarev committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    dcd3674 View commit details
    Browse the repository at this point in the history
  9. FIX-#1154: properly process UDFs (#1845)

    Signed-off-by: Dmitry Chigarev <dmitry.chigarev@intel.com>
    dchigarev committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    9a65e77 View commit details
    Browse the repository at this point in the history
  10. Bump version to 0.8.0 (#1864)

    Signed-off-by: Devin Petersohn <devin.petersohn@gmail.com>
    devin-petersohn committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    03a919e View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2020

  1. FEAT-#1861: Use cloudpickle library for experimental.cloud features (#…

    …1862)
    
    Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
    anmyachev committed Jul 30, 2020
    Configuration menu
    Copy the full SHA
    a244a56 View commit details
    Browse the repository at this point in the history
  2. FIX-#911: Pin Dask Dependency for Python 3.8 compatiblity (#1846)

    Signed-off-by: Devin Petersohn <devin.petersohn@gmail.com>
    devin-petersohn committed Jul 30, 2020
    Configuration menu
    Copy the full SHA
    4d80bd8 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2020

  1. Fix access to special attributes in experimental mode (#1875)

    Signed-off-by: Vasilij Litvinov <vasilij.n.litvinov@intel.com>
    vnlitvinov committed Jul 31, 2020
    Configuration menu
    Copy the full SHA
    0d1a74e View commit details
    Browse the repository at this point in the history
  2. FIX-#1647: Support repr() on empty Series. (#1859)

    Signed-off-by: Itamar Turner-Trauring <itamar@itamarst.org>
    itamarst committed Jul 31, 2020
    Configuration menu
    Copy the full SHA
    c43a580 View commit details
    Browse the repository at this point in the history
  3. Fix recursion in experimental mode in some cases (#1874)

    Signed-off-by: Vasilij Litvinov <vasilij.n.litvinov@intel.com>
    vnlitvinov committed Jul 31, 2020
    Configuration menu
    Copy the full SHA
    3ca2821 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2020

  1. TEST-#1876: Add tests running under experimental (#1877)

    Signed-off-by: Vasilij Litvinov <vasilij.n.litvinov@intel.com>
    vnlitvinov committed Aug 3, 2020
    Configuration menu
    Copy the full SHA
    23c0a80 View commit details
    Browse the repository at this point in the history
  2. FIX-#1867: establish CI (#1868)

    Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
    anmyachev committed Aug 3, 2020
    Configuration menu
    Copy the full SHA
    e640ecd View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2020

  1. FIX-#1887: fix versions (#1888)

    Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
    anmyachev committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    102be4c View commit details
    Browse the repository at this point in the history
  2. FIX-#1674: Series.apply and DataFrame.apply (#1718)

    Signed-off-by: Alexander Myskov <alexander.myskov@intel.com>
    amyskov committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    e517a09 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2020

  1. FIX-#1869: index sort for count(level=...) (#1870)

    * FIX-#1869: issue fix
    
    Signed-off-by: Alexander Myskov <alexander.myskov@intel.com>
    
    * FIX-#1869: remove comment
    
    Signed-off-by: Alexander Myskov <alexander.myskov@intel.com>
    
    * FIX-#1869: sort by _handle_level_agg
    
    Signed-off-by: Alexander Myskov <alexander.myskov@intel.com>
    amyskov committed Aug 5, 2020
    Configuration menu
    Copy the full SHA
    19fd1b4 View commit details
    Browse the repository at this point in the history
  2. TEST-#1865: Add RPyC library in requirements (#1866)

    Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
    anmyachev committed Aug 5, 2020
    Configuration menu
    Copy the full SHA
    aa78a18 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2020

  1. FEAT-#1881: add scale-out feature dependencies (#1892)

    Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
    anmyachev committed Aug 6, 2020
    Configuration menu
    Copy the full SHA
    7173bae View commit details
    Browse the repository at this point in the history
  2. FIX-#1497: Don't sort in concat() when sort=False (#1889)

    Signed-off-by: Itamar Turner-Trauring <itamar@itamarst.org>
    itamarst committed Aug 6, 2020
    Configuration menu
    Copy the full SHA
    c48b4ae View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2020

  1. FIX-#1904: CI fix (#1905)

    Signed-off-by: Alexander Myskov <alexander.myskov@intel.com>
    amyskov committed Aug 10, 2020
    Configuration menu
    Copy the full SHA
    b1b2340 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    10dbc72 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2020

  1. FIX-#1854: groupby() with arbitrary series (#1886)

    Signed-off-by: Itamar Turner-Trauring <itamar@itamarst.org>
    itamarst committed Aug 11, 2020
    Configuration menu
    Copy the full SHA
    cc60f25 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2020

  1. REFACTOR-#1917: move part of reset_index code to backend (#1920)

    Signed-off-by: ienkovich <ilya.enkovich@intel.com>
    ienkovich committed Aug 18, 2020
    Configuration menu
    Copy the full SHA
    1865f95 View commit details
    Browse the repository at this point in the history
  2. FEAT-#1925: add import from arrow table (#1913)

    Signed-off-by: ienkovich <ilya.enkovich@intel.com>
    ienkovich committed Aug 18, 2020
    Configuration menu
    Copy the full SHA
    b160a71 View commit details
    Browse the repository at this point in the history
  3. REFACTOR-#1928: move columnarization to backend (#1914)

    Signed-off-by: ienkovich <ilya.enkovich@intel.com>
    ienkovich committed Aug 18, 2020
    Configuration menu
    Copy the full SHA
    9edc764 View commit details
    Browse the repository at this point in the history
  4. REFACTOR-#1929: avoid unnecessary index access in groupby (#1910)

    Signed-off-by: ienkovich <ilya.enkovich@intel.com>
    ienkovich committed Aug 18, 2020
    Configuration menu
    Copy the full SHA
    16cb248 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2020

  1. FEAT-#1911: support cat methods (#1912)

    Signed-off-by: ienkovich <ilya.enkovich@intel.com>
    ienkovich committed Aug 19, 2020
    Configuration menu
    Copy the full SHA
    a1fa46a View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2020

  1. REFACTOR-#1938: avoid index access in a simple column reference (#1939)

    Signed-off-by: ienkovich <ilya.enkovich@intel.com>
    ienkovich committed Aug 21, 2020
    Configuration menu
    Copy the full SHA
    36106b4 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2020

  1. FEAT-#1936: avoid empty frame checks for lazy backend (#1937)

    Signed-off-by: ienkovich <ilya.enkovich@intel.com>
    ienkovich committed Aug 22, 2020
    Configuration menu
    Copy the full SHA
    39afc07 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2020

  1. FIX-#1898: Support DataFrame.__setitem__ with boolean mask. (#1899)

    Signed-off-by: Itamar Turner-Trauring <itamar@itamarst.org>
    itamarst committed Aug 24, 2020
    Configuration menu
    Copy the full SHA
    c03f98c View commit details
    Browse the repository at this point in the history
  2. FIX-#1784: removed columns sort from 'df_equals' (#1896)

    Signed-off-by: Dmitry Chigarev <dmitry.chigarev@intel.com>
    dchigarev committed Aug 24, 2020
    Configuration menu
    Copy the full SHA
    5d59c99 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2020

  1. REFACTOR-#1941: move index access from DataFrame.insert to backend (#…

    …1942)
    
    Signed-off-by: ienkovich <ilya.enkovich@intel.com>
    ienkovich committed Aug 25, 2020
    Configuration menu
    Copy the full SHA
    82849bb View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2020

  1. TEST-#1955: speed up TestDataFrameDefault test (#1956)

    * TEST-#1955: speed up TestDataFrameDefault test
    
    Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
    
    * TEST-#1955: use random_state
    
    Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
    anmyachev committed Aug 26, 2020
    Configuration menu
    Copy the full SHA
    66a4a87 View commit details
    Browse the repository at this point in the history
  2. TEST-#1950: improve TestDataFrameIter test time (#1947)

    * TEST-#1950: improve TestDataFrameIter test time
    
    Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
    
    * TEST-#1950: speed up some iter tests
    
    Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
    anmyachev committed Aug 26, 2020
    Configuration menu
    Copy the full SHA
    f873227 View commit details
    Browse the repository at this point in the history
  3. FEAT-#1196: Support replace method for DataFrame and Series (#1943

    )
    
    Signed-off-by: Igoshev, Yaroslav <yaroslav.igoshev@intel.com>
    YarShev committed Aug 26, 2020
    Configuration menu
    Copy the full SHA
    9b27e93 View commit details
    Browse the repository at this point in the history
  4. FEAT-#1922: Support cases for DataFrame.join (#1923)

    when `on` is set to `left` and `inner`
    
    Signed-off-by: Igoshev, Yaroslav <yaroslav.igoshev@intel.com>
    YarShev committed Aug 26, 2020
    Configuration menu
    Copy the full SHA
    843816e View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2020

  1. REFACTOR-#1973: Refactor code in accordance with (#1974)

    formatting style of new released version of black
    
    Signed-off-by: Igoshev, Yaroslav <yaroslav.igoshev@intel.com>
    YarShev committed Aug 27, 2020
    Configuration menu
    Copy the full SHA
    81cf80c View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2020

  1. Configuration menu
    Copy the full SHA
    b867edf View commit details
    Browse the repository at this point in the history
  2. REFACTOR-#1934: move MultiIndex checks to backend (#1935)

    Signed-off-by: ienkovich <ilya.enkovich@intel.com>
    ienkovich committed Aug 28, 2020
    Configuration menu
    Copy the full SHA
    4ea6f93 View commit details
    Browse the repository at this point in the history
  3. FIX-#1679: Assignment df.loc["row"]["col"] fixed in case of one row (#…

    …1951)
    
    Signed-off-by: Dmitry Chigarev <dmitry.chigarev@intel.com>
    dchigarev committed Aug 28, 2020
    Configuration menu
    Copy the full SHA
    f35b7a4 View commit details
    Browse the repository at this point in the history
  4. FEAT-#1291 #1187: Add DataFrame.unstack, Series.unstack (#1649)

    Signed-off-by: Alexey Prutskov <alexey.prutskov@intel.com>
    prutskov committed Aug 28, 2020
    Configuration menu
    Copy the full SHA
    dd42a40 View commit details
    Browse the repository at this point in the history
  5. FIX-#1646: Fix representation of Series with datetimelike index (#1954

    )
    
    Signed-off-by: Alexey Prutskov <alexey.prutskov@intel.com>
    prutskov committed Aug 28, 2020
    Configuration menu
    Copy the full SHA
    14827d3 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2020

  1. TEST-#1961: speed up TestDataFrameReduction_* test (#1962)

    * TEST-#1961: speed up TestDataFrameReduction_A test
    
    Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
    
    * TEST-#1961: draft speed up test_count
    
    Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
    
    * TEST-#1961: combine Reduction_A and Reduction_B
    
    Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
    
    * TEST-#1961: refactor some reduction tests
    
    Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
    
    * TEST-#1961: speed up test_sum
    
    Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
    
    * TEST-#1961: speed up test_prod
    
    Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
    
    * TEST-#1961: refactor some reduction tests
    
    Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
    
    * TEST-#1961: add new dataset into utils.py
    
    Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
    
    * TEST-#1961: return skipif for test_prod
    
    Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
    anmyachev committed Aug 31, 2020
    Configuration menu
    Copy the full SHA
    633a8b0 View commit details
    Browse the repository at this point in the history
  2. FEAT-#1189: Add DataFrame.stack (#1673)

    Signed-off-by: Alexey Prutskov <alexey.prutskov@intel.com>
    prutskov committed Aug 31, 2020
    Configuration menu
    Copy the full SHA
    3ddd5c0 View commit details
    Browse the repository at this point in the history
  3. FEAT-#1201: pivot implementation via unstack (#1645)

    Signed-off-by: Dmitry Chigarev <dmitry.chigarev@intel.com>
    dchigarev committed Aug 31, 2020
    Configuration menu
    Copy the full SHA
    363da6d View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2020

  1. TEST-#1985: optimize common test dataset (#1984)

    * TEST-#9999: remove float_data from test_data
    
    Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
    
    * TEST-#9999: merge sparse_nan_data, dense_nan_data in one dataset
    
    Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
    
    * TEST-#9999: remove 100x100 dataset from test_data
    
    Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
    
    * TEST-#9999: remove with_index_column dataset from test_data
    
    Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
    
    * TEST-#1985: remove explicit restriction on nan for test_data
    
    Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
    anmyachev committed Sep 1, 2020
    Configuration menu
    Copy the full SHA
    f6b6040 View commit details
    Browse the repository at this point in the history
  2. FEAT-#1958: pin ray to 0.8.7 (#1966)

    Signed-off-by: Yudi Xue <10211+binarycrayon@users.noreply.github.com>
    binarycrayon committed Sep 1, 2020
    Configuration menu
    Copy the full SHA
    790b196 View commit details
    Browse the repository at this point in the history
  3. REFACTOR-#1527: split test_dataframe.py into several others (#1995)

    Signed-off-by: Alina <alina.bykovskaya@intel.com>
    abykovsk committed Sep 1, 2020
    Configuration menu
    Copy the full SHA
    ff6ff0d View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2020

  1. REFACTOR-#1879: Move logic for groupby.agg into query compiler (#1885)

    Signed-off-by: Devin Petersohn <devin.petersohn@gmail.com>
    devin-petersohn committed Sep 3, 2020
    Configuration menu
    Copy the full SHA
    826699e View commit details
    Browse the repository at this point in the history
  2. FIX-#1998: Unpin msgpack to satisfy Ray requirements (#1999)

    Signed-off-by: Gregory Shimansky <gregory.shimansky@intel.com>
    gshimansky committed Sep 3, 2020
    Configuration menu
    Copy the full SHA
    badecb4 View commit details
    Browse the repository at this point in the history
  3. FIX-#1953: Fix computing of reduced indices (#1960)

    for reduction operation
    
    Signed-off-by: Igoshev, Yaroslav <yaroslav.igoshev@intel.com>
    YarShev committed Sep 3, 2020
    Configuration menu
    Copy the full SHA
    587a466 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2020

  1. FEAT-#1944: Added ability to broadcast multi-partitioned frames (#1945)

    Signed-off-by: Dmitry Chigarev <dmitry.chigarev@intel.com>
    dchigarev committed Sep 4, 2020
    Configuration menu
    Copy the full SHA
    4d75a6d View commit details
    Browse the repository at this point in the history
  2. REFACTOR-#2009: avoid index access in is_scalar calls (#2010)

    Signed-off-by: ienkovich <ilya.enkovich@intel.com>
    ienkovich committed Sep 4, 2020
    Configuration menu
    Copy the full SHA
    1cf36e3 View commit details
    Browse the repository at this point in the history
  3. FIX-#1284: Series.searchsorted (#1668)

    Signed-off-by: Alexander Myskov <alexander.myskov@intel.com>
    amyskov committed Sep 4, 2020
    Configuration menu
    Copy the full SHA
    ac85a49 View commit details
    Browse the repository at this point in the history
  4. FEAT-#1222: Implement DataFrame.asof() without Pandas fallback (#1989)

    Signed-off-by: Itamar Turner-Trauring <itamar@itamarst.org>
    itamarst committed Sep 4, 2020
    Configuration menu
    Copy the full SHA
    0768600 View commit details
    Browse the repository at this point in the history
  5. FEAT-#1523: 'nrows' support to 'read_csv' added (#1894)

    Signed-off-by: Dmitry Chigarev <dmitry.chigarev@intel.com>
    dchigarev committed Sep 4, 2020
    Configuration menu
    Copy the full SHA
    c7e947b View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2020

  1. DOCS-#2015: update supported docs (#2016)

    Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
    anmyachev committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    333e32c View commit details
    Browse the repository at this point in the history
  2. TEST-2022: speed up prepare-cache job (#2023)

    Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
    anmyachev committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    2f658e0 View commit details
    Browse the repository at this point in the history
  3. TEST-#2024: remove test_dataframe.py (#2025)

    Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
    anmyachev committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    51edadb View commit details
    Browse the repository at this point in the history
  4. TEST-#2020: decrease parallel tests on Ubuntu (#2021)

    Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
    anmyachev committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    7d6eef9 View commit details
    Browse the repository at this point in the history
  5. TEST-#2030: speed up cache; decrease parallel jobs in push.yml (#2031)

    Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
    anmyachev committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    03fe0d6 View commit details
    Browse the repository at this point in the history
  6. TEST-#2028: speed up window tests (#2029)

    Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
    anmyachev committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    3a6dc67 View commit details
    Browse the repository at this point in the history
  7. TEST-#2026: speed up test_join_sort.py (#2027)

    * TEST-#2026: speed up test_join_sort.py
    
    Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
    
    * TEST-#2026: Update modin/pandas/test/dataframe/test_join_sort.py
    
    Co-authored-by: Dmitry Chigarev <62142979+dchigarev@users.noreply.github.com>
    
    Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
    anmyachev committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    3ea0edb View commit details
    Browse the repository at this point in the history
  8. FIX-#1959 #1987: Fix duplicated and drop_duplicates functions (#1994

    )
    
    Signed-off-by: Alexey Prutskov <alexey.prutskov@intel.com>
    prutskov committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    8265b71 View commit details
    Browse the repository at this point in the history
  9. TEST-#2037: speed up test_binary with refactor dataframe.py (#2038)

    Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
    anmyachev committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    a9c6e50 View commit details
    Browse the repository at this point in the history
  10. TEST-#2044: speed up iter tests (#2045)

    Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
    anmyachev committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    9325ee5 View commit details
    Browse the repository at this point in the history
  11. TEST-#2042: speed up udf tests (#2043)

    Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
    anmyachev committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    0c0b6f6 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2020

  1. TEST-#2033: speed up test_series.py (#2034)

    * TEST-#2033: speed up test_series.py
    
    Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
    
    * TEST-#2033: fix kurtosis test
    
    Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
    
    * TEST-#2033: refactor test for #1953
    
    Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
    anmyachev committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    b370489 View commit details
    Browse the repository at this point in the history
  2. TEST-#2039: speed up default tests (#2040)

    * TEST-#2039: speed up default tests
    
    Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
    
    * TEST-#2039: refactor some resample tests
    
    Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
    
    * TEST-#2039: fix test_resampler
    
    Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
    anmyachev committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    06cc5a4 View commit details
    Browse the repository at this point in the history
  3. TEST-#2050: decrease number of parallel jobs on windows Ci (#2051)

    Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
    anmyachev committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    6489e7a View commit details
    Browse the repository at this point in the history
  4. Conda recipe for Modin (#1986)

    Signed-off-by: Anton Malakhov <Anton.Malakhov@intel.com>
    anton-malakhov committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    1108730 View commit details
    Browse the repository at this point in the history
  5. REFACTOR-#2011: move default_to_pandas in groupby to backend (#2041)

    Signed-off-by: ienkovich <ilya.enkovich@intel.com>
    ienkovich committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    9c03512 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2020

  1. FEAT-#1285: Add sem implementation for Series and DataFrame (#2048

    )
    
    Signed-off-by: Igoshev, Yaroslav <yaroslav.igoshev@intel.com>
    YarShev committed Sep 9, 2020
    Configuration menu
    Copy the full SHA
    dd27013 View commit details
    Browse the repository at this point in the history
  2. FIX-#2054: Moved non-dependent on modin.DataFrame utils to modin/util…

    …s.py (#2055)
    
    Signed-off-by: Dmitry Chigarev <dmitry.chigarev@intel.com>
    dchigarev committed Sep 9, 2020
    Configuration menu
    Copy the full SHA
    6140c81 View commit details
    Browse the repository at this point in the history
  3. TEST-#1891: use conda instead of pip (#2056)

    * TEST-#1891: use conda instead of pip
    
    Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
    
    * TEST-#1891: remove source ctivate modin
    
    Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
    
    * TEST-#1891: pin some dev tools
    
    Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
    anmyachev committed Sep 9, 2020
    Configuration menu
    Copy the full SHA
    847d4a3 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2020

  1. FIX-#2052: fix spawning of remote cluster (#2053)

    * Fix spawning of remote cluster for Ray 0.8.7
    * Update dependencies
    * Change Teamcity Dockerfile to fully use conda for setting up environment
    
    Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
    anmyachev committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    0f54983 View commit details
    Browse the repository at this point in the history
  2. FEAT-#2058: Improve how remote factories are defined (#2060)

    Signed-off-by: Vasilij Litvinov <vasilij.n.litvinov@intel.com>
    vnlitvinov committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    2ca3f34 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2020

  1. FIX-#1918: fix core dumped issue (#2000)

    Signed-off-by: Alexander Myskov <alexander.myskov@intel.com>
    amyskov committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    df725d2 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2020

  1. FIX-#1386: Fix read_csv for incorrect csv data (#2076)

    Signed-off-by: Alexey Prutskov <alexey.prutskov@intel.com>
    prutskov committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    d308c58 View commit details
    Browse the repository at this point in the history
  2. REFACTOR-#2035: move getitem_array to the backend (#2036)

    Signed-off-by: ienkovich <ilya.enkovich@intel.com>
    ienkovich committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    51ed0ae View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2020

  1. REFACTOR-#2083: Rename LISCENSE_HEADER to LICENSE_HEADER. (#2082)

    Signed-off-by: Michael L Heuer <heuermh@acm.org>
    heuermh committed Sep 16, 2020
    Configuration menu
    Copy the full SHA
    c955d50 View commit details
    Browse the repository at this point in the history