Commits
Graph
Commit
Pull Request
Status
More actions
Code style change part 7 (#117)
3615a3e0
SS
Sergey Shalnov
Code style change part 6 (#116)
3654a22d
SS
Sergey Shalnov
Code style change part 5 (#115)
eb97bad9
SS
Sergey Shalnov
MPI localization in one place. Step 2. Sequential transport added (#112)
42c10cba
SS
Sergey Shalnov
Unskip passing dataframe tests (#113)
4f5d029d
V
Vyacheslav-Smirnov
Unskipping tests from test_basic.py that currently pass (#100)
ab89dd31
AK
Alexey Kozlov
MPI localization in one place (#101)
944e4342
SS
Sergey Shalnov
Code style change part 4 (#110)
d79936c6
SS
Sergey Shalnov
Fix boost runtime issue on Ubuntu16.04 with gcc 5.4 (#92)
732a93a1
SS
Sergey Shalnov
code_style_part_3 (#109)
99c52908
SS
Sergey Shalnov
Add more check in style configuration (#108)
3756b169
SS
Sergey Shalnov
Code style change part 2 (#107)
9f527986
SS
Sergey Shalnov
[STL] PEP8 code style for 'test_strings.py', 'test_utils.py', 'test_series.py' (#97)
be69dbf9
A
anmyachev
Fix for pandas.merge wrong overload handling of 'on' args (#99)
91e55d8a
AK
Alexey Kozlov
Style check config fo pystyle (#105)
4ac5d9c8
SS
Sergey Shalnov
Code style change part 1 (#106)
ceaf5e9f
SS
Sergey Shalnov
HPAT Build: Code style check for C and Python sources (#103)
446bf5f2
SS
Sergey Shalnov
explicitly adding data-file (#104)
0426dc5d
FS
Frank Schlimbach
Remove spark dependency (#102)
dd440cf0
V
Vyacheslav-Smirnov
tests folder should be omitted for coverage run (#98)
95a7bc41
A
anmyachev
Fix for string tests failed due to bad str_overload (#94)
db2736f0
AK
Alexey Kozlov
using path from root folder (#96)
9f0aca76
A
anmyachev
Fixing issue with named series handling in fillna (#95)
790aef1e
AK
Alexey Kozlov
[BUG] Fixed problems with generation parquet files (#93)
37a5ba84
A
anmyachev
Remove using i_malloc stale MPI header (#89)
c6397f48
V
Vyacheslav-Smirnov
Move to use Intel IMPI conda package for Windows (#90)
a80f2d41
V
Vyacheslav-Smirnov
Compatibility with python<3.7 (#85)
3e879edd
FS
Frank Schlimbach
Skipped failed tests (#91)
456a12e3
A
anmyachev
Update README.rst
f5469c49
FS
Frank Schlimbach
Update README.rst
91351fea
FS
Frank Schlimbach
Merge pull request #81 from fschlimb/tutorial
a86ae6dd
ET
Ehsan Totoni
pandas 0.23 avoids warnings
aab3072b
FS
Frank Schlimbach
no env file, use list of pkgs to create env
200dc5a6
FS
Frank Schlimbach
working daal4py version
de25a19d
FS
Frank Schlimbach
newer deps
451d151e
FS
Frank Schlimbach
instructions for tutorial; adding environment file
d78477af
FS
Frank Schlimbach
initial version
ada4e5c9
FS
Frank Schlimbach
fix str arr dropna() kernel
dde87ff5
ET
Ehsan Totoni
ignore initial nans for series object dtype inference
ee7ef6ef
ET
Ehsan Totoni
fix Series name for dropna
329a34af
ET
Ehsan Totoni
support Global and FreeVar in parquet file
a0d6c0f8
ET
Ehsan Totoni
local_len() for 1D_Var of str arr
552628ab
ET
Ehsan Totoni
fix str dropna()
0e61489d
ET
Ehsan Totoni
fix sort ascending flag
c548b710
ET
Ehsan Totoni
fix parallel sort key size
27a48a63
ET
Ehsan Totoni
dist analysis fix for str arr funcs
8cab48ae
ET
Ehsan Totoni
fix string shuffle codegen index
1c02a17d
ET
Ehsan Totoni
fix aliasing for Series with index (TODO: test)
65fc1037
ET
Ehsan Totoni
support S.head(), dist broadcast of const slice
58bb4b6c
ET
Ehsan Totoni
support unboxing series with string index
ac059529
ET
Ehsan Totoni