Skip to content

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Nov 16, 2025

πŸ€– New release

  • deep_causality_num: 0.1.6 -> 0.1.7 (βœ“ API compatible changes)
  • deep_causality_haft: 0.2.2 -> 0.2.3 (βœ“ API compatible changes)
  • deep_causality_tensor: 0.1.7 -> 0.1.8 (βœ“ API compatible changes)
  • deep_causality_uncertain: 0.3.4 -> 0.3.5 (βœ“ API compatible changes)
  • deep_causality: 0.11.8 -> 0.11.9 (βœ“ API compatible changes)
  • deep_causality_algorithms: 0.2.2 -> 0.2.3 (βœ“ API compatible changes)
  • deep_causality_discovery: 0.2.3 -> 0.2.4 (βœ“ API compatible changes)
  • deep_causality_multivector: 0.1.0 -> 0.1.1 (βœ“ API compatible changes)
Changelog

deep_causality_num

0.1.7 - 2025-11-23

Added

  • (deep_causality_multivector) Added quantum gate and operation extension.
  • (deep_causality_num) Added documentation to Octonion implementation.
  • (deep_causality_num) Added Octonion implementation.
  • (deep_causality_num) Fixed doct tests
  • (deep_causality_num) Reorganized internal source code.

Other

  • (deep_causality_num) Minor lint
  • (deep_causality_num) Minor lint
  • (deep_causality_num) Added test coverage for Octonion numbers.
  • (deep_causality_num) Added test utils for Octonion testing

deep_causality_haft

0.2.3 - 2025-11-23

Added

  • (deep_causality_haft) Added BoundedComonad for usage with MultiVector.
  • (deep_causality_tensor) Implemented CoMonad for Causaltensor
  • (deep_causality_haft) Added CoMonad and Traversable trait for HKT. Added default implementations for some std types. Added examples, tests and documentation.
  • (deep_causality_haft) Introduced Default trait bound to MonadEffect types to simplify error case handling. Update downstream deps.

Fixed

  • (deep_causality_haft) Fixed trait bound inconsistency in default impl for Option and Result.

Other

  • Updated Bazael config
  • Merge branch 'deepcausality-rs:main' into main

deep_causality_tensor

0.1.8 - 2025-11-23

Added

  • (deep_causality_multivector) Added General Relativistic Magnetohydrodynamics example
  • (deep_causality_tensor) refactored public Tensor API as a trait.
  • (deep_causality_multivector) Added BoundedComonad impl as type extension.
  • (deep_causality_tensor) Implemented CoMonad for Causaltensor
  • (deep_causality_haft) Introduced Default trait bound to MonadEffect types to simplify error case handling. Update downstream deps.
  • (deep_causality_tensor) Reformatted ein_sum example.

Other

  • Merge branch 'deepcausality-rs:main' into main

deep_causality_uncertain

0.3.5 - 2025-11-23

Added

  • (deep_causality) Refactor PropagatingEffect and Causaloid.

Other

  • Merge branch 'deepcausality-rs:main' into main

deep_causality

0.11.9 - 2025-11-23

Added

  • (deep_causality) Complete HKT generative system with automatic audit logging.
  • (deep_causality_multivector) Added implementation of multivector crate.
  • (deep_causality) Added new example of Structural Causal Model with Monadic Composition
  • (deep_causality) Added new intervenable trait and a default impl for CausalMonad.
  • (deep_causality) Refactored all monadic types into a dedicated module
  • (deep_causality) Updated Bazel test config deps.
  • (deep_causality) Updated EPP context example to new API.
  • (deep_causality) Updated RCM example to new API.
  • (deep_causality) Renamed EffectValue::Deterministic to EffectValue::Boolean
  • (deep_causality) Updated Tokio example to new API.
  • (deep_causality) refactored EffectValue
  • (deep_causality) Minor refactoring
  • (deep_causality) Simplified causable implementation for Causaloid.
  • (deep_causality) Removed Registry as it was a design mistake that prevented HKT's over collections and introduced dynamic trait objects.
  • (deep_causality) Updated Causable implementation.
  • (deep_causality) Simplified causaloid from_causal_collection API. Updated relared tests and benchmarks.
  • (deep_causality) Added structured causal function logging.
  • (deep_causality) Introduce fluent monadic API and guarantee lo
  • (deep_causality) Added External variant to the EffectValue to support external types as propagating value.
  • (deep_causality) Updated ContextualLink variant of EffectValue
  • (deep_causality) renamed files
  • (deep_causality) Partial rewrite towards type based effect programming.
  • (deep_causality) Updated Causaloid to better handle default reasoning of collections.
  • (deep_causality) Code cleanup.
  • (deep_causality) Migrated causal collection reasoning towards monadic composition.
  • (deep_causality) Prepared migation of causal collection reasoning.
  • (deep_causality) Prepared migation of causal collection reasoning.
  • (deep_causality) Updated MonadicCausableGraphReasoning to use proper causal reasoning. Removed mock implementation. Updated Causable impl for Causaloid to use monadic bind.
  • (deep_causality) made PropagatingEffect use CausalMonad pure.
  • (deep_causality) reworking causal reasoning.
  • (deep_causality) Refactor PropagatingEffect and Causaloid.
  • (deep_causality) Prepared HKT migration
  • (deep_causality) Removed effect field from Causaloid
  • (deep_causality) Implemented MonadicCausable for Causaloid
  • (deep_causality) Added explain to new PropagatingEffect.
  • (deep_causality) Added MonadicCausable trait and new function aliases
  • (deep_causality) Added CausalMonad, CausalEffectSystem types.
  • (deep_causality) Added CausalMonad, CausalEffectSystem types.
  • (deep_causality) Added new types: causal_value, effect_log, and numeric_value.

Other

  • Updated pre-specs and updated Bazel config
  • Updted README.md
  • (deep_causality) Increased test coverage and applied lints.
  • (deep_causality) Increased test coverage.
  • (deep_causality) Increased test coverage.
  • (deep_causality) Increased test coverage.
  • (deep_causality) Minor lints and code tweaks.
  • (deep_causality) Increased test coverage.
  • (deep_causality) Increased test coverage.
  • (deep_causality) Lints and formatting.
  • (deep_causality) Lints and formatting. Improved error handling.
  • (deep_causality) Added benchmarks for Causal Monad.
  • (deep_causality) Added tests for Causal Monad.
  • (deep_causality) Added tests for Causal Monad.
  • (deep_causality) Minor lint.
  • (deep_causality) Increased test coverage. Fixed tests affected by updated EffectValue.
  • (deep_causality) Minor lint.
  • (deep_causality) Minor lint.
  • (deep_causality) Minor lints.
  • (deep_causality) Minor lint.
  • (deep_causality) Increased test coverage. Minor fixes and lints.
  • Code formatting.
  • (deep_causality) Increased test coverage.
  • (deep_causality) Increased test coverage.
  • Code formatting.
  • (deep_causality) Increased test coverage.
  • (deep_causality) Increased test coverage.
  • (deep_causality) Increased test coverage.
  • Code formatting.
  • Merge branch 'deepcausality-rs:main' into main
  • (deep_causality) Removed generative tests for the time being. Updated Bazel test config.
  • (deep_causality) Updated more tests to new API and re-write missing tests.
  • (deep_causality) Updated more tests to new API and re-write missing tests.
  • (deep_causality) Updated more tests to new API and re-write missing tests.
  • (deep_causality) Updated more tests to new API and re-write missing tests.
  • (deep_causality) Added or updated documentation for new monadic types.
  • (deep_causality) Updated more tests to new API and re-write missing tests.
  • (deep_causality) Updated more tests to new API and re-write missing tests.
  • (deep_causality) Updated more tests to new API and re-write missing tests.
  • (deep_causality) Updated more tests to new API and re-write missing tests. Re-organized test utils.
  • (deep_causality) Updated more tests to new API and re-write missing tests. Re-organized test utils.
  • (deep_causality) Updated more tests to new API and re-write missing tests. Re-organized test utils.
  • (deep_causality) Updated more tests to new API and re-write missing tests.
  • Added new pre-specs for Multivector and Octonion
  • (deep_causality) Updated more tests to new API and re-write missing tests.
  • (deep_causality) Updated more tests to new API and re-write missing tests.
  • (deep_causality) Updated more tests to new API and re-write missing tests.
  • (deep_causality) Updated more tests to new API and re-write missing tests.
  • (deep_causality) Updated more tests to new API and re-write missing tests.
  • (deep_causality) Updated more tests to new API and re-write missing tests.
  • (deep_causality) Updated more tests to new API and re-write missing tests.
  • (deep_causality) Updated more tests to new API and re-write missing tests.
  • (deep_causality) Updated more tests to new API.
  • (deep_causality) Updated more tests to new API.
  • (deep_causality) Updated causaloids tests to the new API
  • (deep_causality) Updated causaloids tests to the new API
  • (deep_causality) Updated utils tests to the new API
  • (deep_causality) Updated more tests to the new API
  • (deep_causality) Updated extension test to the new API
  • (deep_causality) Updated the first extension test to the new API
  • (deep_causality) Updated docstring and logs
  • (deep_causality) Updated test utils and benchmark to new API.
  • (deep_causality) Migrated tests of causal collection reasoning to use new API.
  • (deep_causality) Improved docstring
  • Migrated graph reasoning methods to monadic trait.
  • Prepared migration of graph causal reasoning to monadic equivalent.
  • (deep_causality) working on restoring tests for causal collection extensions.
  • Added PhantomData to Causaloid
  • updated re-export via lib.rs

deep_causality_algorithms

0.2.3 - 2025-11-23

Added

  • (deep_causality_tensor) refactored public Tensor API as a trait.

deep_causality_discovery

0.2.4 - 2025-11-23

Other

  • Updated CDL HKT pre-specs

deep_causality_multivector

0.1.1 - 2025-11-23

Added

  • (deep_causality_multivector) Minor lints.
  • (deep_causality_multivector) Added General Relativistic Magnetohydrodynamics example
  • (deep_causality_multivector) Added General Relativistic Magnetohydrodynamics example
  • (deep_causality_multivector) Updated README.md
  • (deep_causality_multivector) Added new example.
  • (deep_causality_multivector) Added new example.
  • (deep_causality_multivector) Updated README.md
  • (deep_causality_multivector) Added benchmark for quantum ops
  • (deep_causality_multivector) Added quantum example via Hilbert State
  • (deep_causality_multivector) Minor lints
  • (deep_causality_multivector) Added quantum gate and operation extension.
  • (deep_causality_multivector) Added commutator_lie and commutator_geometric operations to API.
  • (deep_causality_multivector) refactored core API as a trait.
  • (deep_causality_multivector) Added BoundedComonad impl as type extension.
  • (deep_causality_multivector) Added SBOM to multivector crate.

Other

  • (deep_causality_multivector) improved test coverage.
  • (deep_causality_multivector) improved test coverage.
  • (deep_causality_multivector) improved performance of geometric product on for sparse and dense cases.
  • (deep_causality_multivector) Fixed incorrect basis_shift.
  • (deep_causality_multivector) Fixed incorrect extend impl and fixed some tests.
  • (deep_causality_num) Added test coverage for Octonion numbers.
  • (deep_causality_multivector) Increased test coverage
  • (deep_causality_multivector) Fixed tests.
  • (deep_causality_multivector) Improved test coverage and added minor lints and fixes.
  • (deep_causality_multivector) Fixed some complex algebras, added Euclidean algebra, added constructor aliases, and split algebras.


This PR was generated with release-plz.

@github-actions github-actions bot force-pushed the release-plz-2025-11-16T09-57-22Z branch 8 times, most recently from 73bdb07 to 0f0322b Compare November 21, 2025 12:03
@github-actions github-actions bot force-pushed the release-plz-2025-11-16T09-57-22Z branch from 0f0322b to 23469ca Compare November 23, 2025 05:54
@marvin-hansen marvin-hansen merged commit d2fea71 into main Nov 23, 2025
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants