@@ -7,6 +7,52 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.5.0] ( https://github.com/deepcausality-rs/deep_causality/compare/deep_causality-v0.4.0...deep_causality-v0.5.0 ) - 2023-08-30
11+
12+ ### Other
13+ - Fixed type aliases in Causaloid getters.
14+ - Simplified complex types with type alias.
15+ - Fixed tests to run with latest commit in main.
16+ - Fixed type signatures in benchmarks to run with latest commit in main.
17+ - Made Spatial and Temporable trait generic. Resolves issue 42.
18+ - Switched to shorter version numbers in Cargo.toml
19+ - Merge remote-tracking branch 'origin/main'
20+ - Update parquet requirement from 45.0 to 46.0
21+ - Added more corner case testing causal graph explaining.
22+ - Added more corner case testing causal graph reasoning.
23+ - Added tests for error handing in graph reasoning.
24+ - Updated graph reasoning protocol with more error handling and removed dead code.
25+ - Added missing error handing tests to causal graph reasoning.
26+ - Fixed several broken links ik documentation.
27+ - Code formatting.
28+ - Added tests to adjustable protocol.
29+ - Added default constructor to custom errors.
30+ - Code formatting.
31+ - Code formatting.
32+ - Update tests to match generated getters.
33+ - Updated multiple types to use macros to generate constructors and getters.
34+ - Updated adjustable types in deep causality to use macros to generate constructor and getters.
35+ - Added more tests to CSM types.
36+ - Moved all test utils into test folder. Updated import path in affected tests.
37+ - Moved all benchmark utils into benchmark folder.
38+ - Removed benchmark and test utils from src/utils folder.
39+ - Reformatted Adjustable protocol.
40+ - Update AdjustableTime
41+ - Added tests for adjustable time type.
42+ - Added AdjustableTime type.
43+ - Updated prelude to export new AdjustableData type.
44+ - Misc minor changes.
45+ - Removed PropagationError together with propagation method in adjustable protocol.
46+ - Updated adjustable protocol for generic usage and uniform signature.
47+ - Reorganized context tests to mirror folder structure in src folder.
48+ - Added tests for adjustable data type
49+ - Added adjustable data type that implements adjustable protocol.
50+ - Updated copyright in all source and bash script files.
51+ - Updated copyright in all licence files.
52+ - Update mod.rs
53+ - Uncomment adjustable trait with a notice that it needs review and an actual implementation with tests.
54+ - Updated deep causality code examples to use latest version.
55+
1056## [ 0.4.0] ( https://github.com/deepcausality-rs/deep_causality/compare/deep_causality-v0.3.1...deep_causality-v0.4.0 ) - 2023-08-17
1157
1258### Other
0 commit comments