Skip to content

Commit

Permalink
Merge branch 'deepcausality-rs:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
marvin-hansen authored Jan 25, 2024
2 parents d35493f + f3a72b6 commit 88a791f
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.6.3](https://github.com/deepcausality-rs/deep_causality/compare/deep_causality-v0.6.2...deep_causality-v0.6.3) - 2024-01-14

### Other
- Moved example folder back to deep_causality folder due to cargo config errors.
- Flattened folder structure.
- Updated dependencies to latest version.
- Update parquet requirement from 48 to 49
- Restricted ctx example dependency to mitigate yanked sub sub dependency warning.
- Removed pointless tests that only threw clippy linting errors.
- Added generic sum util with tests.
- Disabled unused re-exports in prelude.
- Updated examples to latest DC version.

## [0.6.2](https://github.com/deepcausality-rs/deep_causality/compare/deep_causality-v0.6.1...deep_causality-v0.6.2) - 2023-09-19

### Fixed
Expand Down
6 changes: 6 additions & 0 deletions dcl_data_structures/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.4.7](https://github.com/deepcausality-rs/deep_causality/compare/dcl_data_structures-v0.4.6...dcl_data_structures-v0.4.7) - 2024-01-14

### Other
- Reduced multiplier in vec push benchmark to address long running benchmark for DCL data structures
- Fixed linting and formatting in tests.

## [0.4.6](https://github.com/deepcausality-rs/deep_causality/compare/dcl_data_structures-v0.4.5...dcl_data_structures-v0.4.6) - 2023-08-30

### Other
Expand Down
2 changes: 1 addition & 1 deletion dcl_data_structures/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dcl_data_structures"
version = "0.4.6"
version = "0.4.7"
edition = "2021"
rust-version = "1.65"
repository = "https://github.com/deepcausality/deep_causality.rs"
Expand Down
2 changes: 1 addition & 1 deletion deep_causality/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "deep_causality"
version = "0.6.2"
version = "0.6.3"
edition = "2021"
rust-version = "1.65"
readme = "../README.md"
Expand Down
6 changes: 6 additions & 0 deletions ultragraph/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.5.2](https://github.com/deepcausality-rs/deep_causality/compare/ultragraph-v0.5.1...ultragraph-v0.5.2) - 2024-01-14

### Other
- Updated dependencies in Ultragraph.
- Updated dependencies in ultragraph crate.

## [0.5.1](https://github.com/deepcausality-rs/deep_causality/compare/ultragraph-v0.5.0...ultragraph-v0.5.1) - 2023-09-06

### Other
Expand Down
2 changes: 1 addition & 1 deletion ultragraph/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ultragraph"
version = "0.5.1"
version = "0.5.2"
edition = "2021"
rust-version = "1.65"
repository = "https://github.com/deepcausality/deep_causality.rs"
Expand Down

0 comments on commit 88a791f

Please sign in to comment.