All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Moved to suport Julia LTS (1.6).
- Maintaince of the packages changed from the BioJulia org to the JuliaIO org.
1.0.0 - 2018-08-11
- The first major stable release
- Comaptible with julia v0.7 and 1.0.
0.4.1 - 2018-07-10
- More compatiblity improvements to julia v0.7.
0.4.0 - 2018-03-01
- Compatibility changes for julia v0.7.
0.3.3 - 2017-06-04
- Extend
Base.unsafe_read
&Base.nb_available
.
- Fixed a double buffering problem.
0.3.2 - 2017-03-13
- Bugfix of the
readbytes!
method.
0.3.1 - 2017-03-10
- Bugfix of the
shiftdata!
method.
0.3.0 - 2017-02-07
- The ability to make buffered data immobile.
- Minor code refactors.
0.2.3 - 2017-01-18
- Fixed lower bound.
0.2.2 - 2017-01-17
- Bugfixes to takebuf_string methods.
0.2.1 - 2017-01-10
- Revised takebuf methods, thanks @musm