Releases: halleysfifthinc/VaxData.jl
Releases · halleysfifthinc/VaxData.jl
v1.0.0
v0.6.0
VaxData v0.6.0
Version 0.5.1
Update Project.toml to proper version
Version 0.5.0
Change julia REQUIRE to julia 0.7-rc2
Release v0.4.1
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
definitionstypemin
/typemax
(andfloatmin
/floatmax
, which are the same for Vax floats)
Release v0.2.6
Update README and tag to trigger attobot
Release v0.2.5; ~50x better performance
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.)