Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions 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.16.1](https://github.com/deepcausality-rs/deep_causality/compare/deep_causality-v0.16.0...deep_causality-v0.16.1) - 2026-09-13

### Other

- Update README.md

## [0.16.0](https://github.com/marvin-hansen/deep_causality/compare/deep_causality-v0.15.2...deep_causality-v0.16.0) - 2026-09-08

### Added
Expand Down
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ deep_causality_num_dual = { path = "deep_causality_unified_math/deep_causality_n
deep_causality_num_rational = { path = "deep_causality_unified_math/deep_causality_num_rational", version = "0.1", default-features = false }
deep_causality_par = { path = "deep_causality_utils/deep_causality_par", version = "0.1", default-features = false }
deep_causality_physics = { path = "deep_causality_physics", version = "0.8", default-features = false }
deep_causality_quantum = { path = "deep_causality_quantum", version = "0.2" }
deep_causality_quantum = { path = "deep_causality_quantum", version = "0.3" }
deep_causality_rand = { path = "deep_causality_unified_math/deep_causality_rand", version = "0.2" }
deep_causality_stats = { path = "deep_causality_unified_math/deep_causality_stats", version = "0.1", default-features = false }
deep_causality_tensor = { path = "deep_causality_unified_math/deep_causality_tensor", version = "0.5", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion deep_causality/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

[package]
name = "deep_causality"
version = "0.16.0"
version = "0.16.1"
edition = { workspace = true }
rust-version = { workspace = true }
license = { workspace = true }
Expand Down
28 changes: 28 additions & 0 deletions deep_causality_quantum/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.3.0](https://github.com/deepcausality-rs/deep_causality/compare/deep_causality_quantum-v0.2.5...deep_causality_quantum-v0.3.0) - 2026-09-13

### Added

- *(deep_causality_quantum)* Lining, fixes, and other improvements.
- *(deep_causality_quantum)* fault sets, the fault-tolerance predicate and the Haruna filter (QCL-2 group 5)
- *(deep_causality_quantum)* structural precheck, code abstraction and the abstraction pipeline stages (QCL-2 group 4)
- *(deep_causality_quantum)* type alignment, query signatures, abstractions and the naturality check (QCL-2 group 3)
- *(deep_causality_quantum)* Add the circuit model, its two semantics, and the BLO dilation (QCL-2 groups 0-2)

### Fixed

- *(deep_causality_quantum)* widen the chain-complex check and accept repeated interchange nodes
- *(deep_causality_quantum)* resolve the QCL-2 review findings on caps, ordering, validation and errors

### Other

- *(deep_causality_quantum)* close the coverage gaps in the qpu, circuit and pipeline layers
- *(openspec)* Updated specs for quantum crate.
2 changes: 1 addition & 1 deletion deep_causality_quantum/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "deep_causality_quantum"
version = "0.2.5"
version = "0.3.0"
edition = { workspace = true }
rust-version = { workspace = true }
license = { workspace = true }
Expand Down
7 changes: 7 additions & 0 deletions deep_causality_utils/deep_causality_ast/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.14](https://github.com/deepcausality-rs/deep_causality/compare/deep_causality_ast-v0.1.13...deep_causality_ast-v0.1.14) - 2026-09-13

### Other

- *(deep_causality_ast)* Close the gaps a full API-to-test cross-reference found
- *(deep_causality_ast)* Replace the degenerate tree fixtures the whole suite shared

## [0.1.13](https://github.com/marvin-hansen/deep_causality/compare/deep_causality_ast-v0.1.12...deep_causality_ast-v0.1.13) - 2026-09-08

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion deep_causality_utils/deep_causality_ast/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "deep_causality_ast"
version = "0.1.13"
version = "0.1.14"
edition = { workspace = true }
rust-version = { workspace = true }
license = { workspace = true }
Expand Down
7 changes: 7 additions & 0 deletions deep_causality_utils/deep_causality_file/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.6](https://github.com/deepcausality-rs/deep_causality/compare/deep_causality_file-v0.1.5...deep_causality_file-v0.1.6) - 2026-09-13

### Other

- *(deep_causality_par)* Pin the fan-out, the serial bound, and the untested configuration
- *(deep_causality_file)* Repair the three audited test defects and close the gaps behind them

## [0.1.5](https://github.com/marvin-hansen/deep_causality/compare/deep_causality_file-v0.1.4...deep_causality_file-v0.1.5) - 2026-09-08

### Other
Expand Down
2 changes: 1 addition & 1 deletion deep_causality_utils/deep_causality_file/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "deep_causality_file"
version = "0.1.5"
version = "0.1.6"
edition = { workspace = true }
rust-version = { workspace = true }
license = { workspace = true }
Expand Down
Loading