Skip to content

Releases: Bears-R-Us/arkouda

Faster client-server transfers, fault-tolerant IO, improved error handling

14 Jul 14:02
2df9393
Compare
Choose a tag to compare

Highlights:

  • #880 and #870 together speed up .to_ndarray() by 20x (to 410 MiB/s) and ak.array() by 7x (to 175 MiB/s)
  • #821 introduces a fault-tolerant invocation of ak.read_all()
  • #857 improves the granularity and helpfulness of error messages for I/O
  • #872 corrects error handling on item assignment and fixes silent failures described in #869

new version tag for versioner fix '-' replacement PR

07 Jul 01:49
7488dc7
Compare
Choose a tag to compare
Merge pull request #868 from glitch/867-version-string-manipulation

Closes #867: Remove dash character replacement in version stringf

makefile fix for python3 run of versioner

29 Jun 19:56
b83c3ba
Compare
Choose a tag to compare
Merge pull request #863 from glitch/862-Makefile-versioneer

Closes #862: Explict python3 for versioneer and adding 'make version' target

new versioning started

29 Jun 18:44
475581b
Compare
Choose a tag to compare
Merge pull request #851 from glitch/508_versioneer

Issue #508: Adding versioneer to project for version management.

incorporated new additions like strings, logging, and more

10 Dec 18:43
e8a97bc
Compare
Choose a tag to compare
Merge pull request #212 from mhmerrill/split-out-logging

Split out logging and new version number

v2019.11.12

12 Nov 21:23
917085d
Compare
Choose a tag to compare
Update VERSION

v0.0.9-2019-10-21: Merge pull request #145 from mhmerrill/pdarray-index-enhancement

21 Oct 14:19
4f70d59
Compare
Choose a tag to compare

v0.0.9-2019-10-18: Merge pull request #143 from mhmerrill/pdarray-index-enhancement

18 Oct 17:11
1235dcc
Compare
Choose a tag to compare

v0.0.9-2019-10-02: Merge pull request #125 from mhmerrill/set-ops-feature

02 Oct 15:16
a1f9186
Compare
Choose a tag to compare

Benchmarks and bug fixes

27 Sep 13:20
1917e96
Compare
Choose a tag to compare
Merge pull request #124 from mhmerrill/benchmarks

Benchmarks