Releases: deepcausality-rs/deep_causality
Releases · deepcausality-rs/deep_causality
deep_causality_algorithms-v0.1.1
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
Fixed
- (deep_causality_algorithms) Fixed Bazel build.
Other
- Updated Cargo configuration and feature propagation across the entire repo.
- Reworked and updated Bazel test config across all crates.
- Merge branch '002-replace-rng-currently'
- Lots of lints and formats. Updated MSRV to 1.89 and edition 2024 across the entire repo.
- (deep_causality_rand) Increased test coverage.
deep_causality-v0.11.3
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.
deep_causality_tensor-v0.1.0
chore: Release package deep_causality_tensor version 0.1.0
deep_causality_rand-v0.1.0
chore: Release package deep_causality_rand version 0.1.0
deep_causality_num-v0.1.0
chore: Release package deep_causality_num version 0.1.0
deep_causality_data_structures-v0.9.5
chore: Release package deep_causality_data_structures version 0.9.5
deep_causality_algorithms-v0.1.0
Added
- (deep_causality_data_structures) bumped up version number
- (deep_causality_algorithms) Updated Bazel build and test config.
- (deep_causality_data_structures) Added identity types. Removed num_traits dependency.
- (deep_causality_algorithms) Added a README.md and LICENSE file.
- (deep_causality_algorithms) Added a README.md to the example_surd in the example folder.
- (deep_causality_algorithms) Implemented SURD-State algorithm described in the paper "Observational causality by states and interaction type for scientific discovery"
- (deep_causality_algorithms) Improved SURD-Stat algorithms with separation of causal and non-causal state dependent maps. Improved documentation of the algo.
- (deep_causality_algorithms) Initial implementation of the SURD-State algorithms.
Fixed
- (deep_causality_algorithms) Fixed multiple division by zero issue and replaced unsafe tensor division with save_div.
Other
- Restored version number...
- Removed version number form internal deps.
- (deep_causality_algorithms) linting and formatting
- (deep_causality_data_structures) Improved test coverage.
- (deep_causality_algorithms) Improved test coverage.
- (deep_causality_data_structures) Improved test coverage.
- (deep_causality_algorithms) Improved test coverage.
- (deep_causality_algorithms) Improved test coverage.
- Code formating and linting across the repo. Moved old and empty dcl crate into yanked folder.
- (deep_causality_data_structures) Increased test coverage for CausalTensorMathExt
- (deep_causality_algorithms) Added test coverage for SURD algo.
- (deep_causality_algorithms) Added test coverage for SURD algo.
deep_causality-v0.11.2
Added
- (deep_causality_data_structures) Added identity types. Removed num_traits dependency.
Other
- (deep_causality_algorithms) Added test coverage for SURD algo.
ultragraph-v0.8.5
Added
- (ultragraph) removed unused dependencies. ultragraph has no zero build dependencies.
- (deep_causality_macros) removed overly complex constructure macro.
deep_causality_uncertain-v0.2.1
Other
- trying to fix #315
- trying to fix #315
- trying to fix #315
- trying to fix #315
- trying to fix #315
- trying to fix #315
- trying to fix #315
- Fixed dependencies in the Uncertain crate to resolve #315
- Fixed global Cargo.toml to resolve #315
- Fixed dependencies in the Uncertain crate to resolve #315
- Updated project wide Bazel config, removed Bazel aliases, and updated project wide macro imports from the deep_causality_macro crate.