Skip to content

Releases: root-11/tablite

Resolve an issue with np.take and <U0 dtype

07 Nov 10:48
a87f8cc
Compare
Choose a tag to compare

Fixes an issue caused by a bug in numpy internals on empty strings.

Fix multi-column import

26 Oct 10:48
46b10cb
Compare
Choose a tag to compare

Fix an issue with corrupt layout when the same column is being imported multiple times.

Weaker boolean infer in nim

25 Oct 06:10
59e18cf
Compare
Choose a tag to compare

Replaced tight boolean infer to tight boolean infer by ignoring capitalization.

Patch for join keyword "merge_keys"

24 Oct 09:30
d594a69
Compare
Choose a tag to compare

Minor patch for keyword "merge_keys" in join.

See f176474 for details

Nim backend + other changes

23 Oct 11:55
2eb792f
Compare
Choose a tag to compare

Nim backend for csv importer.
Improve excel importer.
Improve slicing consistency.
Logical cores re-enabled on *nix based systems.
Filter is now type safe.
Added merge utility.
Various bugfixes.

Adding merge utility to Table and joins

17 Oct 11:48
Compare
Choose a tag to compare
Pre-release

This update features:

New:

  • join with keyword merge_keys.
  • Table.merge as a numpy accelerated helper for merging columns.

Fix:

  • bugfix on excel readers deprecation warning.

Minor bug fix on pivot transpose

12 Oct 10:30
Compare
Choose a tag to compare
Pre-release

Pivot transpose now raises ValueError when duplicate column names are given as input.

Fix xlsx headers

10 Oct 09:24
fdf3658
Compare
Choose a tag to compare
Fix xlsx headers Pre-release
Pre-release

Fix issue with xlsx headers

Environment file & Excel changes

06 Oct 08:06
8e74671
Compare
Choose a tag to compare
Pre-release

Hidden excel rows/columns will be importer.
.env file can be created for development

Packaging fix

05 Oct 08:22
d3e840d
Compare
Choose a tag to compare
Packaging fix Pre-release
Pre-release

Fix wrong .so being published