Releases: galenlynch/OpenEphysLoader.jl
Releases · galenlynch/OpenEphysLoader.jl
v0.2.5
OpenEphysLoader v0.2.5
Merged pull requests:
- Matlab parsing cleanup (#7) (@galenlynch)
- Remove excessive parameterization (#8) (@galenlynch)
- Add Project.toml file, drop support for old versions of Julia (#9) (@galenlynch)
- Rename appveyor file (#10) (@galenlynch)
- Add CompatHelper and TagBot workflows (#11) (@galenlynch)
Bugfix: missed Julia 0.7/1.0 deprecation
Use Compat.@warn instead of warn I missed this deprecation in Julia 0.7/1.0.
Fix deprecations for Julia 0.7 and 1.0
v0.2.3 v0.2.3 Fix deprecations for julia 0.7 and 1.0
Accommodate four-part version numbers
The Open Ephys GUI sometimes uses four-part version numbers, which are incompatible with Julia's VersionNumber
data type. If such a version number is encountered, OpenEphysLoader.jl will now truncate the fourth part of the version number.