Skip to content

Commit bbf34ff

Browse files
Merge pull request #446 from marvin-hansen/main
Increases test coverage.
2 parents a18f67a + b786e67 commit bbf34ff

2,339 files changed

Lines changed: 276917 additions & 263044 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Cargo.lock

Lines changed: 22 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/scripts/example.sh

Lines changed: 0 additions & 84 deletions
This file was deleted.

deep_causality/src/extensions/mod.rs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,6 @@ pub mod observable;
4747
// //!
4848
// //! `Vec<T>` and `VecDeque<T>` already cover most practical use cases effectively.
4949
// //!
50-
// //! ## Macros and Implementation Details
51-
// //!
52-
// //! Rust's default trait implementations can only rely on methods defined within the trait itself.
53-
// //! As such, several helper methods—such as `len`, `is_empty`, and `get_all_items`—are implemented explicitly
54-
// //! within each extension. These are mostly trivial and generated via compiler macros defined in the
55-
// //! [`deep_causality_macros`](https://docs.rs/deep_causality_macros) crate.
56-
// //!
5750
// //! ## Further Reading
5851
// //!
5952
// //! - [Extension Traits in Rust](http://xion.io/post/code/rust-extension-traits.html)

deep_causality_discovery/Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,10 @@ path = "../deep_causality_tensor"
3636
version = "0.2"
3737

3838

39-
4039
# External dependencies
4140
[dependencies]
4241
csv = {version = "1.4", default-features = false}
43-
parquet = {version = "57.1", default-features = false}
42+
parquet = {version = "57", default-features = false}
4443

4544

4645
[dev-dependencies]

deep_causality_macros/README.md

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -6,25 +6,5 @@
66

77
# Macros
88

9-
[![Crates.io][crates-badge]][crates-url]
10-
[![Docs.rs][docs-badge]][docs-url]
11-
[![MIT licensed][mit-badge]][mit-url]
12-
![Tests][test-url]
139

14-
[crates-badge]: https://img.shields.io/badge/Crates.io-Latest-blue
15-
16-
[crates-url]: https://crates.io/crates/deep_causality_macros
17-
18-
[docs-badge]: https://img.shields.io/badge/Docs.rs-Latest-blue
19-
20-
[docs-url]: https://docs.rs/deep_causality_macros/latest/deep_causality_macros/
21-
22-
[mit-badge]: https://img.shields.io/badge/License-MIT-blue.svg
23-
24-
[mit-url]: https://github.com/deepcausality-rs/deep_causality/blob/main/LICENSE
25-
26-
[test-url]: https://github.com/deepcausality-rs/deep_causality/actions/workflows/run_tests.yml/badge.svg
27-
28-
29-
**DEPRECATED** This crate is no longer used but still on crates.io to ensure earlier
30-
versions of DeepCausality build and run.
10+
**DEPRECATED** This crate is no longer used and no longer maintained.

0 commit comments

Comments
 (0)