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.
- Updated
ndarray
to verion0.16
. This is a breaking change for user of thendarray
feature @fotonick #10 - Updated
libflate
to version2.1
@fotonick #10
- Updated
enum-primitive-derive
to version0.3
- Updated
libflate
to version2.0
- Updated
nom
to version7
. This is a breaking change since it changes the definition of thematfile::Error
type
- Made the
ndarray
module public - Adjusted docs.rs configuration to include all features
- Turned
matfile-ndarray
from a separate crate into a feature ofmatfile
. Activate it with the Cargondarray
feature flag - The
ndarray
conversions now use the standard library'sTryInto
trait - Updated
enum-primitive-derive
to version0.2
- Updated
nom
to version6
. This is a breaking change since it changes the definition of thematfile::Error
type - Updated
ndarray
to version0.15
- Updated
num-complex
to version0.4
0.2.1 - 2020-05-17
- Updated libflate to version 1.0
0.2.0 - 2019-04-05
- Array size changed from
Vec<i32>
toVec<usize>
0.1.0 - 2019-04-04
- Loading of numeric arrays