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

Backport DataTables using merge commit #1220

Merged
merged 97 commits into from
Sep 3, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
97 commits
Select commit Hold shift + click to select a range
968e980
RFC: Add compatibility with pre-contrasts ModelFrame constructor (#1042)
Sep 14, 2016
d4ad15b
Reindex transposed sparse contrast matrix into modelmat_cols column-w…
Sep 19, 2016
2931693
Fill existing arrays with scalars (#1057)
TotalVerb Sep 20, 2016
9963dcd
Port to NullableArrays and CategoricalArrays
nalimilan Jul 8, 2017
948ea09
Only sort duplicated columns once (#1072)
gustafsson Sep 26, 2016
b182e37
collecting with brackets is deprecated (#939)
gustafsson Sep 27, 2016
b294846
test empty frames joins
alyst Aug 30, 2015
c216961
Fix test failures on master (#1075)
nalimilan Sep 27, 2016
34b129a
test empty frames groupby()
alyst Sep 27, 2016
6514cb6
Update Documenter syntax (#966)
MichaelHatherly Sep 27, 2016
8c1991c
more DataFrame assignment tests
alyst Jun 17, 2015
6179620
Add querying section with links to other packages to documentation (#…
davidanthoff Oct 1, 2016
f72eb10
readonly AbstractVector interface for Cols
alyst Sep 27, 2016
b3900d3
simplify eltypes()
alyst Sep 27, 2016
20474ab
small cleanups to stack/unstack
alyst Sep 27, 2016
250ee81
immutable GroupApplied, enhance combine()
alyst Sep 27, 2016
99fa895
aggregate() optimizations
alyst Aug 30, 2016
3a35409
fix groupby() doc
alyst Sep 28, 2016
8bca104
Merge pull request #1076 from alyst/misc_fixes
ararslan Oct 1, 2016
1310b23
Add output to LaTeX (useful for IJulia notebook export to PDF) (#845)
maximerischard Oct 3, 2016
98b9e48
handle `A ~ B - 1` and add tests (#1086)
kleinschmidt Oct 3, 2016
1f75868
Fix join when mixing NullableArray and Array{Nullable} (#1089)
nalimilan Oct 4, 2016
a080174
Better display of Nullables (#1084)
amellnik Oct 5, 2016
b5edb5e
Update StatsBase.df to dof (#1097)
ararslan Oct 7, 2016
a2c900f
limit attribute of IOContext is used for html generation (#1099)
jw3126 Oct 11, 2016
09737f6
Fix docstring example (#1107)
femtotrader Oct 16, 2016
3fa777b
Loosen constructor for a DataFrame (#1108)
andyferris Oct 18, 2016
9777ed7
Use the tagged version of Documenter (#1109)
davidanthoff Oct 18, 2016
fa3030b
fix typo in Nullable holding 1 example (#1112)
bkamins Oct 22, 2016
39a2934
Small docs fixes (#1077)
nalimilan Oct 22, 2016
e849bc0
Enable doctests (#1110)
davidanthoff Oct 24, 2016
f68f72b
Add documentation for Query.jl (#1105)
davidanthoff Nov 12, 2016
0427dbb
Juno display (#1125)
MikeInnes Nov 13, 2016
15e4dcc
Add querying chapter to table of content (#1129)
davidanthoff Nov 16, 2016
423b84d
Update joins doc to include rename! (#1131)
dx034 Nov 21, 2016
61d6123
Avoid closing IO unless responsible for opening (#1138)
omus Dec 28, 2016
13acd59
Fix no-op transpose warning (#1141)
Nectarineimp Jan 11, 2017
1a8dd7d
Fix computation of column width for Array{String} columns (#1145)
nalimilan Jan 17, 2017
d639b49
Move AppVeyor to another account (#1153)
nalimilan Jan 25, 2017
904680d
Allow naming of measure/value column names in stack() and melt() (#1143)
Jan 30, 2017
b6c728a
Move NEWS.md to docs/src, add LICENSE to docs
nalimilan Feb 11, 2017
11d4c60
Do not run stdin test on Windows, use sh instead of bash
nalimilan Feb 11, 2017
d1ae4e8
Remove outdated -F option when running julia on AppVeyor
nalimilan Feb 14, 2017
7ddb008
Fix join() on key mixing Array and NullableArray
nalimilan Jan 25, 2017
3b3a8cd
Deprecate sub() in favor of view()
nalimilan Feb 15, 2017
94e7d54
Fix incorrect getindex() return types in comments
nalimilan Feb 15, 2017
70292b9
Fix tests with NullableArrays 0.1.0
nalimilan Feb 15, 2017
1d3fc55
Replace `df|DF` abbreviations with `dt|DT` (#7)
cjprybol Feb 17, 2017
e9f1925
Fix Julia 0.6 deprecations
nalimilan Feb 15, 2017
a384d97
Fix detection of reserved words and update list
nalimilan Feb 15, 2017
e60df2c
Rework complete_cases(!) functions and add dropnull(!) (#6)
cjprybol Feb 17, 2017
f092732
Fix Base.linearindexing() deprecation warnings on Julia 0.6 (#14)
nalimilan Feb 18, 2017
103d887
Remove all statistical models code (#15)
nalimilan Feb 19, 2017
9db1353
Remove Juno code
nalimilan Feb 19, 2017
a78a82f
Remove duplicate functionality of base.vcat for void vectors (#18)
cjprybol Feb 22, 2017
9f12bb4
Fix/remove references to JuliaStats (#21)
nalimilan Feb 23, 2017
2dc8609
Fix hcat ambiguity errors on Julia 0.6 (#20)
cjprybol Feb 24, 2017
66edf91
Enhance joining and grouping (#17)
cjprybol Mar 6, 2017
467842d
"One or more (columns|functions)" in S-A-C manual (#27)
ararslan Mar 7, 2017
5ce68c5
Deprecate IO functions for CSV equivalents (#26)
cjprybol Mar 3, 2017
33a599a
replace `printtable` test (#29)
cjprybol Mar 10, 2017
d6f4b73
Update colwise (#28)
cjprybol Mar 10, 2017
7a31e97
Add example of get() to manual (#32)
FredSoftwares Mar 12, 2017
d80a4b3
redo printtable test without a random variable (#41)
cjprybol Mar 23, 2017
9fb55e9
convert tabs to spaces and use unsafe_get for efficiency
cjprybol Mar 31, 2017
258d401
Fix typo in example (as in DataFrames) (#49)
fabianlischka Apr 4, 2017
c4e9904
Fix view(::SubDataTable, ::Int) (#46)
Evizero Apr 4, 2017
d786252
Deprecate IO functions for CSV.jl equivalents (#26)
cjprybol Mar 8, 2017
065366f
Remove using GZip missed for removal in 26 (#56)
cjprybol Apr 16, 2017
9df3590
Update CSV examples to reflect that DataFrames is default CSV sink (#50)
cjprybol Apr 17, 2017
2b09876
Don't re-export using StatsBase (#59)
cjprybol Apr 20, 2017
6b08d40
Add tests to trigger duplicate entries in unstack warning
cjprybol Apr 16, 2017
10639dd
Update stack functions to use similar_nullable
cjprybol Apr 16, 2017
f528717
Update similar_nullable conventions (depwarn and compat)
cjprybol Apr 16, 2017
bd08a40
Update calls to deprecated anynull & allnull (#61)
cjprybol May 4, 2017
c41b0e8
Update combine to use splat `...` style vcat, like in Base.vcat
cjprybol Apr 3, 2017
7c873f9
Update vcat for consistency w/ Base.vcat and improve array promotion
cjprybol Apr 4, 2017
6060f09
adjust outer join behavior (types and right outer join bug)
cjprybol Mar 31, 2017
7e992fa
Merge internal hcat! functions, remove autopromotion to NullableArray
cjprybol Mar 31, 2017
e5daaf0
Remove deprecated read_rda missed for removal in #26
cjprybol Apr 4, 2017
d33aba5
Remove unused nonuniquekey fxn
cjprybol Apr 4, 2017
0f1e827
Fix broken and untested internal hcat! function, add tests
cjprybol Apr 4, 2017
e4effc6
Extend test coverage on miscellaneous functions
cjprybol Apr 4, 2017
3763f53
Update CI URLs to point to new caching infrastructure
staticfloat May 17, 2017
75aa742
Consolidate DataTable constructors and remove autopromotion (#64)
cjprybol Apr 13, 2017
9496948
Cleanup views and subdatatable functions, add associated tests
cjprybol Apr 3, 2017
1e1fd7f
Remove describe code moved to StatsBase and NullableArrays
cjprybol Apr 18, 2017
5af53e5
Remove _setdiff, which has been implemented as setdiff in Base
cjprybol May 24, 2017
578e442
Remove references to io.md and pooling.md in manual
nalimilan May 28, 2017
71a80fe
Fix hyperlink to paper
nalimilan May 28, 2017
e4e8c5d
Fix printing CategoricalValue
nalimilan Jun 6, 2017
0239e71
Enable builds on nightlies, add Julia 0.6 badge
nalimilan Jun 2, 2017
6d94bae
Import Base.unique! on Julia 0.7
nalimilan Jun 18, 2017
326b23c
Allow renaming column without change (#77)
oxinabox Jun 23, 2017
cc3c880
Drop Julia 0.5 support
rofinn Aug 18, 2017
6035da8
Port from Nullable to Union{Null, T}
quinnj Sep 2, 2017
b293dd7
Merge branch 'nl/datatables4' (backport all DataTables commits since …
nalimilan Sep 3, 2017
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
251 changes: 0 additions & 251 deletions NEWS.md

This file was deleted.

9 changes: 5 additions & 4 deletions REQUIRE
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
julia 0.6-
DataArrays 0.5
julia 0.6
Nulls 0.0.6
CategoricalArrays 0.2.0
StatsBase 0.11.0
GZip
SortingAlgorithms
Reexport
FileIO 0.1.2
WeakRefStrings 0.3.0
DataStreams 0.2.0
37 changes: 0 additions & 37 deletions benchmark/datamatrix.jl

This file was deleted.

56 changes: 0 additions & 56 deletions benchmark/datavector.jl

This file was deleted.

17 changes: 0 additions & 17 deletions benchmark/io.jl

This file was deleted.

Loading