Skip to content

Releases: JuliaData/JuliaDB.jl

v0.13.1

04 Aug 00:19
2b84c81
Compare
Choose a tag to compare

JuliaDB v0.13.1

Diff since v0.12.0

Closed issues:

  • Audit use of _promote_op (#131)
  • loadtable with missing values given by an empty cell (#147)
  • Memory Usage and ProcessExitedException() (#148)
  • Call GC after reading multiple CSV files? (#160)
  • load()'s tomemory argument and in/out-of-core (#162)
  • Differential behavior of save for distributed/non-distributed tables (#164)
  • Collecting distributed table changes column type from Int8 to Any (#176)
  • Left join fails when using String columns (#216)
  • Error loading Fannie Mae data (#259)
  • link on page to juliadb.org is incorrect (#272)
  • groupby keep key (#278)
  • Int32, Bool, etc table creation is very slow (#279)
  • Can't load csv file downloaded from Canadian Gov Web Site, but R can (#283)
  • KeyError: key Dagger [d58978e5-989f-55fb-8d15-ea34adc7bf54] not found; when using function loadtable (#284)
  • EXCEPTION_ACCESS_VIOLATION working with UInt160 (#287)
  • Failed adding under Julia 1.2.0 rc1 (#290)
  • ERROR: type NamedTuple has no field ... (#291)
  • Use of transform must be qualified in JuliaDB (#292)
  • How can I handle uuid and jsob in PGSQL (#302)
  • export transform (replaces pushcol) (#303)
  • JuliaDB.load FileIO.load conflicting (#307)
  • Numerous errors (#309)
  • New patch release i.e v0.12.1 (#310)
  • Test Errors for version v0.12.0 in Windows 10 (#311)
  • How to select a variable using its name (of type String)? (#313)
  • https://juliadb.org is down (#319)
  • Fix doc links (#320)
  • Using JuliaDB does not work (#322)
  • JuliaDB documentation down? (#323)
  • primary keys make API awkward (#330)
  • Set up GitHub Actions on this repository (#338)

Merged pull requests:

v0.12.0

29 Mar 18:37
420a4e3
Compare
Choose a tag to compare

Remove use of inference to determine output type.

v0.11.2

04 Mar 12:37
Compare
Choose a tag to compare
warn -> @warn

bug fixes

19 Feb 21:55
Compare
Choose a tag to compare
v0.11.1

readme

v0.11.0

27 Jan 14:34
Compare
Choose a tag to compare
bump dep versions

StructArrays and Missing

22 Dec 19:15
e9ee77f
Compare
Choose a tag to compare
WIP: DataValue -> Missing, NextTable -> IndexedTable, cleaned up docs…

…trings (#240)

* NextTable -> IndexedTable

* move import/using statements to JuliaDB.jl

* cleanup

* progress in transition to Union{T,Missing}

* wip

* tests pass

* ml wip and isequal

* bump lower bound for IndexedTables

* thing.columns -> columns(thing)

* fix iteration tests

* fix table and query tests

* fix join, misc and rechunk tests

* fix all tests

* bump IndexedTables dep

v0.9.0

08 Nov 04:03
Compare
Choose a tag to compare
bump Dagger dependency

v0.8.5

09 Aug 18:35
8bf3057
Compare
Choose a tag to compare
upper bound Julia version

v0.8.4

24 May 06:32
Compare
Choose a tag to compare
remove reliance on non-empty affinity

v0.8.3

15 May 06:04
Compare
Choose a tag to compare
depend on new release of IndexedTables