Skip to content

deep_causality-v0.11.3

Choose a tag to compare

@github-actions github-actions released this 21 Sep 03:50
· 257 commits to main since this release
99ba62a

Added

  • (deep_causality_tensor) Initial setup. Moved CausalTensor type from the data_structure crate into dedicated deep_causality_tensor crate.
  • (deep_causality_num) Initial implementation. Update of all downstream crates.
  • (deep_causality_algorithms) Implement mRMR (FCQ variant) feature selector

Other

  • Updated Project README.md
  • Updated Project README.md
  • Updated Cargo configuration and feature propagation across the entire repo.
  • Lots of lints and formats. Updated MSRV to 1.89 and edition 2024 across the entire repo.
  • (deep_causality_rand) Increased test coverage.