Skip to content

Releases: halleysfifthinc/VaxData.jl

v1.0.0

05 Sep 01:10
Compare
Choose a tag to compare

VaxData v1.0.0

Diff since v0.6.0

Merged pull requests:

v0.6.0

28 Mar 23:14
Compare
Choose a tag to compare

VaxData v0.6.0

Diff since v0.5.1

Version 0.5.1

03 Aug 19:06
Compare
Choose a tag to compare

Update Project.toml to proper version

Version 0.5.0

03 Aug 18:53
Compare
Choose a tag to compare

Change julia REQUIRE to julia 0.7-rc2

Release v0.4.1

03 Aug 18:41
Compare
Choose a tag to compare

This release contains a bugfix that prevented Vax floats from properly underflowing on conversion to IEEE floats.

Additionally, these features have been added:

  • one/zero definitions
  • typemin/typemax (and floatmin/floatmax, which are the same for Vax floats)

Release v0.2.6

20 Jul 00:20
355bb84
Compare
Choose a tag to compare

Update README and tag to trigger attobot

Release v0.2.5; ~50x better performance

14 Jul 21:04
Compare
Choose a tag to compare

All AbstractVax type constructors and conversions are now non-allocating, which was responsible for the vast majority of the processing time. Previously construction/conversion took approximately 150-200ns, this release now take approx. 5ns. (Converting from AbstractVax types is generally slightly faster due to simpler logic/computations.)