Skip to content

Conversation

@github-actions
Copy link
Contributor

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

πŸ€– New release

  • deep_causality_ast: 0.1.2 -> 0.1.3 (βœ“ API compatible changes)
  • deep_causality_data_structures: 0.10.4 -> 0.10.5 (βœ“ API compatible changes)
  • deep_causality_num: 0.1.8 -> 0.2.0 (⚠ API breaking changes)
  • deep_causality_haft: 0.2.4 -> 0.2.5 (βœ“ API compatible changes)
  • deep_causality_tensor: 0.1.9 -> 0.2.0 (⚠ API breaking changes)
  • deep_causality_rand: 0.1.5 -> 0.1.6 (βœ“ API compatible changes)
  • deep_causality_uncertain: 0.3.6 -> 0.3.7 (βœ“ API compatible changes)
  • ultragraph: 0.8.10 -> 0.8.11 (βœ“ API compatible changes)
  • deep_causality: 0.11.10 -> 0.12.0 (⚠ API breaking changes)
  • deep_causality_algorithms: 0.2.4 -> 0.2.5 (βœ“ API compatible changes)
  • deep_causality_discovery: 0.2.5 -> 0.2.6 (βœ“ API compatible changes)
  • deep_causality_macros: 0.8.10 -> 0.8.11 (βœ“ API compatible changes)
  • deep_causality_multivector: 0.1.2 -> 0.1.3 (βœ“ API compatible changes)
  • deep_causality_sparse: 0.1.0
  • deep_causality_topology: 0.1.0

⚠ deep_causality_num breaking changes

--- failure trait_missing: pub trait removed or renamed ---

Description:
A publicly-visible trait cannot be imported by its prior path. A `pub use` may have been removed, or the trait itself may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.45.0/src/lints/trait_missing.ron

Failed in:
  trait deep_causality_num::QuaternionNumber, previously in file /tmp/.tmpKUNyKK/deep_causality_num/src/complex/quaternion_number/mod.rs:23
  trait deep_causality_num::ComplexNumber, previously in file /tmp/.tmpKUNyKK/deep_causality_num/src/complex/complex_number/mod.rs:36
  trait deep_causality_num::OctonionNumber, previously in file /tmp/.tmpKUNyKK/deep_causality_num/src/complex/octonion_number/mod.rs:99

⚠ deep_causality_tensor breaking changes

--- failure trait_method_added: pub trait method added ---

Description:
A non-sealed public trait added a new method without a default implementation, which breaks downstream implementations of the trait
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#trait-new-item-no-default
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.45.0/src/lints/trait_method_added.ron

Failed in:
  trait method deep_causality_tensor::Tensor::norm_l2 in file /tmp/.tmpgsycus/deep_causality/deep_causality_tensor/src/traits/tensor.rs:92
  trait method deep_causality_tensor::Tensor::norm_sq in file /tmp/.tmpgsycus/deep_causality/deep_causality_tensor/src/traits/tensor.rs:102

⚠ deep_causality breaking changes

--- failure trait_missing: pub trait removed or renamed ---

Description:
A publicly-visible trait cannot be imported by its prior path. A `pub use` may have been removed, or the trait itself may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.45.0/src/lints/trait_missing.ron

Failed in:
  trait deep_causality::LogAppend, previously in file /tmp/.tmpKUNyKK/deep_causality/src/traits/log_append/mod.rs:9
Changelog

deep_causality_ast

0.1.3 - 2025-12-03

Other

  • Regenerated SBOM.
  • Merge branch 'deepcausality-rs:main' into main
  • Restored manually generated SBOM to restore Dependency and licence scan.

deep_causality_data_structures

0.10.5 - 2025-12-03

Added

  • (deep_causality_sparse) Implemented initial CsrMatrix types.

Other

  • Regenerated SBOM.
  • Updated dev dependencies across the repo.
  • Updated Dev dependencies.
  • Merge branch 'deepcausality-rs:main' into main
  • Restored manually generated SBOM to restore Dependency and licence scan.

deep_causality_num

0.2.0 - 2025-12-03

Added

  • (deep_causality_sparse) Fixed feature flag pass through for Bazel config.
  • (deep_causality_num) Simplified Algebra bounds of complex number systems.
  • (deep_causality_num) Increased test coverage.
  • (deep_causality_num) code refactoring
  • (deep_causality_num) Increased test coverage.
  • (deep_causality_num) Increased test coverage.
  • (deep_causality_num) Turned runtime checks of feat flags into compiler errors.
  • (deep_causality_num) Updated copyright note across the entire crate.
  • (deep_causality_num) Added native rotation to Complex, Quaternion, and Octonions
  • (deep_causality_num) Documented Octonion Number type with proper algebraic traits. Updated tests.
  • (deep_causality_num) Re-implemented Octonion Number type with proper algebraic traits. Updated tests.
  • (deep_causality_num) Re-implemented Quaternion Number type with proper algebraic traits. Updated tests.
  • (deep_causality_num) Added market traits for Associative, Distributive, and Commutative. Updated algebra traits accordingly and fixed downstream.
  • (deep_causality_multivector) Added full set of new algebraic trait system to CausalMultiVector.
  • (deep_causality_multivector) Ported CausalMultiVector to use Field instead of the broader Num trait to ensure correct math.
  • (deep_causality_num) Update all tests for Complex Number type with proper algebraic traits.
  • (deep_causality_num) Re-implemented Complex Number type with proper algebraic traits.
  • (deep_causality_num) Added missing default impl for inverse in Field trait.
  • (deep_causality_num) Updated algebraic traits and added comprehensive documentation.
  • (deep_causality_num) Updated algebraic traits.
  • (deep_causality_num) Added algebraic trait bounds.
  • (deep_causality_num) Updated Readme with information for non-std builds.
  • (deep_causality_num) Updated Readme with information for non-std builds.
  • (deep_causality_num) Updated Readme with information for non-std builds.
  • (deep_causality_num) Added support for non-std.

Other

  • Regenerated SBOM.
  • Fixed Bazel build config.
  • (deep_causality_num) Increased test coverage.
  • Updated all vendored deps for Bazel.
  • Merge branch 'deepcausality-rs:main' into main
  • Merge remote-tracking branch 'origin/main'
  • Restored manually generated SBOM to restore Dependency and licence scan.

deep_causality_haft

0.2.5 - 2025-12-03

Added

  • (deep_causality_sparse) Fixing auto-release
  • (deep_causality_core) Added test coverage
  • (deep_causality_topology) Initial implementation of topology data structures.
  • (deep_causality) Moved LogAppend trait into haft crate.
  • (deep_causality_haft) Updated Readme with details on non-std builds.
  • (deep_causality_haft) Added support for non-std.
  • (deep_causality_haft) Added module documentation
  • (deep_causality_haft) Refactored source code structure of the HAFT crate.
  • (deep_causality_haft) Added new examples for the HAFT crate.
  • (deep_causality_haft) Improved existing examples for the HAFT crate.
  • (deep_causality_haft) Implement Unbound HKTs, N-Arity traits, and

Other

  • Regenerated SBOM.
  • (deep_causality_core) Lints and formatting.
  • (deep_causality_core) Reworked Effect Log.
  • (deep_causality_core) Fixed doctests.
  • (deep_causality_haft) Added BoundedAdjunction trait.
  • (deep_causality_haft) Updated Bazel config
  • (deep_causality_haft) Code formatting.
  • (deep_causality_haft) Removed flaky tests
  • (deep_causality_haft) Added and update test suite to cover all newly added types and traits.
  • Merge branch 'deepcausality-rs:main' into main
  • Merge remote-tracking branch 'origin/main'
  • Restored manually generated SBOM to restore Dependency and licence scan.

deep_causality_tensor

0.2.0 - 2025-12-03

Added

  • (deep_causality_sparse) Fixing auto-release
  • (deep_causality_tensor) Added full set of new algebraic trait system to CausalTensor.
  • (deep_causality_topology) Initial implementation of topology data structures.

Other

  • Regenerated SBOM.
  • Updated dev dependencies across the repo.
  • (deep_causality_topology) Fixed discrete differential geometry examples.
  • (deep_causality_tensor) Added implementation of BoundedAdjunction trait as type extension.
  • (deep_causality_haft) Added BoundedAdjunction trait.
  • Merge branch 'deepcausality-rs:main' into main
  • Merge remote-tracking branch 'origin/main'
  • Restored manually generated SBOM to restore Dependency and licence scan.

deep_causality_rand

0.1.6 - 2025-12-03

Added

  • (deep_causality_sparse) Fixing auto-release

Other

  • Regenerated SBOM.
  • Merge branch 'deepcausality-rs:main' into main
  • Restored manually generated SBOM to restore Dependency and licence scan.

deep_causality_uncertain

0.3.7 - 2025-12-03

Added

  • (deep_causality_sparse) Fixing auto-release

Other

  • Regenerated SBOM.
  • Updated dev dependencies across the repo.
  • Updated Dev dependencies.
  • Merge branch 'deepcausality-rs:main' into main
  • Merge remote-tracking branch 'origin/main'
  • Restored manually generated SBOM to restore Dependency and licence scan.

ultragraph

0.8.11 - 2025-12-03

Other

  • Updated dev dependencies across the repo.
  • Merge branch 'deepcausality-rs:main' into main
  • Restored manually generated SBOM to restore Dependency and licence scan.

deep_causality

0.12.0 - 2025-12-03

Added

  • (deep_causality_sparse) Fixing auto-release
  • (deep_causality_sparse) Implemented initial CsrMatrix types.
  • (deep_causality) Moved LogAppend trait into haft crate.

Other

  • Regenerated SBOM.
  • Updated dev dependencies across the repo.
  • Updated Dev dependencies.
  • Merge branch 'deepcausality-rs:main' into main
  • Merge remote-tracking branch 'origin/main'
  • Restored manually generated SBOM to restore Dependency and licence scan.

deep_causality_algorithms

0.2.5 - 2025-12-03

Added

  • (deep_causality_tensor) Added full set of new algebraic trait system to CausalTensor.

Other

  • Regenerated SBOM.
  • Updated dev dependencies across the repo.
  • Updated Dev dependencies.
  • Merge branch 'deepcausality-rs:main' into main
  • Merge remote-tracking branch 'origin/main'
  • Restored manually generated SBOM to restore Dependency and licence scan.

deep_causality_discovery

0.2.6 - 2025-12-03

Added

  • (deep_causality_core) Added test coverage

Other

  • Regenerated SBOM.
  • Updated external deps in discovery crate and ICU example.
  • Merge branch 'deepcausality-rs:main' into main
  • Merge remote-tracking branch 'origin/main'
  • Restored manually generated SBOM to restore Dependency and licence scan.

deep_causality_macros

0.8.11 - 2025-12-03

Other

  • Merge branch 'deepcausality-rs:main' into main
  • Restored manually generated SBOM to restore Dependency and licence scan.

deep_causality_multivector

0.1.3 - 2025-12-03

Added

  • (deep_causality_sparse) Fixing auto-release
  • (deep_causality_num) Increased test coverage.
  • (deep_causality_sparse) Added full set of new algebraic trait system to CsrMatrix.
  • (deep_causality_tensor) Added full set of new algebraic trait system to CausalTensor.
  • (deep_causality_multivector) Minor code re-organization.
  • (deep_causality_num) Added market traits for Associative, Distributive, and Commutative. Updated algebra traits accordingly and fixed downstream.
  • (deep_causality_multivector) Added full set of new algebraic trait system to CausalMultiVector.
  • (deep_causality_multivector) Ported CausalMultiVector to use Field instead of the broader Num trait to ensure correct math.
  • (deep_causality_num) Update all tests for Complex Number type with proper algebraic traits.
  • (deep_causality_topology) Initial implementation of topology data structures.

Other

  • Regenerated SBOM.
  • (deep_causality_multivector) Improved test coverage
  • Updated dev dependencies across the repo.
  • Updated Dev dependencies.
  • (deep_causality_topology) Added test coverage.
  • (deep_causality_multivector) Added implementation of BoundedAdjunction trait as type extension.
  • (deep_causality_haft) Added BoundedAdjunction trait.
  • Merge branch 'deepcausality-rs:main' into main
  • Merge remote-tracking branch 'origin/main'
  • Restored manually generated SBOM to restore Dependency and licence scan.

deep_causality_sparse

0.1.0 - 2025-12-03

Added

  • (deep_causality_sparse) Fixing auto-release
  • (deep_causality_sparse) Fixed feature flag pass through
  • (deep_causality_sparse) Fixed feature flag pass through for Bazel config.
  • (deep_causality_sparse) Fixed feature flag pass through
  • (deep_causality_sparse) Added full set of new algebraic trait system to CsrMatrix.
  • (deep_causality_sparse) Added new specs for Algebraic structure of CsrMatrix.
  • (deep_causality_sparse) refactored for performance improvements and code clarity.
  • (deep_causality_topology) Added Manifold topology.
  • (deep_causality_sparse) Implemented initial CsrMatrix types.
  • (deep_causality_sparse) Implemented initial CsrMatrix types.

Other

  • Regenerated SBOM.
  • Working on Bazel build config
  • (deep_causality_topology) Added examples and debugging discrete differential geometry.
  • (deep_causality_topology) implemented algebraic structure for Chain in deep_causality_topology. Added new tests.
  • (deep_causality_spare) Implement Contextual Sparsity and Algebraic traits for CsrMatrix to support types that do not implement Zero (like CausalMultiVector) and enable topological computations.
  • (deep_causality_spare) Refactored of code structures and applied various performance improvements.
  • (deep_causality_spare) Applied various performance improvements.
  • (deep_causality_spare) Added benchmark
  • (deep_causality_sparse) Added SBOM.
  • (deep_causality_sparse) Minor tweaks and lints. Removed unused trait bounds.
  • (deep_causality_sparse) Updated Readme.
  • (deep_causality_sparse) Added example, Readme, and some minor fixes.
  • (deep_causality_sparse) tested CsrMatrix types.
  • (deep_causality_sparse) Documented CsrMatrix type.

deep_causality_topology

0.1.0 - 2025-12-03

Added

  • (deep_causality_multivector) Ported CausalMultiVector to use Field instead of the broader Num trait to ensure correct math.
  • (deep_causality_topology) Added examples and README.md
  • (deep_causality_topology) refactored for better code organization.
  • (deep_causality_topology) refactored for performance improvements and better code organization.
  • (deep_causality_topology) Added test utils
  • (deep_causality_topology) Improved Manifold impl.
  • (deep_causality_topology) Added Graph topology with HKT types.
  • (deep_causality_topology) Added Hypergraph topology with HKT types.
  • (deep_causality_topology) Added HKT and functional trait impl for Manifold topology.
  • (deep_causality_topology) Added Manifold topology.
  • (deep_causality_topology) Added PointCloud topology. Added TopologyError. Added Topology Trait hierarchy.
  • (deep_causality_topology) Initial implementation of topology data structures.

Other

  • Regenerated SBOM.
  • (deep_causality_topology) Fixed discrete differential geometry examples.
  • (deep_causality_topology) Fixed discrete differential geometry on simplicial complexes. Fixed Cup product on topology.
  • (deep_causality_topology) Moved to core traits instead of std for better protability.
  • (deep_causality_topology) Added examples and debugging discrete differential geometry.
  • (deep_causality_topology) Added discrete differential geometry on simplicial complexes:Added new tests.
  • (deep_causality_topology) implemented algebraic structure for Chain in deep_causality_topology. Added new tests.
  • (deep_causality_topology) Added SBOM.
  • (deep_causality_topology) Increased test coverage.
  • (deep_causality_topology) Added test coverage.


This PR was generated with release-plz.

@github-actions github-actions bot force-pushed the release-plz-2025-11-23T06-21-40Z branch from 266490d to 7229190 Compare November 24, 2025 14:36
@github-actions github-actions bot force-pushed the release-plz-2025-11-23T06-21-40Z branch 3 times, most recently from ebbeabf to 24acb5b Compare December 3, 2025 04:30
@github-actions github-actions bot force-pushed the release-plz-2025-11-23T06-21-40Z branch from 24acb5b to e1bd3a1 Compare December 3, 2025 04:36
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