LICENSE
README.md
README_PYPI.md
__init__.py
__main__.py
full.toml
pyproject.toml
./__init__.py
./__main__.py
./full.toml
./src/_kernel.py
./src/Vis/Vis.py
./src/Vis/Vis.toml
./src/Vis/__init__.py
./src/Vis/_lib/__init__.py
./src/Vis/_lib/_client.js
./src/Vis/_lib/_client.py
./src/Vis/_lib/_gpu_downsample.py
./src/Vis/_lib/_renderer.py
./src/Vis/_lib/_shaders.py
./src/Vis/_lib/_viewport_agg.py
./src/_core/__init__.py
./src/_core/column_view.py
./src/_core/compression.py
./src/_core/container.py
./src/_core/context.py
./src/_core/kernel.py
./src/_core/series_proxy.py
./src/_core/series_types.py
./src/_core/visualizer.py
./src/_core/backend/__init__.py
./src/_core/backend/_numpy.py
./src/_core/backend/_wgpu.py
./src/_main/__init__.py
./src/_main/_main.py
./src/_main/_main.toml
./src/_main/_lib/main_lib.py
./src/api/_runner.js
./src/api/creation.js
./src/api/diagnostics.js
./src/api/math.js
./src/api/series.js
./src/api/webgpu_driver.js
./src/core/Agent/Agent.py
./src/core/Agent/Agent.toml
./src/core/Agent/__init__.py
./src/core/Agent/_lib/__init__.py
./src/core/Agent/_lib/project.py
./src/core/Agent/_lib/session.py
./src/core/Agent/_lib/workspace.py
./src/core/Creation/Creation.py
./src/core/Creation/Creation.toml
./src/core/Creation/_lib/__init__.py
./src/core/Creation/_lib/api.py
./src/core/Creation/_lib/array.py
./src/core/Creation/_lib/bridge.py
./src/core/Filter/Filter.py
./src/core/Filter/Filter.toml
./src/core/Filter/__init__.py
./src/core/Filter/_lib/__init__.py
./src/core/Filter/_lib/filter.py
./src/core/Filter/_lib/select.py
./src/core/GroupBy/GroupBy.py
./src/core/GroupBy/GroupBy.toml
./src/core/GroupBy/_lib/__init__.py
./src/core/GroupBy/_lib/groupby.py
./src/core/Loader/Loader.py
./src/core/Loader/Loader.toml
./src/core/Loader/_lib/__init__.py
./src/core/Loader/_lib/dzst.py
./src/core/Mods/Mods.py
./src/core/Mods/Mods.toml
./src/core/Mods/__init__.py
./src/core/Mods/_lib/__init__.py
./src/core/Mods/_lib/mods_lib.py
./src/core/Pipeline/Pipeline.py
./src/core/Pipeline/Pipeline.toml
./src/core/Pipeline/__init__.py
./src/core/Pipeline/_lib/__init__.py
./src/core/Pipeline/_lib/dispatcher.py
./src/core/Pipeline/_lib/pipeline.py
./src/core/Proxy/Proxy.py
./src/core/Proxy/Proxy.toml
./src/core/Proxy/__init__.py
./src/core/Proxy/_lib/__init__.py
./src/core/Proxy/_lib/proxy_lib.py
./src/core/Runtime/Runtime.js
./src/core/Runtime/Runtime.py
./src/core/Runtime/Runtime.toml
./src/core/Runtime/__init__.py
./src/core/Runtime/_lib/__init__.py
./src/core/Runtime/_lib/builder.py
./src/core/Runtime/_lib/compiler.py
./src/core/Runtime/_lib/exec_graph.py
./src/core/Runtime/_lib/exec_graph_serde.py
./src/core/Runtime/_lib/execution_scheduler.py
./src/core/Runtime/_lib/harness.py
./src/core/Runtime/_lib/memory.py
./src/core/Runtime/_lib/mod_iface.js
./src/core/Runtime/_lib/mod_iface.py
./src/core/Runtime/_lib/optimizer.py
./src/core/Runtime/_lib/packet.py
./src/core/Runtime/_lib/planner.py
./src/core/Runtime/_lib/profiler.py
./src/core/Runtime/_lib/runtime.py
./src/core/Runtime/_lib/scheduler.py
./src/core/Runtime/_lib/task.py
./src/core/Runtime/_lib/Drivers/__init__.py
./src/core/Runtime/_lib/Drivers/base.py
./src/core/Runtime/_lib/Drivers/CPU/CPU.py
./src/core/Runtime/_lib/Drivers/CPU/CPU.toml
./src/core/Runtime/_lib/Drivers/CPU/__init__.py
./src/core/Runtime/_lib/Drivers/CPU/_lib/__init__.py
./src/core/Runtime/_lib/Drivers/CPU/_lib/cpu_driver.py
./src/core/Runtime/_lib/Drivers/CPU/_lib/cpu_memory.py
./src/core/Runtime/_lib/Drivers/CPU/_lib/thread_pool.py
./src/core/Runtime/_lib/Drivers/CPU/_lib/worker_pool.py
./src/core/Runtime/_lib/Drivers/CUDA/__init__.py
./src/core/Runtime/_lib/Drivers/CUDA/_lib/__init__.py
./src/core/Runtime/_lib/Drivers/CUDA/_lib/cuda_driver.py
./src/core/Runtime/_lib/Drivers/Metal/__init__.py
./src/core/Runtime/_lib/Drivers/Metal/_lib/__init__.py
./src/core/Runtime/_lib/Drivers/Metal/_lib/metal_driver.py
./src/core/Runtime/_lib/Drivers/OpenCL/__init__.py
./src/core/Runtime/_lib/Drivers/OpenCL/_lib/__init__.py
./src/core/Runtime/_lib/Drivers/OpenCL/_lib/opencl_driver.py
./src/core/Runtime/_lib/Drivers/WebGPU/__init__.py
./src/core/Runtime/_lib/Drivers/WebGPU/_lib/__init__.py
./src/core/Runtime/_lib/Drivers/WebGPU/_lib/gpu_buffer_pool.py
./src/core/Runtime/_lib/Drivers/WebGPU/_lib/wgpu_driver.py
./src/core/Runtime/_lib/Drivers/WebGPU/_lib/wgsl_serializer.py
./src/core/Runtime/_lib/ast/__init__.py
./src/core/Runtime/_lib/ast/ast_nodes.py
./src/core/Runtime/_lib/ast/cpu_gen.py
./src/core/Runtime/_lib/ast/optimizer.py
./src/core/Runtime/_lib/ast/parser.py
./src/core/Runtime/_lib/ast/wgsl_gen.py
./src/core/Runtime/_lib/quote_table/__init__.py
./src/core/Runtime/_lib/quote_table/qt_resolver.py
./src/core/Series/Series.py
./src/core/Series/Series.toml
./src/core/Series/__init__.py
./src/core/Series/_lib/__init__.py
./src/core/Series/_lib/base_series.py
./src/core/Series/_lib/executor.py
./src/core/Series/_lib/expr.py
./src/core/Series/_lib/image_series.py
./src/core/Series/_lib/math_ops.py
./src/core/Series/_lib/numeric_series.py
./src/core/Series/_lib/object_series.py
./src/core/Series/_lib/series_lib.py
./src/core/Series/_lib/tensor_series.py
./src/core/Series/_lib/text_series.py
./src/core/Storage/Storage.py
./src/core/Storage/Storage.toml
./src/core/Storage/__init__.py
./src/core/Storage/_lib/__init__.py
./src/core/Storage/_lib/accessor.py
./src/core/Storage/_lib/column.py
./src/core/Storage/_lib/optimize.py
./src/core/Storage/_lib/packing.py
./src/core/Storage/_lib/table.py
./src/core/Tables/Tables.py
./src/core/Tables/Tables.toml
./src/core/Tables/__init__.py
./src/core/Tables/_lib/__init__.py
./src/core/Tables/_lib/tables_lib.py
./src/core/TopK/TopK.py
./src/core/TopK/TopK.toml
./src/core/TopK/_lib/__init__.py
./src/core/TopK/_lib/topk.py
./src/core/WalkForwardFullFused/WalkForwardFullFused.py
./src/core/WalkForwardFullFused/WalkForwardFullFused.toml
./src/core/WalkForwardFullFused/_lib/__init__.py
./src/core/WalkForwardFullFused/_lib/walkforward_full_fused.py
./src/math/__init__.py
./src/math/AST/AST.py
./src/math/AST/AST.toml
./src/math/AST/_lib/__init__.py
./src/math/AST/_lib/ast_nodes.py
./src/math/AST/_lib/compiler.py
./src/math/AST/_lib/evaluator.py
./src/math/AST/_lib/parser.py
./src/math/Benchmarks/__init__.py
./src/math/Benchmarks/ast_compile_bench.py
./src/math/Benchmarks/ast_parse_bench.py
./src/math/Benchmarks/bench_elementwise.py
./src/math/Benchmarks/bench_reduce.py
./src/math/Benchmarks/expression_bench.py
./src/math/Benchmarks/indicator_bench.py
./src/math/Benchmarks/isa_exec_bench.py
./src/math/Benchmarks/quote_table_bench.py
./src/math/Benchmarks/run_all.py
./src/math/Benchmarks/_lib/__init__.py
./src/math/Benchmarks/_lib/benchmark_base.py
./src/math/Benchmarks/_lib/data_gen.py
./src/math/Compute/Compute.js
./src/math/Compute/Compute.py
./src/math/Compute/Compute.toml
./src/math/Compute/__init__.py
./src/math/Compute/_lib/__init__.py
./src/math/Compute/_lib/argminmax/__init__.py
./src/math/Compute/_lib/argminmax/cpu.js
./src/math/Compute/_lib/argminmax/cpu.py
./src/math/Compute/_lib/argminmax/descriptor.js
./src/math/Compute/_lib/argminmax/descriptor.py
./src/math/Compute/_lib/argminmax/wgsl.js
./src/math/Compute/_lib/argminmax/wgsl.py
./src/math/Compute/_lib/clamp/__init__.py
./src/math/Compute/_lib/clamp/cpu.js
./src/math/Compute/_lib/clamp/cpu.py
./src/math/Compute/_lib/clamp/descriptor.js
./src/math/Compute/_lib/clamp/descriptor.py
./src/math/Compute/_lib/clamp/wgsl.js
./src/math/Compute/_lib/clamp/wgsl.py
./src/math/Compute/_lib/combine/__init__.py
./src/math/Compute/_lib/combine/cpu.js
./src/math/Compute/_lib/combine/cpu.py
./src/math/Compute/_lib/combine/descriptor.js
./src/math/Compute/_lib/combine/descriptor.py
./src/math/Compute/_lib/combine/wgsl.js
./src/math/Compute/_lib/combine/wgsl.py
./src/math/Compute/_lib/compare/__init__.py
./src/math/Compute/_lib/compare/cpu.js
./src/math/Compute/_lib/compare/cpu.py
./src/math/Compute/_lib/compare/descriptor.js
./src/math/Compute/_lib/compare/descriptor.py
./src/math/Compute/_lib/compare/wgsl.js
./src/math/Compute/_lib/compare/wgsl.py
./src/math/Compute/_lib/expression/__init__.py
./src/math/Compute/_lib/expression/cpu.js
./src/math/Compute/_lib/expression/cpu.py
./src/math/Compute/_lib/expression/descriptor.js
./src/math/Compute/_lib/expression/descriptor.py
./src/math/Compute/_lib/expression/wgsl.js
./src/math/Compute/_lib/expression/wgsl.py
./src/math/Compute/_lib/fft/__init__.py
./src/math/Compute/_lib/fft/cpu.js
./src/math/Compute/_lib/fft/cpu.py
./src/math/Compute/_lib/fft/descriptor.js
./src/math/Compute/_lib/fft/descriptor.py
./src/math/Compute/_lib/fft/wgsl.js
./src/math/Compute/_lib/fft/wgsl.py
./src/math/Compute/_lib/fill/__init__.py
./src/math/Compute/_lib/fill/cpu.js
./src/math/Compute/_lib/fill/cpu.py
./src/math/Compute/_lib/fill/descriptor.js
./src/math/Compute/_lib/fill/descriptor.py
./src/math/Compute/_lib/fill/wgsl.js
./src/math/Compute/_lib/fill/wgsl.py
./src/math/Compute/_lib/gather/__init__.py
./src/math/Compute/_lib/gather/cpu.js
./src/math/Compute/_lib/gather/cpu.py
./src/math/Compute/_lib/gather/descriptor.js
./src/math/Compute/_lib/gather/descriptor.py
./src/math/Compute/_lib/gather/wgsl.js
./src/math/Compute/_lib/gather/wgsl.py
./src/math/Compute/_lib/histogram/__init__.py
./src/math/Compute/_lib/histogram/cpu.js
./src/math/Compute/_lib/histogram/cpu.py
./src/math/Compute/_lib/histogram/descriptor.js
./src/math/Compute/_lib/histogram/descriptor.py
./src/math/Compute/_lib/histogram/wgsl.js
./src/math/Compute/_lib/histogram/wgsl.py
./src/math/Compute/_lib/index_kernel/__init__.py
./src/math/Compute/_lib/index_kernel/cpu.js
./src/math/Compute/_lib/index_kernel/cpu.py
./src/math/Compute/_lib/index_kernel/descriptor.js
./src/math/Compute/_lib/index_kernel/descriptor.py
./src/math/Compute/_lib/index_kernel/wgsl.js
./src/math/Compute/_lib/index_kernel/wgsl.py
./src/math/Compute/_lib/logical_and/__init__.py
./src/math/Compute/_lib/logical_and/cpu.js
./src/math/Compute/_lib/logical_and/cpu.py
./src/math/Compute/_lib/logical_and/descriptor.js
./src/math/Compute/_lib/logical_and/descriptor.py
./src/math/Compute/_lib/logical_and/wgsl.js
./src/math/Compute/_lib/logical_and/wgsl.py
./src/math/Compute/_lib/logical_or/__init__.py
./src/math/Compute/_lib/logical_or/cpu.js
./src/math/Compute/_lib/logical_or/cpu.py
./src/math/Compute/_lib/logical_or/descriptor.js
./src/math/Compute/_lib/logical_or/descriptor.py
./src/math/Compute/_lib/logical_or/wgsl.js
./src/math/Compute/_lib/logical_or/wgsl.py
./src/math/Compute/_lib/map/__init__.py
./src/math/Compute/_lib/map/cpu.js
./src/math/Compute/_lib/map/cpu.py
./src/math/Compute/_lib/map/descriptor.js
./src/math/Compute/_lib/map/descriptor.py
./src/math/Compute/_lib/map/wgsl.js
./src/math/Compute/_lib/map/wgsl.py
./src/math/Compute/_lib/map_binary/__init__.py
./src/math/Compute/_lib/map_binary/cpu.js
./src/math/Compute/_lib/map_binary/cpu.py
./src/math/Compute/_lib/map_binary/descriptor.js
./src/math/Compute/_lib/map_binary/descriptor.py
./src/math/Compute/_lib/map_binary/wgsl.js
./src/math/Compute/_lib/map_binary/wgsl.py
./src/math/Compute/_lib/mask/__init__.py
./src/math/Compute/_lib/mask/cpu.js
./src/math/Compute/_lib/mask/cpu.py
./src/math/Compute/_lib/mask/descriptor.js
./src/math/Compute/_lib/mask/descriptor.py
./src/math/Compute/_lib/mask/wgsl.js
./src/math/Compute/_lib/mask/wgsl.py
./src/math/Compute/_lib/matmul/__init__.py
./src/math/Compute/_lib/matmul/cpu.js
./src/math/Compute/_lib/matmul/cpu.py
./src/math/Compute/_lib/matmul/descriptor.js
./src/math/Compute/_lib/matmul/descriptor.py
./src/math/Compute/_lib/matmul/wgsl.js
./src/math/Compute/_lib/matmul/wgsl.py
./src/math/Compute/_lib/random_kernel/__init__.py
./src/math/Compute/_lib/random_kernel/cpu.js
./src/math/Compute/_lib/random_kernel/cpu.py
./src/math/Compute/_lib/random_kernel/descriptor.js
./src/math/Compute/_lib/random_kernel/descriptor.py
./src/math/Compute/_lib/random_kernel/wgsl.js
./src/math/Compute/_lib/random_kernel/wgsl.py
./src/math/Compute/_lib/reduce/__init__.py
./src/math/Compute/_lib/reduce/cpu.js
./src/math/Compute/_lib/reduce/cpu.py
./src/math/Compute/_lib/reduce/descriptor.js
./src/math/Compute/_lib/reduce/descriptor.py
./src/math/Compute/_lib/reduce/wgsl.js
./src/math/Compute/_lib/reduce/wgsl.py
./src/math/Compute/_lib/rolling_max/__init__.py
./src/math/Compute/_lib/rolling_max/cpu.js
./src/math/Compute/_lib/rolling_max/cpu.py
./src/math/Compute/_lib/rolling_max/descriptor.js
./src/math/Compute/_lib/rolling_max/descriptor.py
./src/math/Compute/_lib/rolling_max/wgsl.js
./src/math/Compute/_lib/rolling_max/wgsl.py
./src/math/Compute/_lib/rolling_min/__init__.py
./src/math/Compute/_lib/rolling_min/cpu.js
./src/math/Compute/_lib/rolling_min/cpu.py
./src/math/Compute/_lib/rolling_min/descriptor.js
./src/math/Compute/_lib/rolling_min/descriptor.py
./src/math/Compute/_lib/rolling_min/wgsl.js
./src/math/Compute/_lib/rolling_min/wgsl.py
./src/math/Compute/_lib/rolling_stddev/__init__.py
./src/math/Compute/_lib/rolling_stddev/cpu.js
./src/math/Compute/_lib/rolling_stddev/cpu.py
./src/math/Compute/_lib/rolling_stddev/descriptor.js
./src/math/Compute/_lib/rolling_stddev/descriptor.py
./src/math/Compute/_lib/rolling_stddev/wgsl.js
./src/math/Compute/_lib/rolling_stddev/wgsl.py
./src/math/Compute/_lib/rolling_sum/__init__.py
./src/math/Compute/_lib/rolling_sum/cpu.js
./src/math/Compute/_lib/rolling_sum/cpu.py
./src/math/Compute/_lib/rolling_sum/descriptor.js
./src/math/Compute/_lib/rolling_sum/descriptor.py
./src/math/Compute/_lib/rolling_sum/wgsl.js
./src/math/Compute/_lib/rolling_sum/wgsl.py
./src/math/Compute/_lib/scan/__init__.py
./src/math/Compute/_lib/scan/cpu.js
./src/math/Compute/_lib/scan/cpu.py
./src/math/Compute/_lib/scan/descriptor.js
./src/math/Compute/_lib/scan/descriptor.py
./src/math/Compute/_lib/scan/wgsl.js
./src/math/Compute/_lib/scan/wgsl.py
./src/math/Compute/_lib/scatter/__init__.py
./src/math/Compute/_lib/scatter/cpu.js
./src/math/Compute/_lib/scatter/cpu.py
./src/math/Compute/_lib/scatter/descriptor.js
./src/math/Compute/_lib/scatter/descriptor.py
./src/math/Compute/_lib/scatter/wgsl.js
./src/math/Compute/_lib/scatter/wgsl.py
./src/math/Compute/_lib/shift/__init__.py
./src/math/Compute/_lib/shift/cpu.js
./src/math/Compute/_lib/shift/cpu.py
./src/math/Compute/_lib/shift/descriptor.js
./src/math/Compute/_lib/shift/descriptor.py
./src/math/Compute/_lib/shift/wgsl.js
./src/math/Compute/_lib/shift/wgsl.py
./src/math/Compute/_lib/sort/__init__.py
./src/math/Compute/_lib/sort/cpu.js
./src/math/Compute/_lib/sort/cpu.py
./src/math/Compute/_lib/sort/descriptor.js
./src/math/Compute/_lib/sort/descriptor.py
./src/math/Compute/_lib/sort/wgsl.js
./src/math/Compute/_lib/sort/wgsl.py
./src/math/Compute/_lib/state_kernel/__init__.py
./src/math/Compute/_lib/state_kernel/cpu.js
./src/math/Compute/_lib/state_kernel/cpu.py
./src/math/Compute/_lib/state_kernel/descriptor.js
./src/math/Compute/_lib/state_kernel/descriptor.py
./src/math/Compute/_lib/state_kernel/wgsl.js
./src/math/Compute/_lib/state_kernel/wgsl.py
./src/math/Compute/_lib/true_range/__init__.py
./src/math/Compute/_lib/true_range/cpu.js
./src/math/Compute/_lib/true_range/cpu.py
./src/math/Compute/_lib/true_range/descriptor.js
./src/math/Compute/_lib/true_range/descriptor.py
./src/math/Compute/_lib/true_range/wgsl.js
./src/math/Compute/_lib/true_range/wgsl.py
./src/math/Compute/_lib/walkforward_full_fused/__init__.py
./src/math/Compute/_lib/walkforward_full_fused/cpu.py
./src/math/Compute/_lib/walkforward_full_fused/descriptor.py
./src/math/Compute/_lib/walkforward_full_fused/wgsl.py
./src/math/ISA/ISA.py
./src/math/ISA/ISA.toml
./src/math/ISA/_lib/__init__.py
./src/math/ISA/_lib/lowering.py
./src/math/Math/Math.py
./src/math/Math/Math.toml
./src/math/Math/__init__.py
./src/math/Stats/Stats.py
./src/math/Stats/Stats.toml
./src/math/Stats/__init__.py
./src/math/Stats/_lib/__init__.py
./src/math/Stats/_lib/stats_lib.py
./src/math/ZindiGaps/ZindiGaps.py
./src/math/ZindiGaps/ZindiGaps.toml
./src/math/ZindiGaps/_lib/__init__.py
./src/math/ZindiGaps/_lib/anchors.py
./src/math/ZindiGaps/_lib/searchsorted.py
./src/math/operations/Operations.py
./src/math/operations/Operations.toml
./src/math/operations/__init__.py
./src/math/operations/_lib/__init__.py
./src/math/operations/_lib/fft.py
./src/math/operations/_lib/histogram.py
./src/math/operations/_lib/matmul.py
./src/math/operations/_lib/scan_via_runtime.py
./src/math/operations/_lib/sort.py
./src/trading/Trading.py
./src/trading/Trading.toml
./src/trading/__init__.py
./src/trading/_lib/__init__.py
./src/trading/_lib/adx/__init__.py
./src/trading/_lib/adx/cpu.py
./src/trading/_lib/adx/descriptor.py
./src/trading/_lib/atr/__init__.py
./src/trading/_lib/atr/cpu.py
./src/trading/_lib/atr/descriptor.py
./src/trading/_lib/bollingerbands/__init__.py
./src/trading/_lib/bollingerbands/cpu.py
./src/trading/_lib/bollingerbands/descriptor.py
./src/trading/_lib/cci/__init__.py
./src/trading/_lib/cci/cpu.py
./src/trading/_lib/cci/descriptor.py
./src/trading/_lib/cci/wgsl.py
./src/trading/_lib/ema/__init__.py
./src/trading/_lib/ema/cpu.py
./src/trading/_lib/ema/descriptor.py
./src/trading/_lib/keltnerchannels/__init__.py
./src/trading/_lib/keltnerchannels/cpu.py
./src/trading/_lib/keltnerchannels/descriptor.py
./src/trading/_lib/macd/__init__.py
./src/trading/_lib/macd/cpu.py
./src/trading/_lib/macd/descriptor.py
./src/trading/_lib/momentum/__init__.py
./src/trading/_lib/momentum/cpu.py
./src/trading/_lib/momentum/descriptor.py
./src/trading/_lib/obv/__init__.py
./src/trading/_lib/obv/cpu.py
./src/trading/_lib/obv/descriptor.py
./src/trading/_lib/roc/__init__.py
./src/trading/_lib/roc/cpu.py
./src/trading/_lib/roc/descriptor.py
./src/trading/_lib/rsi/__init__.py
./src/trading/_lib/rsi/cpu.py
./src/trading/_lib/rsi/descriptor.py
./src/trading/_lib/sma/__init__.py
./src/trading/_lib/sma/cpu.py
./src/trading/_lib/sma/descriptor.py
./src/trading/_lib/stochastic/__init__.py
./src/trading/_lib/stochastic/cpu.py
./src/trading/_lib/stochastic/descriptor.py
./src/trading/_lib/supertrend/__init__.py
./src/trading/_lib/supertrend/cpu.py
./src/trading/_lib/supertrend/descriptor.py
./src/trading/_lib/vwap/__init__.py
./src/trading/_lib/vwap/cpu.py
./src/trading/_lib/vwap/descriptor.py
./src/trading/_lib/williamsr/__init__.py
./src/trading/_lib/williamsr/cpu.py
./src/trading/_lib/williamsr/descriptor.py
numfast.egg-info/PKG-INFO
numfast.egg-info/SOURCES.txt
numfast.egg-info/dependency_links.txt
numfast.egg-info/requires.txt
numfast.egg-info/top_level.txt
src/_kernel.py
src/Vis/Vis.py
src/Vis/Vis.toml
src/Vis/__init__.py
src/Vis/_lib/__init__.py
src/Vis/_lib/_client.js
src/Vis/_lib/_client.py
src/Vis/_lib/_gpu_downsample.py
src/Vis/_lib/_renderer.py
src/Vis/_lib/_shaders.py
src/Vis/_lib/_viewport_agg.py
src/_core/__init__.py
src/_core/column_view.py
src/_core/compression.py
src/_core/container.py
src/_core/context.py
src/_core/kernel.py
src/_core/series_proxy.py
src/_core/series_types.py
src/_core/visualizer.py
src/_core/backend/__init__.py
src/_core/backend/_numpy.py
src/_core/backend/_wgpu.py
src/_main/__init__.py
src/_main/_main.py
src/_main/_main.toml
src/_main/_lib/main_lib.py
src/api/_runner.js
src/api/creation.js
src/api/diagnostics.js
src/api/math.js
src/api/series.js
src/api/webgpu_driver.js
src/core/Agent/Agent.py
src/core/Agent/Agent.toml
src/core/Agent/__init__.py
src/core/Agent/_lib/__init__.py
src/core/Agent/_lib/project.py
src/core/Agent/_lib/session.py
src/core/Agent/_lib/workspace.py
src/core/Creation/Creation.py
src/core/Creation/Creation.toml
src/core/Creation/_lib/__init__.py
src/core/Creation/_lib/api.py
src/core/Creation/_lib/array.py
src/core/Creation/_lib/bridge.py
src/core/Filter/Filter.py
src/core/Filter/Filter.toml
src/core/Filter/__init__.py
src/core/Filter/_lib/__init__.py
src/core/Filter/_lib/filter.py
src/core/Filter/_lib/select.py
src/core/GroupBy/GroupBy.py
src/core/GroupBy/GroupBy.toml
src/core/GroupBy/_lib/__init__.py
src/core/GroupBy/_lib/groupby.py
src/core/Loader/Loader.py
src/core/Loader/Loader.toml
src/core/Loader/_lib/__init__.py
src/core/Loader/_lib/dzst.py
src/core/Mods/Mods.py
src/core/Mods/Mods.toml
src/core/Mods/__init__.py
src/core/Mods/_lib/__init__.py
src/core/Mods/_lib/mods_lib.py
src/core/Pipeline/Pipeline.py
src/core/Pipeline/Pipeline.toml
src/core/Pipeline/__init__.py
src/core/Pipeline/_lib/__init__.py
src/core/Pipeline/_lib/dispatcher.py
src/core/Pipeline/_lib/pipeline.py
src/core/Proxy/Proxy.py
src/core/Proxy/Proxy.toml
src/core/Proxy/__init__.py
src/core/Proxy/_lib/__init__.py
src/core/Proxy/_lib/proxy_lib.py
src/core/Runtime/Runtime.js
src/core/Runtime/Runtime.py
src/core/Runtime/Runtime.toml
src/core/Runtime/__init__.py
src/core/Runtime/_lib/__init__.py
src/core/Runtime/_lib/builder.py
src/core/Runtime/_lib/compiler.py
src/core/Runtime/_lib/exec_graph.py
src/core/Runtime/_lib/exec_graph_serde.py
src/core/Runtime/_lib/execution_scheduler.py
src/core/Runtime/_lib/harness.py
src/core/Runtime/_lib/memory.py
src/core/Runtime/_lib/mod_iface.js
src/core/Runtime/_lib/mod_iface.py
src/core/Runtime/_lib/optimizer.py
src/core/Runtime/_lib/packet.py
src/core/Runtime/_lib/planner.py
src/core/Runtime/_lib/profiler.py
src/core/Runtime/_lib/runtime.py
src/core/Runtime/_lib/scheduler.py
src/core/Runtime/_lib/task.py
src/core/Runtime/_lib/Drivers/__init__.py
src/core/Runtime/_lib/Drivers/base.py
src/core/Runtime/_lib/Drivers/CPU/CPU.py
src/core/Runtime/_lib/Drivers/CPU/CPU.toml
src/core/Runtime/_lib/Drivers/CPU/__init__.py
src/core/Runtime/_lib/Drivers/CPU/_lib/__init__.py
src/core/Runtime/_lib/Drivers/CPU/_lib/cpu_driver.py
src/core/Runtime/_lib/Drivers/CPU/_lib/cpu_memory.py
src/core/Runtime/_lib/Drivers/CPU/_lib/thread_pool.py
src/core/Runtime/_lib/Drivers/CPU/_lib/worker_pool.py
src/core/Runtime/_lib/Drivers/CUDA/__init__.py
src/core/Runtime/_lib/Drivers/CUDA/_lib/__init__.py
src/core/Runtime/_lib/Drivers/CUDA/_lib/cuda_driver.py
src/core/Runtime/_lib/Drivers/Metal/__init__.py
src/core/Runtime/_lib/Drivers/Metal/_lib/__init__.py
src/core/Runtime/_lib/Drivers/Metal/_lib/metal_driver.py
src/core/Runtime/_lib/Drivers/OpenCL/__init__.py
src/core/Runtime/_lib/Drivers/OpenCL/_lib/__init__.py
src/core/Runtime/_lib/Drivers/OpenCL/_lib/opencl_driver.py
src/core/Runtime/_lib/Drivers/WebGPU/__init__.py
src/core/Runtime/_lib/Drivers/WebGPU/_lib/__init__.py
src/core/Runtime/_lib/Drivers/WebGPU/_lib/gpu_buffer_pool.py
src/core/Runtime/_lib/Drivers/WebGPU/_lib/wgpu_driver.py
src/core/Runtime/_lib/Drivers/WebGPU/_lib/wgsl_serializer.py
src/core/Runtime/_lib/ast/__init__.py
src/core/Runtime/_lib/ast/ast_nodes.py
src/core/Runtime/_lib/ast/cpu_gen.py
src/core/Runtime/_lib/ast/optimizer.py
src/core/Runtime/_lib/ast/parser.py
src/core/Runtime/_lib/ast/wgsl_gen.py
src/core/Runtime/_lib/quote_table/__init__.py
src/core/Runtime/_lib/quote_table/qt_resolver.py
src/core/Series/Series.py
src/core/Series/Series.toml
src/core/Series/__init__.py
src/core/Series/_lib/__init__.py
src/core/Series/_lib/base_series.py
src/core/Series/_lib/executor.py
src/core/Series/_lib/expr.py
src/core/Series/_lib/image_series.py
src/core/Series/_lib/math_ops.py
src/core/Series/_lib/numeric_series.py
src/core/Series/_lib/object_series.py
src/core/Series/_lib/series_lib.py
src/core/Series/_lib/tensor_series.py
src/core/Series/_lib/text_series.py
src/core/Storage/Storage.py
src/core/Storage/Storage.toml
src/core/Storage/__init__.py
src/core/Storage/_lib/__init__.py
src/core/Storage/_lib/accessor.py
src/core/Storage/_lib/column.py
src/core/Storage/_lib/optimize.py
src/core/Storage/_lib/packing.py
src/core/Storage/_lib/table.py
src/core/Tables/Tables.py
src/core/Tables/Tables.toml
src/core/Tables/__init__.py
src/core/Tables/_lib/__init__.py
src/core/Tables/_lib/tables_lib.py
src/core/TopK/TopK.py
src/core/TopK/TopK.toml
src/core/TopK/_lib/__init__.py
src/core/TopK/_lib/topk.py
src/core/WalkForwardFullFused/WalkForwardFullFused.py
src/core/WalkForwardFullFused/WalkForwardFullFused.toml
src/core/WalkForwardFullFused/_lib/__init__.py
src/core/WalkForwardFullFused/_lib/walkforward_full_fused.py
src/math/__init__.py
src/math/AST/AST.py
src/math/AST/AST.toml
src/math/AST/_lib/__init__.py
src/math/AST/_lib/ast_nodes.py
src/math/AST/_lib/compiler.py
src/math/AST/_lib/evaluator.py
src/math/AST/_lib/parser.py
src/math/Benchmarks/__init__.py
src/math/Benchmarks/ast_compile_bench.py
src/math/Benchmarks/ast_parse_bench.py
src/math/Benchmarks/bench_elementwise.py
src/math/Benchmarks/bench_reduce.py
src/math/Benchmarks/expression_bench.py
src/math/Benchmarks/indicator_bench.py
src/math/Benchmarks/isa_exec_bench.py
src/math/Benchmarks/quote_table_bench.py
src/math/Benchmarks/run_all.py
src/math/Benchmarks/_lib/__init__.py
src/math/Benchmarks/_lib/benchmark_base.py
src/math/Benchmarks/_lib/data_gen.py
src/math/Compute/Compute.js
src/math/Compute/Compute.py
src/math/Compute/Compute.toml
src/math/Compute/__init__.py
src/math/Compute/_lib/__init__.py
src/math/Compute/_lib/argminmax/__init__.py
src/math/Compute/_lib/argminmax/cpu.js
src/math/Compute/_lib/argminmax/cpu.py
src/math/Compute/_lib/argminmax/descriptor.js
src/math/Compute/_lib/argminmax/descriptor.py
src/math/Compute/_lib/argminmax/wgsl.js
src/math/Compute/_lib/argminmax/wgsl.py
src/math/Compute/_lib/clamp/__init__.py
src/math/Compute/_lib/clamp/cpu.js
src/math/Compute/_lib/clamp/cpu.py
src/math/Compute/_lib/clamp/descriptor.js
src/math/Compute/_lib/clamp/descriptor.py
src/math/Compute/_lib/clamp/wgsl.js
src/math/Compute/_lib/clamp/wgsl.py
src/math/Compute/_lib/combine/__init__.py
src/math/Compute/_lib/combine/cpu.js
src/math/Compute/_lib/combine/cpu.py
src/math/Compute/_lib/combine/descriptor.js
src/math/Compute/_lib/combine/descriptor.py
src/math/Compute/_lib/combine/wgsl.js
src/math/Compute/_lib/combine/wgsl.py
src/math/Compute/_lib/compare/__init__.py
src/math/Compute/_lib/compare/cpu.js
src/math/Compute/_lib/compare/cpu.py
src/math/Compute/_lib/compare/descriptor.js
src/math/Compute/_lib/compare/descriptor.py
src/math/Compute/_lib/compare/wgsl.js
src/math/Compute/_lib/compare/wgsl.py
src/math/Compute/_lib/expression/__init__.py
src/math/Compute/_lib/expression/cpu.js
src/math/Compute/_lib/expression/cpu.py
src/math/Compute/_lib/expression/descriptor.js
src/math/Compute/_lib/expression/descriptor.py
src/math/Compute/_lib/expression/wgsl.js
src/math/Compute/_lib/expression/wgsl.py
src/math/Compute/_lib/fft/__init__.py
src/math/Compute/_lib/fft/cpu.js
src/math/Compute/_lib/fft/cpu.py
src/math/Compute/_lib/fft/descriptor.js
src/math/Compute/_lib/fft/descriptor.py
src/math/Compute/_lib/fft/wgsl.js
src/math/Compute/_lib/fft/wgsl.py
src/math/Compute/_lib/fill/__init__.py
src/math/Compute/_lib/fill/cpu.js
src/math/Compute/_lib/fill/cpu.py
src/math/Compute/_lib/fill/descriptor.js
src/math/Compute/_lib/fill/descriptor.py
src/math/Compute/_lib/fill/wgsl.js
src/math/Compute/_lib/fill/wgsl.py
src/math/Compute/_lib/gather/__init__.py
src/math/Compute/_lib/gather/cpu.js
src/math/Compute/_lib/gather/cpu.py
src/math/Compute/_lib/gather/descriptor.js
src/math/Compute/_lib/gather/descriptor.py
src/math/Compute/_lib/gather/wgsl.js
src/math/Compute/_lib/gather/wgsl.py
src/math/Compute/_lib/histogram/__init__.py
src/math/Compute/_lib/histogram/cpu.js
src/math/Compute/_lib/histogram/cpu.py
src/math/Compute/_lib/histogram/descriptor.js
src/math/Compute/_lib/histogram/descriptor.py
src/math/Compute/_lib/histogram/wgsl.js
src/math/Compute/_lib/histogram/wgsl.py
src/math/Compute/_lib/index_kernel/__init__.py
src/math/Compute/_lib/index_kernel/cpu.js
src/math/Compute/_lib/index_kernel/cpu.py
src/math/Compute/_lib/index_kernel/descriptor.js
src/math/Compute/_lib/index_kernel/descriptor.py
src/math/Compute/_lib/index_kernel/wgsl.js
src/math/Compute/_lib/index_kernel/wgsl.py
src/math/Compute/_lib/logical_and/__init__.py
src/math/Compute/_lib/logical_and/cpu.js
src/math/Compute/_lib/logical_and/cpu.py
src/math/Compute/_lib/logical_and/descriptor.js
src/math/Compute/_lib/logical_and/descriptor.py
src/math/Compute/_lib/logical_and/wgsl.js
src/math/Compute/_lib/logical_and/wgsl.py
src/math/Compute/_lib/logical_or/__init__.py
src/math/Compute/_lib/logical_or/cpu.js
src/math/Compute/_lib/logical_or/cpu.py
src/math/Compute/_lib/logical_or/descriptor.js
src/math/Compute/_lib/logical_or/descriptor.py
src/math/Compute/_lib/logical_or/wgsl.js
src/math/Compute/_lib/logical_or/wgsl.py
src/math/Compute/_lib/map/__init__.py
src/math/Compute/_lib/map/cpu.js
src/math/Compute/_lib/map/cpu.py
src/math/Compute/_lib/map/descriptor.js
src/math/Compute/_lib/map/descriptor.py
src/math/Compute/_lib/map/wgsl.js
src/math/Compute/_lib/map/wgsl.py
src/math/Compute/_lib/map_binary/__init__.py
src/math/Compute/_lib/map_binary/cpu.js
src/math/Compute/_lib/map_binary/cpu.py
src/math/Compute/_lib/map_binary/descriptor.js
src/math/Compute/_lib/map_binary/descriptor.py
src/math/Compute/_lib/map_binary/wgsl.js
src/math/Compute/_lib/map_binary/wgsl.py
src/math/Compute/_lib/mask/__init__.py
src/math/Compute/_lib/mask/cpu.js
src/math/Compute/_lib/mask/cpu.py
src/math/Compute/_lib/mask/descriptor.js
src/math/Compute/_lib/mask/descriptor.py
src/math/Compute/_lib/mask/wgsl.js
src/math/Compute/_lib/mask/wgsl.py
src/math/Compute/_lib/matmul/__init__.py
src/math/Compute/_lib/matmul/cpu.js
src/math/Compute/_lib/matmul/cpu.py
src/math/Compute/_lib/matmul/descriptor.js
src/math/Compute/_lib/matmul/descriptor.py
src/math/Compute/_lib/matmul/wgsl.js
src/math/Compute/_lib/matmul/wgsl.py
src/math/Compute/_lib/random_kernel/__init__.py
src/math/Compute/_lib/random_kernel/cpu.js
src/math/Compute/_lib/random_kernel/cpu.py
src/math/Compute/_lib/random_kernel/descriptor.js
src/math/Compute/_lib/random_kernel/descriptor.py
src/math/Compute/_lib/random_kernel/wgsl.js
src/math/Compute/_lib/random_kernel/wgsl.py
src/math/Compute/_lib/reduce/__init__.py
src/math/Compute/_lib/reduce/cpu.js
src/math/Compute/_lib/reduce/cpu.py
src/math/Compute/_lib/reduce/descriptor.js
src/math/Compute/_lib/reduce/descriptor.py
src/math/Compute/_lib/reduce/wgsl.js
src/math/Compute/_lib/reduce/wgsl.py
src/math/Compute/_lib/rolling_max/__init__.py
src/math/Compute/_lib/rolling_max/cpu.js
src/math/Compute/_lib/rolling_max/cpu.py
src/math/Compute/_lib/rolling_max/descriptor.js
src/math/Compute/_lib/rolling_max/descriptor.py
src/math/Compute/_lib/rolling_max/wgsl.js
src/math/Compute/_lib/rolling_max/wgsl.py
src/math/Compute/_lib/rolling_min/__init__.py
src/math/Compute/_lib/rolling_min/cpu.js
src/math/Compute/_lib/rolling_min/cpu.py
src/math/Compute/_lib/rolling_min/descriptor.js
src/math/Compute/_lib/rolling_min/descriptor.py
src/math/Compute/_lib/rolling_min/wgsl.js
src/math/Compute/_lib/rolling_min/wgsl.py
src/math/Compute/_lib/rolling_stddev/__init__.py
src/math/Compute/_lib/rolling_stddev/cpu.js
src/math/Compute/_lib/rolling_stddev/cpu.py
src/math/Compute/_lib/rolling_stddev/descriptor.js
src/math/Compute/_lib/rolling_stddev/descriptor.py
src/math/Compute/_lib/rolling_stddev/wgsl.js
src/math/Compute/_lib/rolling_stddev/wgsl.py
src/math/Compute/_lib/rolling_sum/__init__.py
src/math/Compute/_lib/rolling_sum/cpu.js
src/math/Compute/_lib/rolling_sum/cpu.py
src/math/Compute/_lib/rolling_sum/descriptor.js
src/math/Compute/_lib/rolling_sum/descriptor.py
src/math/Compute/_lib/rolling_sum/wgsl.js
src/math/Compute/_lib/rolling_sum/wgsl.py
src/math/Compute/_lib/scan/__init__.py
src/math/Compute/_lib/scan/cpu.js
src/math/Compute/_lib/scan/cpu.py
src/math/Compute/_lib/scan/descriptor.js
src/math/Compute/_lib/scan/descriptor.py
src/math/Compute/_lib/scan/wgsl.js
src/math/Compute/_lib/scan/wgsl.py
src/math/Compute/_lib/scatter/__init__.py
src/math/Compute/_lib/scatter/cpu.js
src/math/Compute/_lib/scatter/cpu.py
src/math/Compute/_lib/scatter/descriptor.js
src/math/Compute/_lib/scatter/descriptor.py
src/math/Compute/_lib/scatter/wgsl.js
src/math/Compute/_lib/scatter/wgsl.py
src/math/Compute/_lib/shift/__init__.py
src/math/Compute/_lib/shift/cpu.js
src/math/Compute/_lib/shift/cpu.py
src/math/Compute/_lib/shift/descriptor.js
src/math/Compute/_lib/shift/descriptor.py
src/math/Compute/_lib/shift/wgsl.js
src/math/Compute/_lib/shift/wgsl.py
src/math/Compute/_lib/sort/__init__.py
src/math/Compute/_lib/sort/cpu.js
src/math/Compute/_lib/sort/cpu.py
src/math/Compute/_lib/sort/descriptor.js
src/math/Compute/_lib/sort/descriptor.py
src/math/Compute/_lib/sort/wgsl.js
src/math/Compute/_lib/sort/wgsl.py
src/math/Compute/_lib/state_kernel/__init__.py
src/math/Compute/_lib/state_kernel/cpu.js
src/math/Compute/_lib/state_kernel/cpu.py
src/math/Compute/_lib/state_kernel/descriptor.js
src/math/Compute/_lib/state_kernel/descriptor.py
src/math/Compute/_lib/state_kernel/wgsl.js
src/math/Compute/_lib/state_kernel/wgsl.py
src/math/Compute/_lib/true_range/__init__.py
src/math/Compute/_lib/true_range/cpu.js
src/math/Compute/_lib/true_range/cpu.py
src/math/Compute/_lib/true_range/descriptor.js
src/math/Compute/_lib/true_range/descriptor.py
src/math/Compute/_lib/true_range/wgsl.js
src/math/Compute/_lib/true_range/wgsl.py
src/math/Compute/_lib/walkforward_full_fused/__init__.py
src/math/Compute/_lib/walkforward_full_fused/cpu.py
src/math/Compute/_lib/walkforward_full_fused/descriptor.py
src/math/Compute/_lib/walkforward_full_fused/wgsl.py
src/math/ISA/ISA.py
src/math/ISA/ISA.toml
src/math/ISA/_lib/__init__.py
src/math/ISA/_lib/lowering.py
src/math/Math/Math.py
src/math/Math/Math.toml
src/math/Math/__init__.py
src/math/Stats/Stats.py
src/math/Stats/Stats.toml
src/math/Stats/__init__.py
src/math/Stats/_lib/__init__.py
src/math/Stats/_lib/stats_lib.py
src/math/ZindiGaps/ZindiGaps.py
src/math/ZindiGaps/ZindiGaps.toml
src/math/ZindiGaps/_lib/__init__.py
src/math/ZindiGaps/_lib/anchors.py
src/math/ZindiGaps/_lib/searchsorted.py
src/math/operations/Operations.py
src/math/operations/Operations.toml
src/math/operations/__init__.py
src/math/operations/_lib/__init__.py
src/math/operations/_lib/fft.py
src/math/operations/_lib/histogram.py
src/math/operations/_lib/matmul.py
src/math/operations/_lib/scan_via_runtime.py
src/math/operations/_lib/sort.py
src/trading/Trading.py
src/trading/Trading.toml
src/trading/__init__.py
src/trading/_lib/__init__.py
src/trading/_lib/adx/__init__.py
src/trading/_lib/adx/cpu.py
src/trading/_lib/adx/descriptor.py
src/trading/_lib/atr/__init__.py
src/trading/_lib/atr/cpu.py
src/trading/_lib/atr/descriptor.py
src/trading/_lib/bollingerbands/__init__.py
src/trading/_lib/bollingerbands/cpu.py
src/trading/_lib/bollingerbands/descriptor.py
src/trading/_lib/cci/__init__.py
src/trading/_lib/cci/cpu.py
src/trading/_lib/cci/descriptor.py
src/trading/_lib/cci/wgsl.py
src/trading/_lib/ema/__init__.py
src/trading/_lib/ema/cpu.py
src/trading/_lib/ema/descriptor.py
src/trading/_lib/keltnerchannels/__init__.py
src/trading/_lib/keltnerchannels/cpu.py
src/trading/_lib/keltnerchannels/descriptor.py
src/trading/_lib/macd/__init__.py
src/trading/_lib/macd/cpu.py
src/trading/_lib/macd/descriptor.py
src/trading/_lib/momentum/__init__.py
src/trading/_lib/momentum/cpu.py
src/trading/_lib/momentum/descriptor.py
src/trading/_lib/obv/__init__.py
src/trading/_lib/obv/cpu.py
src/trading/_lib/obv/descriptor.py
src/trading/_lib/roc/__init__.py
src/trading/_lib/roc/cpu.py
src/trading/_lib/roc/descriptor.py
src/trading/_lib/rsi/__init__.py
src/trading/_lib/rsi/cpu.py
src/trading/_lib/rsi/descriptor.py
src/trading/_lib/sma/__init__.py
src/trading/_lib/sma/cpu.py
src/trading/_lib/sma/descriptor.py
src/trading/_lib/stochastic/__init__.py
src/trading/_lib/stochastic/cpu.py
src/trading/_lib/stochastic/descriptor.py
src/trading/_lib/supertrend/__init__.py
src/trading/_lib/supertrend/cpu.py
src/trading/_lib/supertrend/descriptor.py
src/trading/_lib/vwap/__init__.py
src/trading/_lib/vwap/cpu.py
src/trading/_lib/vwap/descriptor.py
src/trading/_lib/williamsr/__init__.py
src/trading/_lib/williamsr/cpu.py
src/trading/_lib/williamsr/descriptor.py
tests/test_array_creation_functional.py
tests/test_array_creation_fuzz.py
tests/test_array_creation_h2d.py
tests/test_array_creation_profile.py
tests/test_array_creation_resource_failure.py
tests/test_ast_integration.py
tests/test_backend.py
tests/test_backtest_migration_functional.py
tests/test_backtest_migration_parity.py
tests/test_backtest_migration_profile.py
tests/test_backtest_migration_resource.py
tests/test_compression.py
tests/test_context.py
tests/test_docs_examples.py
tests/test_execute_fused.py
tests/test_execution_scheduler.py
tests/test_executor.py
tests/test_expr.py
tests/test_gpu_buffer_pool.py
tests/test_gpu_math.py
tests/test_groupby_benchmark.py
tests/test_groupby_consumers.py
tests/test_groupby_functional.py
tests/test_groupby_fuzz.py
tests/test_groupby_profile.py
tests/test_groupby_resource_failure.py
tests/test_i64_precision.py
tests/test_kernel.py
tests/test_main.py
tests/test_mods.py
tests/test_phase2_execution_contract.py
tests/test_phase3_builder_slice.py
tests/test_phase4_f062.py
tests/test_phase4_map_fuzz.py
tests/test_phase4_map_profile.py
tests/test_phase4_map_resource_failure.py
tests/test_phase4_mapbinary_functional.py
tests/test_phase4_mapbinary_fuzz.py
tests/test_phase4_mapbinary_profile.py
tests/test_phase4_mapbinary_resource_failure.py
tests/test_phase4_matmul_consumers.py
tests/test_phase4_matmul_functional.py
tests/test_phase4_matmul_fuzz.py
tests/test_phase4_matmul_profile.py
tests/test_phase4_matmul_resource_failure.py
tests/test_phase4_profile.py
tests/test_phase4_q1_fix.py
tests/test_phase4_reduce_functional.py
tests/test_phase4_reduce_fuzz.py
tests/test_phase4_reduce_profile.py
tests/test_phase4_reduce_resource_failure.py
tests/test_phase4_resource_failure.py
tests/test_phase4_rollingstddev_consumers.py
tests/test_phase4_rollingstddev_functional.py
tests/test_phase4_rollingstddev_fuzz.py
tests/test_phase4_rollingstddev_profile.py
tests/test_phase4_rollingstddev_resource_failure.py
tests/test_phase4_rollingsum_consumers.py
tests/test_phase4_rollingsum_functional.py
tests/test_phase4_rollingsum_fuzz.py
tests/test_phase4_rollingsum_profile.py
tests/test_phase4_rollingsum_resource_failure.py
tests/test_phase4_scan_fuzz.py
tests/test_phase4_statekernel_consumers.py
tests/test_phase4_statekernel_functional.py
tests/test_phase4_statekernel_fuzz.py
tests/test_phase4_statekernel_profile.py
tests/test_phase4_statekernel_resource_failure.py
tests/test_phase5_loader_functional.py
tests/test_phase5_loader_fuzz.py
tests/test_phase5_loader_profile.py
tests/test_phase5_loader_real.py
tests/test_phase5_loader_resource_failure.py
tests/test_phase5_series_boundary.py
tests/test_phase5_series_functional.py
tests/test_phase5_series_fuzz.py
tests/test_phase5_series_profile.py
tests/test_phase5_series_real.py
tests/test_phase5_series_resource_failure.py
tests/test_phase5_storage_functional.py
tests/test_phase5_storage_fuzz.py
tests/test_phase5_storage_profile.py
tests/test_phase5_storage_resource_failure.py
tests/test_proxy.py
tests/test_public_api.py
tests/test_public_api_series.py
tests/test_qt_readonly.py
tests/test_s204_zero_input_plans.py
tests/test_series.py
tests/test_series_types.py
tests/test_stats.py
tests/test_tables.py
tests/test_topk_benchmark.py
tests/test_topk_consumers.py
tests/test_topk_functional.py
tests/test_topk_fuzz.py
tests/test_topk_profile.py
tests/test_topk_resource_failure.py
tests/test_walkforward_1fold_functional.py
tests/test_walkforward_1fold_parity.py
tests/test_walkforward_1fold_profile.py
tests/test_walkforward_1fold_resource.py
tests/test_wgpu_compute.py