Removed tag pre-timsort
Removed tag pre-columnnames
Added tag v1.0.0 for changeset f474e3dbe217
Updated to latest timsort with mergeCollapse fix
Minor stuff
Not clear this is a bug. The expression returns a boolean column. It does not return an index column.
timsort possibly broken
Fixed with updated timsort in commit 1ffae2e2da0d
Minor tweaks to intro
Updated for 1.0
Fix doc build
math ** tests
math ** and logspace
Change linspace implementation to that of numpy
Load tarray from build area if possible
Documented zeroes, ones and linspace
Tests for zeroes and ones
Whitespace cleanup
Finished linspace
Fix for column names when table is empty
Escape SQL identifiers. Use actual column names not lower case
Complete docs for dbimport
dbimport tests and doc
Implement table dbimport
Bump to 1.0.0
Document dbimport
Fix column::sort to column::Sort
dbimport
Bump xtal version to 0.9.1
Fix build when libdispatch is absent
Fix memory leak in column search. Bug 23. Bump to 0.9.1
Removed broken example of using % with result of boolean expression.
Added tag v0.9.1 for changeset 78cddcec826e
column search causes memory leak
Fixed in 0.9.1
column search causes memory leak
column search causes memory leak
xtal % operator does not work with boolean expressions
Final docs for 0.9.0
Added tag v0.9.0 for changeset 69e10a44bc39
Minor markup fixes
Slight change to distribution naming
Added tag v0.9.0 for changeset 8b3e24a95943
Added test target to build scripts. Removed auto_path modification from testutil
Added notes that libdispatch is required.
Updated with description of download files.
Added tag v0.9.0 for changeset 25a4867fce98
Need our own copy of asciidoctor style sheet as asciidoctor will
gcc fixes
gcc / linux related fixes
Remove 8.5 compatibility code
Remove fenv.h include. Not present in VC++ 6
Fix tests for new error messages.
Some test fixups
Tests for column summarize
table summarize tests, table cname command
Improved histogram handling of 64-bit when entire domain range is covered. Not perfect yet.
Some refactoring of test cases
Some refactoring of test cases
Finished with histogram edge cases and corresponding tests
Fix calls to renamed tarray commands
String and any test cases for histogram and some refactoring.
Done with histogram
Test for histogram step size depending on type. Update asserts to check bucket index is positive.
Fix calculation of bucket index in edge cases in tcol_equalintervals_cmd
Handle max domain range for byte and uint in tcol_equalintervals_cmd when nbuckets is 1
More histogram tests including crash
nextafter experiment
Test fixups