Skip to content

Latest commit

 

History

History
49 lines (39 loc) · 1.87 KB

CHANGELOG.md

File metadata and controls

49 lines (39 loc) · 1.87 KB

Changelog

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.

[0.5] - 2024-10-20

Changed

  • Updated ndarray to verion 0.16. This is a breaking change for user of the ndarray feature @fotonick #10
  • Updated libflate to version 2.1 @fotonick #10

[0.4.1] - 2024-01-20

Changed

  • Updated enum-primitive-derive to version 0.3
  • Updated libflate to version 2.0

[0.4.0] - 2023-04-22

Changed

  • Updated nom to version 7. This is a breaking change since it changes the definition of the matfile::Error type

[0.3.1] - 2021-06-26

Changed

  • Made the ndarray module public
  • Adjusted docs.rs configuration to include all features

[0.3.0] - 2021-06-26

Changed

  • Turned matfile-ndarray from a separate crate into a feature of matfile. Activate it with the Cargo ndarray feature flag
  • The ndarray conversions now use the standard library's TryInto trait
  • Updated enum-primitive-derive to version 0.2
  • Updated nom to version 6. This is a breaking change since it changes the definition of the matfile::Error type
  • Updated ndarray to version 0.15
  • Updated num-complex to version 0.4

0.2.1 - 2020-05-17

Changed

  • Updated libflate to version 1.0

0.2.0 - 2019-04-05

Changed

  • Array size changed from Vec<i32> to Vec<usize>

0.1.0 - 2019-04-04

Added

  • Loading of numeric arrays