.gitattributes
.gitignore
.pre-commit-config.yaml
CHANGELOG.md
CONTRIBUTING.md
LICENSE
README.md
SECURITY.md
mkdocs.yml
pyproject.toml
setup.py
.github/dependabot.yml
.github/workflows/docs.yml
.github/workflows/release.yml
.github/workflows/tests.yml
benchmarks/__init__.py
benchmarks/results.json
benchmarks/run_benchmarks.py
docs/benchmarks.md
docs/examples.md
docs/getting-started.md
docs/index.md
docs/industrial.md
docs/modules.md
docs/release.md
docs/api/bayes.md
docs/api/calculus.md
docs/api/chaos.md
docs/api/cli.md
docs/api/combinatorial.md
docs/api/design.md
docs/api/distributions.md
docs/api/epidemiology.md
docs/api/finance.md
docs/api/game_theory.md
docs/api/genetics.md
docs/api/geometry.md
docs/api/graph.md
docs/api/hypothesis.md
docs/api/image.md
docs/api/infotheory.md
docs/api/integrate.md
docs/api/interpolate.md
docs/api/io.md
docs/api/knowledge.md
docs/api/linalg.md
docs/api/metaheuristics.md
docs/api/ml.md
docs/api/modeling.md
docs/api/montecarlo.md
docs/api/nlp.md
docs/api/optimize.md
docs/api/quality.md
docs/api/quantum.md
docs/api/reliability.md
docs/api/rl.md
docs/api/scientific.md
docs/api/signals.md
docs/api/sparse.md
docs/api/spatial.md
docs/api/special.md
docs/api/spectral.md
docs/api/stats.md
docs/api/text.md
docs/api/timeseries.md
docs/api/viz.md
docs/api/wavelets.md
docs/assets/promo_benchmarks.png
docs/assets/promo_hero.png
docs/assets/promo_modules.png
examples/ab_test_bayes.py
examples/bayesian_inference.py
examples/chaos_diagnostics.py
examples/document_similarity.py
examples/epidemic_simulation.py
examples/experiment_fitting.py
examples/game_tournament.py
examples/graph_analysis.py
examples/image_filters.py
examples/information_flow.py
examples/metaheuristic_race.py
examples/portfolio_risk.py
examples/reinforcement_learning.py
examples/route_optimization.py
examples/sensor_geometry.py
examples/sequence_analysis.py
examples/signal_denoising.py
examples/spatial_autocorrelation.py
examples/survival_reliability.py
examples/wavelet_denoising.py
scripts/make_promo.py
src/cds2/src/_fast_integrate.c
src/cds2/src/_fast_kmeans.c
src/cds2/src/_fast_linop.c
src/cds2/src/_fast_pagerank.c
src/cds2/src/_fast_signal.c
src/cds2/__init__.py
src/cds2/_version.py
src/cds2/bayes.py
src/cds2/bayesopt.py
src/cds2/calculus.py
src/cds2/chaos.py
src/cds2/cli.py
src/cds2/combinatorial.py
src/cds2/data_analysis.py
src/cds2/design.py
src/cds2/distributions.py
src/cds2/epidemiology.py
src/cds2/finance.py
src/cds2/game_theory.py
src/cds2/genetics.py
src/cds2/geometry.py
src/cds2/graph.py
src/cds2/hypothesis.py
src/cds2/image.py
src/cds2/infotheory.py
src/cds2/integrate.py
src/cds2/interpolate.py
src/cds2/io.py
src/cds2/knowledge.py
src/cds2/linalg.py
src/cds2/metaheuristics.py
src/cds2/ml.py
src/cds2/modeling.py
src/cds2/montecarlo.py
src/cds2/optimize.py
src/cds2/pde.py
src/cds2/py.typed
src/cds2/quality.py
src/cds2/quantum.py
src/cds2/reliability.py
src/cds2/rl.py
src/cds2/scientific.py
src/cds2/sde.py
src/cds2/signals.py
src/cds2/sparse.py
src/cds2/spatial.py
src/cds2/special.py
src/cds2/spectral.py
src/cds2/stats.py
src/cds2/text.py
src/cds2/timeseries.py
src/cds2/viz.py
src/cds2/wavelets.py
src/cds2/array_api/__init__.py
src/cds2/bench/__init__.py
src/cds2/bench/regression.py
src/cds2/estimator/__init__.py
src/cds2/estimator/_base.py
src/cds2/estimator/cluster.py
src/cds2/estimator/decomposition.py
src/cds2/estimator/linear.py
src/cds2/gpu/__init__.py
src/cds2/gpu/linalg.py
src/cds2/gpu/montecarlo.py
src/cds2/gpu/signal.py
src/cds2/nlp/__init__.py
src/cds2/nlp/attention.py
src/cds2/nlp/autograd.py
src/cds2/nlp/gpt.py
src/cds2/nlp/tokenizer.py
src/cds2/prof/__init__.py
src/cds2/prof/gates.py
src/cds2/prof/history.py
src/cds2/prof/profiler.py
src/cds2/src/_fast_integrate.c
src/cds2/src/_fast_kmeans.c
src/cds2/src/_fast_linop.c
src/cds2/src/_fast_pagerank.c
src/cds2/src/_fast_signal.c
src/scientific_computing_system_2.0.egg-info/PKG-INFO
src/scientific_computing_system_2.0.egg-info/SOURCES.txt
src/scientific_computing_system_2.0.egg-info/dependency_links.txt
src/scientific_computing_system_2.0.egg-info/entry_points.txt
src/scientific_computing_system_2.0.egg-info/requires.txt
src/scientific_computing_system_2.0.egg-info/top_level.txt
tests/test_bayes.py
tests/test_bayesopt.py
tests/test_benchmarks.py
tests/test_calculus.py
tests/test_chaos.py
tests/test_cli.py
tests/test_combinatorial.py
tests/test_coverage_gaps.py
tests/test_data_analysis_v2.py
tests/test_design.py
tests/test_distributions.py
tests/test_epidemiology.py
tests/test_finance.py
tests/test_game_theory.py
tests/test_genetics.py
tests/test_geometry.py
tests/test_graph.py
tests/test_graph_oracles.py
tests/test_hypothesis.py
tests/test_image.py
tests/test_industrial.py
tests/test_infotheory.py
tests/test_integrate.py
tests/test_interpolate.py
tests/test_io.py
tests/test_knowledge.py
tests/test_linalg.py
tests/test_mcmc.py
tests/test_metaheuristics.py
tests/test_ml.py
tests/test_modeling.py
tests/test_montecarlo.py
tests/test_nlp.py
tests/test_optimize.py
tests/test_pde_v2.py
tests/test_quality.py
tests/test_quantum.py
tests/test_reliability.py
tests/test_resampling.py
tests/test_rl.py
tests/test_scientific.py
tests/test_sde.py
tests/test_signals.py
tests/test_sparse.py
tests/test_spatial.py
tests/test_special.py
tests/test_spectral.py
tests/test_stats.py
tests/test_text.py
tests/test_timeseries.py
tests/test_v31_industrial.py
tests/test_v33_arcs.py
tests/test_v33_gaps.py
tests/test_v3_expansion.py
tests/test_viz.py
tests/test_wavelets.py
tools/consistency_audit.py