deep_causality_sparse 0.1.0

Spare matrix data structure for for deep_causality crate.
Documentation
# 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.1.0]https://github.com/marvin-hansen/deep_causality/releases/tag/deep_causality_sparse-v0.1.0 - 2025-12-03

### Added

- *(deep_causality_sparse)* Fixing auto-release
- *(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<T> in deep_causality_topology. Added new tests.
- *(deep_causality_spare)* Implement Contextual Sparsity and Algebraic traits for CsrMatrix<T> 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.