Skip to content

Releases: deepcausality-rs/deep_causality

deep_causality-v0.7.0

25 Jan 06:37
597ea8d
Compare
Choose a tag to compare

Other

  • Replaced Cell types with Arc/RwLock to make interior mutability thread safe.

deep_causality-v0.6.5

25 Jan 04:27
08418a7
Compare
Choose a tag to compare

Other

  • Narrowed down overly general type constrains on generic type parameters.

deep_causality-v0.6.4

25 Jan 01:55
a14ae43
Compare
Choose a tag to compare

Other

  • Merge branch 'deepcausality-rs:main' into main
  • Documented all protocols in deep causality.
  • Code formatting & linting.
  • Implemented Indexable trait for Context
  • Added Indexable protocol to deep causality crate

ultragraph-v0.5.2

14 Jan 14:42
f3a72b6
Compare
Choose a tag to compare

Other

  • Updated dependencies in Ultragraph.
  • Updated dependencies in ultragraph crate.

deep_causality-v0.6.3

14 Jan 14:42
f3a72b6
Compare
Choose a tag to compare

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.

dcl_data_structures-v0.4.7

14 Jan 14:42
f3a72b6
Compare
Choose a tag to compare

Other

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

deep_causality_macros-v0.4.8

19 Sep 03:49
35ec0fc
Compare
Choose a tag to compare

Other

  • Added custom is_empty implementation to test if codecov recolonize it.
  • Restored macro tests
  • [no ci]

deep_causality-v0.6.2

19 Sep 03:49
35ec0fc
Compare
Choose a tag to compare

Fixed

  • fixed failing test.

Other

  • Updated starter example.
  • Added starter code example
  • Removed unused import
  • Added missing error message
  • Created new starter example
  • Restored macros in causable extension
  • Fixed missing test for Identifiable in AdjustableSpace.
  • Added error case tests to adjustable space time tests
  • Added custom is_empty implementation to test if codecov recolonize it.
  • Added more tests for adjustable types.
  • Added more tests for adjustable types.
  • Added more tests for adjustable types.
  • Added more error tests to drive up code coverage.
  • Merge remote-tracking branch 'origin/main'
  • Trying phylum gh action again.

deep_causality-v0.6.1

08 Sep 03:05
1c0fb22
Compare
Choose a tag to compare

Other

  • Added unset method to extendable_contextuable_graph.rs

ultragraph-v0.5.1

06 Sep 05:12
b3cf016
Compare
Choose a tag to compare

Other

  • Fixed various linting issues.