Skip to content
This repository has been archived by the owner on Oct 26, 2020. It is now read-only.

Releases: syntaqx/numba

Stable release

15 Nov 21:30
Compare
Choose a tag to compare

Initial stable release:

  • Abbreviate
  • Ordinal

Further functionality will come when localization can be supported.

v0.4.1

15 Nov 21:14
Compare
Choose a tag to compare
  • Only CI Fixes

v0.4.0

15 Nov 20:49
Compare
Choose a tag to compare
  • Remove bytes, there are better packages for dealing with this.
  • Improved testing
  • Code coverage
  • Small documentation typos

v0.3.0

15 Nov 06:14
Compare
Choose a tag to compare
  • Accept int64 as n -- int can be converted up, int64 might not go down

v0.2.1

15 Nov 06:03
Compare
Choose a tag to compare
  • Minor parallel optimization that was missed in v0.2.0

v0.2.0

15 Nov 05:50
Compare
Choose a tag to compare
  • Simplification of the API
  • Absorb github.com/syntaqx/bytes
  • Parallelism in tests

v0.1.0

15 Nov 05:04
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release
  • Initial concept