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

Merged
merged 120 commits into from
Sep 16, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
120 commits
Select commit Hold shift + click to select a range
b92fce1
Move logic of `sort_values` into the query compiler (#1754)
devin-petersohn Jul 21, 2020
c1aba38
Improve performance of slice indexing (#1753)
devin-petersohn Jul 21, 2020
51c3803
[FIX] Fix #1683 - losing index names in pd.concat (#1684)
dchigarev Jul 22, 2020
5c1dff6
TEST-#1759: Add commitlint check on pull requests (#1760)
devin-petersohn Jul 22, 2020
37b7d2c
REFACTOR-#1741: Use low-level api for kurt function implementation wi…
amyskov Jul 22, 2020
bc9055a
[FIX] Fix of inconsistent indices #1726 #1731 #1732 #1734 (#1727)
dchigarev Jul 23, 2020
731816d
FEAT-#1781: implement ClusterError.__str__ (#1782)
anmyachev Jul 23, 2020
77a2994
FEAT-#1194 #1283 #1138: Add `Series.rolling`, `DataFrame.rolling`
prutskov Jul 23, 2020
8658f09
REFACTOR-#1763: Move logic of `merge` (#1764)
YarShev Jul 23, 2020
49f462c
TEST-#1785: Change size of commit message header (#1786)
YarShev Jul 23, 2020
86e1a4e
FIX-#1775: Fix support for callable in loc/iloc (#1776)
devin-petersohn Jul 24, 2020
21b515b
FEAT-#1598: Update iterator implemetion to `iloc` (#1599)
devin-petersohn Jul 24, 2020
8472cf1
FIX-#1556: Fix support for nested assignment with `loc`/`iloc` (#1788)
devin-petersohn Jul 24, 2020
cf695b3
FEAT-#1205: melt implementation (#1689)
dchigarev Jul 24, 2020
0711223
FIX-#1610: Fix support for `loc` with MultiIndex parameter (#1789)
devin-petersohn Jul 24, 2020
3ef84f7
FIX-#1700: Fix metadata for concat and mask when `axis=1` (#1797)
devin-petersohn Jul 24, 2020
1604c5f
FIX-#1774: Fix unlimited column printing for smaller dataframes (#1799)
devin-petersohn Jul 24, 2020
a8fc4f3
FIX-#1705: Fix visual bug with repr on smaller dataframes (#1798)
devin-petersohn Jul 24, 2020
184d1c5
FIX-#1467: Fix support for cummax and cummin across int and float (#1…
devin-petersohn Jul 24, 2020
a47c928
FIX-#1631: Fix support for dictionary in `pd.concat` (#1795)
devin-petersohn Jul 24, 2020
d8a9972
TEST-#1119: Re-enable skipped Windows tests for `DataFrame.prod` (#1801)
devin-petersohn Jul 24, 2020
aaa79ed
Revert "TEST-#1119: Re-enable skipped Windows tests for `DataFrame.pr…
devin-petersohn Jul 26, 2020
dcff8da
DOCS-#1809 missing links in the architecture page (#1810)
ikedaosushi Jul 26, 2020
53f38a4
TEST-#1779: Limit object store to 1GB during CI tests (#1744)
vnlitvinov Jul 26, 2020
a08c0c8
FIX-#1803: Change the order of execution engine change callbacks (#1805)
vnlitvinov Jul 27, 2020
cac75c0
FIX-#1807: Fix passing zone in rayscale, add ability to override imag…
vnlitvinov Jul 27, 2020
4213f2e
FIX-#1457: Series.reset_index considering 'name' fix (#1820)
dchigarev Jul 27, 2020
a95ddf9
FIX-#1459: 'to_pandas' of nested objects added (#1828)
dchigarev Jul 28, 2020
f43a70a
FIX-1708: Don't sort indexes in Series functions with level parameter…
anmyachev Jul 28, 2020
a2c68d6
FEAT-#1701: Enable running Modin via remote Ray on spawned cluster (#…
vnlitvinov Jul 28, 2020
cc8d2d1
FIX-#1729: Fix result of `Series.dt.components/freq/tz` (#1730)
prutskov Jul 28, 2020
36517b7
DOCS-#1835: add runner of taxi benchmark as example (#1836)
anmyachev Jul 28, 2020
02977df
DOCS-#1816: Add notes about using MODIN_SOCKS_PROXY variable (#1817)
anmyachev Jul 28, 2020
0a03e7a
FEAT-#1821: Speed up RPyC connection (#1833)
vnlitvinov Jul 28, 2020
e25342b
Implement numpy autowrapping in remote context (#1834)
vnlitvinov Jul 28, 2020
538bd9c
FIX-#1426: Groupby on categories fixed (#1802)
dchigarev Jul 29, 2020
c139515
FIX-#1464: product/sum incorrect behavior of 'min_count' fixed (#1827)
dchigarev Jul 29, 2020
ac91203
FIX-#1849: Fix AttributeError in ClusterError class (#1850)
anmyachev Jul 29, 2020
9ed8e06
FEAT-#1831: Add optional RPyC tracing and a simple trace parser (#1843)
vnlitvinov Jul 29, 2020
f426705
FIX-#1770: Support for groupby() with original Series in by list.
itamarst Jul 29, 2020
79be7d6
FIX-#1852: Add stub engines to known ones during test-internals (#1853)
vnlitvinov Jul 29, 2020
2251f71
DOCS-#1855: add runner of h2o benchmark as example (#1856)
anmyachev Jul 29, 2020
dcd3674
FIX-#1857: make 'sort_index' consider axis parameter (#1858)
dchigarev Jul 29, 2020
9a65e77
FIX-#1154: properly process UDFs (#1845)
dchigarev Jul 29, 2020
03a919e
Bump version to 0.8.0 (#1864)
devin-petersohn Jul 29, 2020
a244a56
FEAT-#1861: Use cloudpickle library for experimental.cloud features (…
anmyachev Jul 30, 2020
4d80bd8
FIX-#911: Pin Dask Dependency for Python 3.8 compatiblity (#1846)
devin-petersohn Jul 30, 2020
0d1a74e
Fix access to special attributes in experimental mode (#1875)
vnlitvinov Jul 31, 2020
c43a580
FIX-#1647: Support repr() on empty Series. (#1859)
itamarst Jul 31, 2020
3ca2821
Fix recursion in experimental mode in some cases (#1874)
vnlitvinov Jul 31, 2020
23c0a80
TEST-#1876: Add tests running under experimental (#1877)
vnlitvinov Aug 3, 2020
e640ecd
FIX-#1867: establish CI (#1868)
anmyachev Aug 3, 2020
102be4c
FIX-#1887: fix versions (#1888)
anmyachev Aug 4, 2020
e517a09
FIX-#1674: Series.apply and DataFrame.apply (#1718)
amyskov Aug 4, 2020
19fd1b4
FIX-#1869: index sort for count(level=...) (#1870)
amyskov Aug 5, 2020
aa78a18
TEST-#1865: Add RPyC library in requirements (#1866)
anmyachev Aug 5, 2020
7173bae
FEAT-#1881: add scale-out feature dependencies (#1892)
anmyachev Aug 6, 2020
c48b4ae
FIX-#1497: Don't sort in concat() when sort=False (#1889)
itamarst Aug 6, 2020
b1b2340
FIX-#1904: CI fix (#1905)
amyskov Aug 10, 2020
10dbc72
Revert "FIX-#1904: CI fix" (#1907)
devin-petersohn Aug 10, 2020
cc60f25
FIX-#1854: groupby() with arbitrary series (#1886)
itamarst Aug 11, 2020
1865f95
REFACTOR-#1917: move part of reset_index code to backend (#1920)
ienkovich Aug 18, 2020
b160a71
FEAT-#1925: add import from arrow table (#1913)
ienkovich Aug 18, 2020
9edc764
REFACTOR-#1928: move columnarization to backend (#1914)
ienkovich Aug 18, 2020
16cb248
REFACTOR-#1929: avoid unnecessary index access in groupby (#1910)
ienkovich Aug 18, 2020
a1fa46a
FEAT-#1911: support cat methods (#1912)
ienkovich Aug 19, 2020
36106b4
REFACTOR-#1938: avoid index access in a simple column reference (#1939)
ienkovich Aug 21, 2020
39afc07
FEAT-#1936: avoid empty frame checks for lazy backend (#1937)
ienkovich Aug 22, 2020
c03f98c
FIX-#1898: Support DataFrame.__setitem__ with boolean mask. (#1899)
itamarst Aug 24, 2020
5d59c99
FIX-#1784: removed columns sort from 'df_equals' (#1896)
dchigarev Aug 24, 2020
82849bb
REFACTOR-#1941: move index access from DataFrame.insert to backend (#…
ienkovich Aug 25, 2020
66a4a87
TEST-#1955: speed up TestDataFrameDefault test (#1956)
anmyachev Aug 26, 2020
f873227
TEST-#1950: improve TestDataFrameIter test time (#1947)
anmyachev Aug 26, 2020
9b27e93
FEAT-#1196: Support `replace` method for `DataFrame` and `Series` (#1…
YarShev Aug 26, 2020
843816e
FEAT-#1922: Support cases for `DataFrame.join` (#1923)
YarShev Aug 26, 2020
81cf80c
REFACTOR-#1973: Refactor code in accordance with (#1974)
YarShev Aug 27, 2020
b867edf
FEAT-#1838: Lazy map evaluation at Pandas backend (#1940)
dchigarev Aug 28, 2020
4ea6f93
REFACTOR-#1934: move MultiIndex checks to backend (#1935)
ienkovich Aug 28, 2020
f35b7a4
FIX-#1679: Assignment df.loc["row"]["col"] fixed in case of one row (…
dchigarev Aug 28, 2020
dd42a40
FEAT-#1291 #1187: Add `DataFrame.unstack`, `Series.unstack` (#1649)
prutskov Aug 28, 2020
14827d3
FIX-#1646: Fix representation of `Series` with datetimelike index (#1…
prutskov Aug 28, 2020
633a8b0
TEST-#1961: speed up TestDataFrameReduction_* test (#1962)
anmyachev Aug 31, 2020
3ddd5c0
FEAT-#1189: Add `DataFrame.stack` (#1673)
prutskov Aug 31, 2020
363da6d
FEAT-#1201: pivot implementation via unstack (#1645)
dchigarev Aug 31, 2020
f6b6040
TEST-#1985: optimize common test dataset (#1984)
anmyachev Sep 1, 2020
790b196
FEAT-#1958: pin ray to 0.8.7 (#1966)
binarycrayon Sep 1, 2020
ff6ff0d
REFACTOR-#1527: split test_dataframe.py into several others (#1995)
abykovsk Sep 1, 2020
826699e
REFACTOR-#1879: Move logic for `groupby.agg` into query compiler (#1885)
devin-petersohn Sep 3, 2020
badecb4
FIX-#1998: Unpin msgpack to satisfy Ray requirements (#1999)
gshimansky Sep 3, 2020
587a466
FIX-#1953: Fix computing of reduced indices (#1960)
YarShev Sep 3, 2020
4d75a6d
FEAT-#1944: Added ability to broadcast multi-partitioned frames (#1945)
dchigarev Sep 4, 2020
1cf36e3
REFACTOR-#2009: avoid index access in is_scalar calls (#2010)
ienkovich Sep 4, 2020
ac85a49
FIX-#1284: Series.searchsorted (#1668)
amyskov Sep 4, 2020
0768600
FEAT-#1222: Implement DataFrame.asof() without Pandas fallback (#1989)
itamarst Sep 4, 2020
c7e947b
FEAT-#1523: 'nrows' support to 'read_csv' added (#1894)
dchigarev Sep 4, 2020
333e32c
DOCS-#2015: update supported docs (#2016)
anmyachev Sep 7, 2020
2f658e0
TEST-2022: speed up prepare-cache job (#2023)
anmyachev Sep 7, 2020
51edadb
TEST-#2024: remove test_dataframe.py (#2025)
anmyachev Sep 7, 2020
7d6eef9
TEST-#2020: decrease parallel tests on Ubuntu (#2021)
anmyachev Sep 7, 2020
03fe0d6
TEST-#2030: speed up cache; decrease parallel jobs in push.yml (#2031)
anmyachev Sep 7, 2020
3a6dc67
TEST-#2028: speed up window tests (#2029)
anmyachev Sep 7, 2020
3ea0edb
TEST-#2026: speed up test_join_sort.py (#2027)
anmyachev Sep 7, 2020
8265b71
FIX-#1959 #1987: Fix `duplicated` and `drop_duplicates` functions (#…
prutskov Sep 7, 2020
a9c6e50
TEST-#2037: speed up test_binary with refactor dataframe.py (#2038)
anmyachev Sep 7, 2020
9325ee5
TEST-#2044: speed up iter tests (#2045)
anmyachev Sep 7, 2020
0c0b6f6
TEST-#2042: speed up udf tests (#2043)
anmyachev Sep 7, 2020
b370489
TEST-#2033: speed up test_series.py (#2034)
anmyachev Sep 8, 2020
06cc5a4
TEST-#2039: speed up default tests (#2040)
anmyachev Sep 8, 2020
6489e7a
TEST-#2050: decrease number of parallel jobs on windows Ci (#2051)
anmyachev Sep 8, 2020
1108730
Conda recipe for Modin (#1986)
anton-malakhov Sep 8, 2020
9c03512
REFACTOR-#2011: move default_to_pandas in groupby to backend (#2041)
ienkovich Sep 8, 2020
dd27013
FEAT-#1285: Add `sem` implementation for `Series` and `DataFrame` (#2…
YarShev Sep 9, 2020
6140c81
FIX-#2054: Moved non-dependent on modin.DataFrame utils to modin/util…
dchigarev Sep 9, 2020
847d4a3
TEST-#1891: use conda instead of pip (#2056)
anmyachev Sep 9, 2020
0f54983
FIX-#2052: fix spawning of remote cluster (#2053)
anmyachev Sep 10, 2020
2ca3f34
FEAT-#2058: Improve how remote factories are defined (#2060)
vnlitvinov Sep 10, 2020
df725d2
FIX-#1918: fix core dumped issue (#2000)
amyskov Sep 14, 2020
d308c58
FIX-#1386: Fix `read_csv` for incorrect csv data (#2076)
prutskov Sep 15, 2020
51ed0ae
REFACTOR-#2035: move getitem_array to the backend (#2036)
ienkovich Sep 15, 2020
c955d50
REFACTOR-#2083: Rename LISCENSE_HEADER to LICENSE_HEADER. (#2082)
heuermh Sep 16, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ if you have questions about contributing.

<!-- Please give a short brief about these changes. -->

- [ ] commit message follows format outlined [here](https://modin.readthedocs.io/en/latest/contributing.html)
- [ ] passes `flake8 modin`
- [ ] passes `black --check modin`
- [ ] signed commit with `git commit -s` <!-- you can amend your commit with a signature via `git commit -amend -s` -->
Expand Down
Loading