MANIFEST.in
README.rst
pyproject.toml
setup.cfg
setup.py
versioneer.py
mars/__init__.py
mars/_utils.pxd
mars/_utils.pyx
mars/_version.py
mars/config.py
mars/config.yml
mars/conftest.py
mars/opcodes.py
mars/resource.py
mars/session.py
mars/typing.py
mars/utils.py
mars/contrib/__init__.py
mars/contrib/dask/__init__.py
mars/contrib/dask/converter.py
mars/contrib/dask/scheduler.py
mars/contrib/dask/utils.py
mars/core/__init__.py
mars/core/base.py
mars/core/context.py
mars/core/custom_log.py
mars/core/entrypoints.py
mars/core/mode.py
mars/core/entity/__init__.py
mars/core/entity/chunks.py
mars/core/entity/core.py
mars/core/entity/executable.py
mars/core/entity/fuse.py
mars/core/entity/objects.py
mars/core/entity/output_types.py
mars/core/entity/tileables.py
mars/core/entity/utils.py
mars/core/graph/__init__.py
mars/core/graph/core.pyx
mars/core/graph/entity.py
mars/core/graph/builder/__init__.py
mars/core/graph/builder/base.py
mars/core/graph/builder/chunk.py
mars/core/graph/builder/tileable.py
mars/core/graph/builder/utils.py
mars/core/operand/__init__.py
mars/core/operand/base.py
mars/core/operand/core.py
mars/core/operand/fetch.py
mars/core/operand/fuse.py
mars/core/operand/objects.py
mars/core/operand/shuffle.py
mars/dataframe/__init__.py
mars/dataframe/align.py
mars/dataframe/arrays.py
mars/dataframe/core.py
mars/dataframe/initializer.py
mars/dataframe/operands.py
mars/dataframe/utils.py
mars/dataframe/arithmetic/__init__.py
mars/dataframe/arithmetic/abs.py
mars/dataframe/arithmetic/add.py
mars/dataframe/arithmetic/arccos.py
mars/dataframe/arithmetic/arccosh.py
mars/dataframe/arithmetic/arcsin.py
mars/dataframe/arithmetic/arcsinh.py
mars/dataframe/arithmetic/arctan.py
mars/dataframe/arithmetic/arctanh.py
mars/dataframe/arithmetic/around.py
mars/dataframe/arithmetic/bitwise_and.py
mars/dataframe/arithmetic/bitwise_or.py
mars/dataframe/arithmetic/bitwise_xor.py
mars/dataframe/arithmetic/ceil.py
mars/dataframe/arithmetic/core.py
mars/dataframe/arithmetic/cos.py
mars/dataframe/arithmetic/cosh.py
mars/dataframe/arithmetic/degrees.py
mars/dataframe/arithmetic/docstring.py
mars/dataframe/arithmetic/dot.py
mars/dataframe/arithmetic/equal.py
mars/dataframe/arithmetic/exp.py
mars/dataframe/arithmetic/exp2.py
mars/dataframe/arithmetic/expm1.py
mars/dataframe/arithmetic/floor.py
mars/dataframe/arithmetic/floordiv.py
mars/dataframe/arithmetic/greater.py
mars/dataframe/arithmetic/greater_equal.py
mars/dataframe/arithmetic/invert.py
mars/dataframe/arithmetic/is_ufuncs.py
mars/dataframe/arithmetic/less.py
mars/dataframe/arithmetic/less_equal.py
mars/dataframe/arithmetic/log.py
mars/dataframe/arithmetic/log10.py
mars/dataframe/arithmetic/log2.py
mars/dataframe/arithmetic/mod.py
mars/dataframe/arithmetic/multiply.py
mars/dataframe/arithmetic/negative.py
mars/dataframe/arithmetic/not_equal.py
mars/dataframe/arithmetic/power.py
mars/dataframe/arithmetic/radians.py
mars/dataframe/arithmetic/sin.py
mars/dataframe/arithmetic/sinh.py
mars/dataframe/arithmetic/sqrt.py
mars/dataframe/arithmetic/subtract.py
mars/dataframe/arithmetic/tan.py
mars/dataframe/arithmetic/tanh.py
mars/dataframe/arithmetic/truediv.py
mars/dataframe/base/__init__.py
mars/dataframe/base/_duplicate.py
mars/dataframe/base/accessor.py
mars/dataframe/base/apply.py
mars/dataframe/base/astype.py
mars/dataframe/base/cartesian_chunk.py
mars/dataframe/base/check_monotonic.py
mars/dataframe/base/core.py
mars/dataframe/base/cut.py
mars/dataframe/base/datetimes.py
mars/dataframe/base/describe.py
mars/dataframe/base/diff.py
mars/dataframe/base/drop.py
mars/dataframe/base/drop_duplicates.py
mars/dataframe/base/duplicated.py
mars/dataframe/base/eval.py
mars/dataframe/base/explode.py
mars/dataframe/base/get_dummies.py
mars/dataframe/base/isin.py
mars/dataframe/base/map.py
mars/dataframe/base/map_chunk.py
mars/dataframe/base/melt.py
mars/dataframe/base/memory_usage.py
mars/dataframe/base/pct_change.py
mars/dataframe/base/qcut.py
mars/dataframe/base/rebalance.py
mars/dataframe/base/rechunk.py
mars/dataframe/base/select_dtypes.py
mars/dataframe/base/shift.py
mars/dataframe/base/stack.py
mars/dataframe/base/standardize_range_index.py
mars/dataframe/base/string_.py
mars/dataframe/base/to_cpu.py
mars/dataframe/base/to_gpu.py
mars/dataframe/base/to_numeric.py
mars/dataframe/base/transform.py
mars/dataframe/base/transpose.py
mars/dataframe/base/value_counts.py
mars/dataframe/contrib/__init__.py
mars/dataframe/contrib/raydataset/__init__.py
mars/dataframe/contrib/raydataset/dataset.py
mars/dataframe/contrib/raydataset/mldataset.py
mars/dataframe/datasource/__init__.py
mars/dataframe/datasource/core.py
mars/dataframe/datasource/dataframe.py
mars/dataframe/datasource/date_range.py
mars/dataframe/datasource/from_index.py
mars/dataframe/datasource/from_records.py
mars/dataframe/datasource/from_tensor.py
mars/dataframe/datasource/from_vineyard.py
mars/dataframe/datasource/index.py
mars/dataframe/datasource/read_csv.py
mars/dataframe/datasource/read_parquet.py
mars/dataframe/datasource/read_raydataset.py
mars/dataframe/datasource/read_sql.py
mars/dataframe/datasource/series.py
mars/dataframe/datastore/__init__.py
mars/dataframe/datastore/to_csv.py
mars/dataframe/datastore/to_parquet.py
mars/dataframe/datastore/to_sql.py
mars/dataframe/datastore/to_vineyard.py
mars/dataframe/fetch/__init__.py
mars/dataframe/fetch/core.py
mars/dataframe/groupby/__init__.py
mars/dataframe/groupby/aggregation.py
mars/dataframe/groupby/apply.py
mars/dataframe/groupby/core.py
mars/dataframe/groupby/cum.py
mars/dataframe/groupby/fill.py
mars/dataframe/groupby/getitem.py
mars/dataframe/groupby/head.py
mars/dataframe/groupby/sample.py
mars/dataframe/groupby/transform.py
mars/dataframe/indexing/__init__.py
mars/dataframe/indexing/add_prefix.py
mars/dataframe/indexing/at.py
mars/dataframe/indexing/getitem.py
mars/dataframe/indexing/iat.py
mars/dataframe/indexing/iloc.py
mars/dataframe/indexing/index_lib.py
mars/dataframe/indexing/insert.py
mars/dataframe/indexing/loc.py
mars/dataframe/indexing/reindex.py
mars/dataframe/indexing/rename.py
mars/dataframe/indexing/rename_axis.py
mars/dataframe/indexing/reset_index.py
mars/dataframe/indexing/sample.py
mars/dataframe/indexing/set_axis.py
mars/dataframe/indexing/set_index.py
mars/dataframe/indexing/setitem.py
mars/dataframe/indexing/utils.py
mars/dataframe/indexing/where.py
mars/dataframe/merge/__init__.py
mars/dataframe/merge/append.py
mars/dataframe/merge/concat.py
mars/dataframe/merge/merge.py
mars/dataframe/missing/__init__.py
mars/dataframe/missing/checkna.py
mars/dataframe/missing/dropna.py
mars/dataframe/missing/fillna.py
mars/dataframe/missing/replace.py
mars/dataframe/plotting/__init__.py
mars/dataframe/plotting/core.py
mars/dataframe/reduction/__init__.py
mars/dataframe/reduction/aggregation.py
mars/dataframe/reduction/all.py
mars/dataframe/reduction/any.py
mars/dataframe/reduction/core.py
mars/dataframe/reduction/count.py
mars/dataframe/reduction/cummax.py
mars/dataframe/reduction/cummin.py
mars/dataframe/reduction/cumprod.py
mars/dataframe/reduction/cumsum.py
mars/dataframe/reduction/custom_reduction.py
mars/dataframe/reduction/kurtosis.py
mars/dataframe/reduction/max.py
mars/dataframe/reduction/mean.py
mars/dataframe/reduction/min.py
mars/dataframe/reduction/nunique.py
mars/dataframe/reduction/prod.py
mars/dataframe/reduction/reduction_size.py
mars/dataframe/reduction/sem.py
mars/dataframe/reduction/skew.py
mars/dataframe/reduction/std.py
mars/dataframe/reduction/str_concat.py
mars/dataframe/reduction/sum.py
mars/dataframe/reduction/unique.py
mars/dataframe/reduction/var.py
mars/dataframe/sort/__init__.py
mars/dataframe/sort/core.py
mars/dataframe/sort/psrs.py
mars/dataframe/sort/sort_index.py
mars/dataframe/sort/sort_values.py
mars/dataframe/statistics/__init__.py
mars/dataframe/statistics/corr.py
mars/dataframe/statistics/quantile.py
mars/dataframe/tseries/__init__.py
mars/dataframe/tseries/to_datetime.py
mars/dataframe/ufunc/__init__.py
mars/dataframe/ufunc/tensor.py
mars/dataframe/ufunc/ufunc.py
mars/dataframe/window/__init__.py
mars/dataframe/window/aggregation.py
mars/dataframe/window/core.py
mars/dataframe/window/ewm/__init__.py
mars/dataframe/window/ewm/aggregation.py
mars/dataframe/window/ewm/core.py
mars/dataframe/window/expanding/__init__.py
mars/dataframe/window/expanding/aggregation.py
mars/dataframe/window/expanding/core.py
mars/dataframe/window/rolling/__init__.py
mars/dataframe/window/rolling/aggregation.py
mars/dataframe/window/rolling/core.py
mars/deploy/__init__.py
mars/deploy/utils.py
mars/deploy/kubedl/__init__.py
mars/deploy/kubedl/client.py
mars/deploy/kubedl/config.py
mars/deploy/kubernetes/__init__.py
mars/deploy/kubernetes/client.py
mars/deploy/kubernetes/config.py
mars/deploy/kubernetes/config.yml
mars/deploy/kubernetes/core.py
mars/deploy/kubernetes/supervisor.py
mars/deploy/kubernetes/worker.py
mars/deploy/oscar/__init__.py
mars/deploy/oscar/base_config.yml
mars/deploy/oscar/cmdline.py
mars/deploy/oscar/config.yml
mars/deploy/oscar/local.py
mars/deploy/oscar/pool.py
mars/deploy/oscar/ray.py
mars/deploy/oscar/rayconfig.yml
mars/deploy/oscar/service.py
mars/deploy/oscar/session.py
mars/deploy/oscar/supervisor.py
mars/deploy/oscar/worker.py
mars/deploy/yarn/__init__.py
mars/deploy/yarn/client.py
mars/deploy/yarn/config.py
mars/deploy/yarn/config.yml
mars/deploy/yarn/core.py
mars/deploy/yarn/supervisor.py
mars/deploy/yarn/worker.py
mars/learn/__init__.py
mars/learn/base.py
mars/learn/operands.py
mars/learn/wrappers.py
mars/learn/cluster/__init__.py
mars/learn/cluster/_k_means_common.py
mars/learn/cluster/_k_means_elkan.pyx
mars/learn/cluster/_k_means_elkan_iter.py
mars/learn/cluster/_k_means_fast.pxd
mars/learn/cluster/_k_means_fast.pyx
mars/learn/cluster/_k_means_init.py
mars/learn/cluster/_k_means_lloyd.pyx
mars/learn/cluster/_k_means_lloyd_iter.py
mars/learn/cluster/_kmeans.py
mars/learn/contrib/__init__.py
mars/learn/contrib/utils.py
mars/learn/contrib/joblib/__init__.py
mars/learn/contrib/joblib/backend.py
mars/learn/contrib/lightgbm/__init__.py
mars/learn/contrib/lightgbm/_align.py
mars/learn/contrib/lightgbm/_predict.py
mars/learn/contrib/lightgbm/_train.py
mars/learn/contrib/lightgbm/classifier.py
mars/learn/contrib/lightgbm/core.py
mars/learn/contrib/lightgbm/ranker.py
mars/learn/contrib/lightgbm/regressor.py
mars/learn/contrib/pytorch/__init__.py
mars/learn/contrib/pytorch/dataset.py
mars/learn/contrib/pytorch/run_script.py
mars/learn/contrib/pytorch/sampler.py
mars/learn/contrib/statsmodels/__init__.py
mars/learn/contrib/statsmodels/api.py
mars/learn/contrib/statsmodels/predict.py
mars/learn/contrib/statsmodels/train.py
mars/learn/contrib/tensorflow/__init__.py
mars/learn/contrib/tensorflow/dataset.py
mars/learn/contrib/tensorflow/run_script.py
mars/learn/contrib/tsfresh/__init__.py
mars/learn/contrib/tsfresh/core.py
mars/learn/contrib/xgboost/__init__.py
mars/learn/contrib/xgboost/classifier.py
mars/learn/contrib/xgboost/core.py
mars/learn/contrib/xgboost/dmatrix.py
mars/learn/contrib/xgboost/predict.py
mars/learn/contrib/xgboost/regressor.py
mars/learn/contrib/xgboost/start_tracker.py
mars/learn/contrib/xgboost/tracker.py
mars/learn/contrib/xgboost/train.py
mars/learn/datasets/__init__.py
mars/learn/datasets/samples_generator.py
mars/learn/decomposition/__init__.py
mars/learn/decomposition/_base.py
mars/learn/decomposition/_pca.py
mars/learn/decomposition/_truncated_svd.py
mars/learn/ensemble/__init__.py
mars/learn/ensemble/_bagging.py
mars/learn/ensemble/_blockwise.py
mars/learn/ensemble/_iforest.py
mars/learn/glm/__init__.py
mars/learn/glm/_logistic.py
mars/learn/glm/_optimizers.py
mars/learn/linear_model/__init__.py
mars/learn/linear_model/_base.py
mars/learn/metrics/__init__.py
mars/learn/metrics/_base.py
mars/learn/metrics/_check_targets.py
mars/learn/metrics/_classification.py
mars/learn/metrics/_ranking.py
mars/learn/metrics/_regresssion.py
mars/learn/metrics/_scorer.py
mars/learn/metrics/pairwise/__init__.py
mars/learn/metrics/pairwise/core.py
mars/learn/metrics/pairwise/cosine.py
mars/learn/metrics/pairwise/euclidean.py
mars/learn/metrics/pairwise/haversine.py
mars/learn/metrics/pairwise/manhattan.py
mars/learn/metrics/pairwise/pairwise.py
mars/learn/metrics/pairwise/pairwise_distances_topk.py
mars/learn/metrics/pairwise/rbf_kernel.py
mars/learn/model_selection/__init__.py
mars/learn/model_selection/_split.py
mars/learn/neighbors/__init__.py
mars/learn/neighbors/_ball_tree.py
mars/learn/neighbors/_faiss.py
mars/learn/neighbors/_kd_tree.py
mars/learn/neighbors/_kneighbors_graph.py
mars/learn/neighbors/_proxima.py
mars/learn/neighbors/base.py
mars/learn/neighbors/tree.py
mars/learn/neighbors/unsupervised.py
mars/learn/preprocessing/__init__.py
mars/learn/preprocessing/_data.py
mars/learn/preprocessing/_label.py
mars/learn/preprocessing/normalize.py
mars/learn/proxima/__init__.py
mars/learn/proxima/core.py
mars/learn/proxima/simple_index/__init__.py
mars/learn/proxima/simple_index/builder.py
mars/learn/proxima/simple_index/knn.py
mars/learn/proxima/simple_index/recall.py
mars/learn/proxima/simple_index/searcher.py
mars/learn/semi_supervised/__init__.py
mars/learn/semi_supervised/_label_propagation.py
mars/learn/utils/__init__.py
mars/learn/utils/_cython_blas.pxd
mars/learn/utils/_cython_blas.pyx
mars/learn/utils/_encode.py
mars/learn/utils/checks.py
mars/learn/utils/collect_ports.py
mars/learn/utils/core.py
mars/learn/utils/extmath.py
mars/learn/utils/multiclass.py
mars/learn/utils/shuffle.py
mars/learn/utils/sparsefuncs.py
mars/learn/utils/validation.py
mars/lib/__init__.py
mars/lib/compression.py
mars/lib/groupby_wrapper.py
mars/lib/mkl_interface.py
mars/lib/nvutils.py
mars/lib/version.py
mars/lib/aio/__init__.py
mars/lib/aio/_runners.py
mars/lib/aio/_threads.py
mars/lib/aio/base.py
mars/lib/aio/file.py
mars/lib/aio/isolation.py
mars/lib/aio/lru.py
mars/lib/aio/parallelism.py
mars/lib/filesystem/__init__.py
mars/lib/filesystem/_glob.py
mars/lib/filesystem/arrow.py
mars/lib/filesystem/base.py
mars/lib/filesystem/core.py
mars/lib/filesystem/fsmap.py
mars/lib/filesystem/hdfs.py
mars/lib/filesystem/local.py
mars/lib/filesystem/oss.py
mars/lib/filesystem/_oss_lib/__init__.py
mars/lib/filesystem/_oss_lib/common.py
mars/lib/filesystem/_oss_lib/glob.py
mars/lib/filesystem/_oss_lib/handle.py
mars/lib/mmh3_src/MurmurHash3.cpp
mars/lib/mmh3_src/MurmurHash3.h
mars/lib/mmh3_src/mmh3module.cpp
mars/lib/sparse/__init__.py
mars/lib/sparse/array.py
mars/lib/sparse/core.py
mars/lib/sparse/matrix.py
mars/lib/sparse/vector.py
mars/lib/tblib/__init__.py
mars/lib/tblib/cpython.py
mars/lib/tblib/decorators.py
mars/lib/tblib/pickling_support.py
mars/lib/uhashring/__init__.py
mars/lib/uhashring/monkey.py
mars/lib/uhashring/ring.py
mars/lib/uhashring/ring_ketama.py
mars/lib/uhashring/ring_meta.py
mars/optimization/__init__.py
mars/optimization/logical/__init__.py
mars/optimization/logical/core.py
mars/optimization/logical/chunk/__init__.py
mars/optimization/logical/chunk/column_pruning.py
mars/optimization/logical/chunk/core.py
mars/optimization/logical/chunk/head.py
mars/optimization/logical/common/__init__.py
mars/optimization/logical/common/column_pruning.py
mars/optimization/logical/common/head.py
mars/optimization/logical/tileable/__init__.py
mars/optimization/logical/tileable/arithmetic_query.py
mars/optimization/logical/tileable/column_pruning.py
mars/optimization/logical/tileable/core.py
mars/optimization/logical/tileable/head.py
mars/optimization/physical/__init__.py
mars/optimization/physical/core.py
mars/optimization/physical/cupy.py
mars/optimization/physical/numexpr.py
mars/oscar/__init__.py
mars/oscar/api.py
mars/oscar/backend.py
mars/oscar/batch.py
mars/oscar/context.pxd
mars/oscar/context.pyx
mars/oscar/core.pxd
mars/oscar/core.pyx
mars/oscar/debug.py
mars/oscar/driver.py
mars/oscar/errors.py
mars/oscar/utils.pxd
mars/oscar/utils.pyx
mars/oscar/backends/__init__.py
mars/oscar/backends/allocate_strategy.py
mars/oscar/backends/config.py
mars/oscar/backends/context.py
mars/oscar/backends/core.py
mars/oscar/backends/message.py
mars/oscar/backends/pool.py
mars/oscar/backends/router.py
mars/oscar/backends/communication/__init__.py
mars/oscar/backends/communication/base.py
mars/oscar/backends/communication/core.py
mars/oscar/backends/communication/dummy.py
mars/oscar/backends/communication/errors.py
mars/oscar/backends/communication/socket.py
mars/oscar/backends/communication/utils.py
mars/oscar/backends/mars/__init__.py
mars/oscar/backends/mars/backend.py
mars/oscar/backends/mars/driver.py
mars/oscar/backends/mars/pool.py
mars/oscar/backends/ray/__init__.py
mars/oscar/backends/ray/backend.py
mars/oscar/backends/ray/communication.py
mars/oscar/backends/ray/driver.py
mars/oscar/backends/ray/pool.py
mars/oscar/backends/ray/utils.py
mars/oscar/backends/test/__init__.py
mars/oscar/backends/test/backend.py
mars/oscar/backends/test/pool.py
mars/remote/__init__.py
mars/remote/core.py
mars/remote/operands.py
mars/remote/run_script.py
mars/serialization/__init__.py
mars/serialization/aio.py
mars/serialization/arrow.py
mars/serialization/core.py
mars/serialization/cuda.py
mars/serialization/exception.py
mars/serialization/mars_objects.py
mars/serialization/numpy.py
mars/serialization/ray.py
mars/serialization/scipy.py
mars/serialization/serializables/__init__.py
mars/serialization/serializables/core.py
mars/serialization/serializables/field.py
mars/serialization/serializables/field_type.py
mars/services/__init__.py
mars/services/context.py
mars/services/core.py
mars/services/cluster/__init__.py
mars/services/cluster/core.py
mars/services/cluster/gather.py
mars/services/cluster/locator.py
mars/services/cluster/uploader.py
mars/services/cluster/api/__init__.py
mars/services/cluster/api/core.py
mars/services/cluster/api/oscar.py
mars/services/cluster/api/web.py
mars/services/cluster/backends/__init__.py
mars/services/cluster/backends/base.py
mars/services/cluster/backends/fixed.py
mars/services/cluster/supervisor/__init__.py
mars/services/cluster/supervisor/locator.py
mars/services/cluster/supervisor/node_allocator.py
mars/services/cluster/supervisor/node_info.py
mars/services/cluster/supervisor/service.py
mars/services/cluster/worker/__init__.py
mars/services/cluster/worker/locator.py
mars/services/cluster/worker/service.py
mars/services/lifecycle/__init__.py
mars/services/lifecycle/errors.py
mars/services/lifecycle/api/__init__.py
mars/services/lifecycle/api/core.py
mars/services/lifecycle/api/oscar.py
mars/services/lifecycle/api/web.py
mars/services/lifecycle/supervisor/__init__.py
mars/services/lifecycle/supervisor/service.py
mars/services/lifecycle/supervisor/tracker.py
mars/services/lifecycle/worker/__init__.py
mars/services/meta/__init__.py
mars/services/meta/core.py
mars/services/meta/api/__init__.py
mars/services/meta/api/core.py
mars/services/meta/api/oscar.py
mars/services/meta/api/web.py
mars/services/meta/store/__init__.py
mars/services/meta/store/base.py
mars/services/meta/store/dictionary.py
mars/services/meta/supervisor/__init__.py
mars/services/meta/supervisor/core.py
mars/services/meta/supervisor/service.py
mars/services/meta/worker/__init__.py
mars/services/mutable/__init__.py
mars/services/mutable/core.py
mars/services/mutable/utils.py
mars/services/mutable/api/__init__.py
mars/services/mutable/api/core.py
mars/services/mutable/api/oscar.py
mars/services/mutable/api/web.py
mars/services/mutable/supervisor/__init__.py
mars/services/mutable/supervisor/core.py
mars/services/mutable/supervisor/service.py
mars/services/mutable/worker/__init__.py
mars/services/mutable/worker/core.py
mars/services/scheduling/__init__.py
mars/services/scheduling/core.py
mars/services/scheduling/errors.py
mars/services/scheduling/utils.py
mars/services/scheduling/api/__init__.py
mars/services/scheduling/api/core.py
mars/services/scheduling/api/oscar.py
mars/services/scheduling/api/web.py
mars/services/scheduling/supervisor/__init__.py
mars/services/scheduling/supervisor/assigner.py
mars/services/scheduling/supervisor/autoscale.py
mars/services/scheduling/supervisor/globalslot.py
mars/services/scheduling/supervisor/manager.py
mars/services/scheduling/supervisor/queueing.py
mars/services/scheduling/supervisor/service.py
mars/services/scheduling/worker/__init__.py
mars/services/scheduling/worker/execution.py
mars/services/scheduling/worker/quota.py
mars/services/scheduling/worker/service.py
mars/services/scheduling/worker/workerslot.py
mars/services/session/__init__.py
mars/services/session/core.py
mars/services/session/api/__init__.py
mars/services/session/api/core.py
mars/services/session/api/oscar.py
mars/services/session/api/web.py
mars/services/session/supervisor/__init__.py
mars/services/session/supervisor/core.py
mars/services/session/supervisor/custom_log.py
mars/services/session/supervisor/service.py
mars/services/session/worker/__init__.py
mars/services/session/worker/custom_log.py
mars/services/session/worker/service.py
mars/services/storage/__init__.py
mars/services/storage/core.py
mars/services/storage/errors.py
mars/services/storage/handler.py
mars/services/storage/spill.py
mars/services/storage/transfer.py
mars/services/storage/api/__init__.py
mars/services/storage/api/core.py
mars/services/storage/api/oscar.py
mars/services/storage/api/web.py
mars/services/storage/supervisor/__init__.py
mars/services/storage/worker/__init__.py
mars/services/storage/worker/service.py
mars/services/subtask/__init__.py
mars/services/subtask/api.py
mars/services/subtask/core.py
mars/services/subtask/errors.py
mars/services/subtask/supervisor/__init__.py
mars/services/subtask/worker/__init__.py
mars/services/subtask/worker/manager.py
mars/services/subtask/worker/processor.py
mars/services/subtask/worker/runner.py
mars/services/subtask/worker/service.py
mars/services/task/__init__.py
mars/services/task/config.py
mars/services/task/core.py
mars/services/task/errors.py
mars/services/task/analyzer/__init__.py
mars/services/task/analyzer/analyzer.py
mars/services/task/analyzer/assigner.py
mars/services/task/analyzer/fusion.py
mars/services/task/api/__init__.py
mars/services/task/api/core.py
mars/services/task/api/oscar.py
mars/services/task/api/web.py
mars/services/task/supervisor/__init__.py
mars/services/task/supervisor/graph_visualizer.py
mars/services/task/supervisor/manager.py
mars/services/task/supervisor/preprocessor.py
mars/services/task/supervisor/processor.py
mars/services/task/supervisor/service.py
mars/services/task/supervisor/stage.py
mars/services/task/worker/__init__.py
mars/services/web/__init__.py
mars/services/web/core.py
mars/services/web/index.html
mars/services/web/indexhandler.py
mars/services/web/supervisor.py
mars/services/web/worker.py
mars/services/web/api/__init__.py
mars/services/web/api/oscar.py
mars/services/web/api/web.py
mars/services/web/static/601.bundle.js
mars/services/web/static/601.bundle.js.LICENSE.txt
mars/services/web/static/615.bundle.js
mars/services/web/static/701.bundle.js
mars/services/web/static/98.bundle.js
mars/services/web/static/98.bundle.js.LICENSE.txt
mars/services/web/static/bundle.js
mars/services/web/static/bundle.js.LICENSE.txt
mars/services/web/ui/.eslintrc.yml
mars/storage/__init__.py
mars/storage/base.py
mars/storage/core.py
mars/storage/cuda.py
mars/storage/errors.py
mars/storage/filesystem.py
mars/storage/plasma.py
mars/storage/ray.py
mars/storage/shared_memory.py
mars/storage/vineyard.py
mars/tensor/__init__.py
mars/tensor/array_utils.py
mars/tensor/core.py
mars/tensor/operands.py
mars/tensor/utils.py
mars/tensor/arithmetic/__init__.py
mars/tensor/arithmetic/abs.py
mars/tensor/arithmetic/absolute.py
mars/tensor/arithmetic/add.py
mars/tensor/arithmetic/angle.py
mars/tensor/arithmetic/arccos.py
mars/tensor/arithmetic/arccosh.py
mars/tensor/arithmetic/arcsin.py
mars/tensor/arithmetic/arcsinh.py
mars/tensor/arithmetic/arctan.py
mars/tensor/arithmetic/arctan2.py
mars/tensor/arithmetic/arctanh.py
mars/tensor/arithmetic/around.py
mars/tensor/arithmetic/bitand.py
mars/tensor/arithmetic/bitor.py
mars/tensor/arithmetic/bitxor.py
mars/tensor/arithmetic/cbrt.py
mars/tensor/arithmetic/ceil.py
mars/tensor/arithmetic/clip.py
mars/tensor/arithmetic/conj.py
mars/tensor/arithmetic/copysign.py
mars/tensor/arithmetic/core.py
mars/tensor/arithmetic/cos.py
mars/tensor/arithmetic/cosh.py
mars/tensor/arithmetic/deg2rad.py
mars/tensor/arithmetic/degrees.py
mars/tensor/arithmetic/divide.py
mars/tensor/arithmetic/equal.py
mars/tensor/arithmetic/exp.py
mars/tensor/arithmetic/exp2.py
mars/tensor/arithmetic/expm1.py
mars/tensor/arithmetic/fabs.py
mars/tensor/arithmetic/fix.py
mars/tensor/arithmetic/float_power.py
mars/tensor/arithmetic/floor.py
mars/tensor/arithmetic/floordiv.py
mars/tensor/arithmetic/fmax.py
mars/tensor/arithmetic/fmin.py
mars/tensor/arithmetic/fmod.py
mars/tensor/arithmetic/frexp.py
mars/tensor/arithmetic/greater.py
mars/tensor/arithmetic/greater_equal.py
mars/tensor/arithmetic/hypot.py
mars/tensor/arithmetic/i0.py
mars/tensor/arithmetic/imag.py
mars/tensor/arithmetic/invert.py
mars/tensor/arithmetic/isclose.py
mars/tensor/arithmetic/iscomplex.py
mars/tensor/arithmetic/isfinite.py
mars/tensor/arithmetic/isinf.py
mars/tensor/arithmetic/isnan.py
mars/tensor/arithmetic/isreal.py
mars/tensor/arithmetic/ldexp.py
mars/tensor/arithmetic/less.py
mars/tensor/arithmetic/less_equal.py
mars/tensor/arithmetic/log.py
mars/tensor/arithmetic/log10.py
mars/tensor/arithmetic/log1p.py
mars/tensor/arithmetic/log2.py
mars/tensor/arithmetic/logaddexp.py
mars/tensor/arithmetic/logaddexp2.py
mars/tensor/arithmetic/logical_and.py
mars/tensor/arithmetic/logical_not.py
mars/tensor/arithmetic/logical_or.py
mars/tensor/arithmetic/logical_xor.py
mars/tensor/arithmetic/lshift.py
mars/tensor/arithmetic/maximum.py
mars/tensor/arithmetic/minimum.py
mars/tensor/arithmetic/mod.py
mars/tensor/arithmetic/modf.py
mars/tensor/arithmetic/multiply.py
mars/tensor/arithmetic/nan_to_num.py
mars/tensor/arithmetic/negative.py
mars/tensor/arithmetic/nextafter.py
mars/tensor/arithmetic/not_equal.py
mars/tensor/arithmetic/positive.py
mars/tensor/arithmetic/power.py
mars/tensor/arithmetic/rad2deg.py
mars/tensor/arithmetic/radians.py
mars/tensor/arithmetic/real.py
mars/tensor/arithmetic/reciprocal.py
mars/tensor/arithmetic/rint.py
mars/tensor/arithmetic/rshift.py
mars/tensor/arithmetic/setimag.py
mars/tensor/arithmetic/setreal.py
mars/tensor/arithmetic/sign.py
mars/tensor/arithmetic/signbit.py
mars/tensor/arithmetic/sin.py
mars/tensor/arithmetic/sinc.py
mars/tensor/arithmetic/sinh.py
mars/tensor/arithmetic/spacing.py
mars/tensor/arithmetic/sqrt.py
mars/tensor/arithmetic/square.py
mars/tensor/arithmetic/subtract.py
mars/tensor/arithmetic/tan.py
mars/tensor/arithmetic/tanh.py
mars/tensor/arithmetic/truediv.py
mars/tensor/arithmetic/trunc.py
mars/tensor/arithmetic/utils.py
mars/tensor/base/__init__.py
mars/tensor/base/argpartition.py
mars/tensor/base/argsort.py
mars/tensor/base/argtopk.py
mars/tensor/base/argwhere.py
mars/tensor/base/array_split.py
mars/tensor/base/astype.py
mars/tensor/base/atleast_1d.py
mars/tensor/base/atleast_2d.py
mars/tensor/base/atleast_3d.py
mars/tensor/base/broadcast_arrays.py
mars/tensor/base/broadcast_to.py
mars/tensor/base/copy.py
mars/tensor/base/copyto.py
mars/tensor/base/core.py
mars/tensor/base/delete.py
mars/tensor/base/diff.py
mars/tensor/base/dsplit.py
mars/tensor/base/ediff1d.py
mars/tensor/base/expand_dims.py
mars/tensor/base/flatten.py
mars/tensor/base/flip.py
mars/tensor/base/fliplr.py
mars/tensor/base/flipud.py
mars/tensor/base/hsplit.py
mars/tensor/base/in1d.py
mars/tensor/base/insert.py
mars/tensor/base/isin.py
mars/tensor/base/map_chunk.py
mars/tensor/base/moveaxis.py
mars/tensor/base/ndim.py
mars/tensor/base/partition.py
mars/tensor/base/psrs.py
mars/tensor/base/ravel.py
mars/tensor/base/rebalance.py
mars/tensor/base/repeat.py
mars/tensor/base/result_type.py
mars/tensor/base/roll.py
mars/tensor/base/rollaxis.py
mars/tensor/base/searchsorted.py
mars/tensor/base/setdiff1d.py
mars/tensor/base/shape.py
mars/tensor/base/sort.py
mars/tensor/base/split.py
mars/tensor/base/squeeze.py
mars/tensor/base/swapaxes.py
mars/tensor/base/tile.py
mars/tensor/base/to_cpu.py
mars/tensor/base/to_gpu.py
mars/tensor/base/topk.py
mars/tensor/base/transpose.py
mars/tensor/base/trapz.py
mars/tensor/base/unique.py
mars/tensor/base/vsplit.py
mars/tensor/base/where.py
mars/tensor/datasource/__init__.py
mars/tensor/datasource/arange.py
mars/tensor/datasource/array.py
mars/tensor/datasource/core.py
mars/tensor/datasource/diag.py
mars/tensor/datasource/diagflat.py
mars/tensor/datasource/empty.py
mars/tensor/datasource/eye.py
mars/tensor/datasource/from_dataframe.py
mars/tensor/datasource/from_dense.py
mars/tensor/datasource/from_hdf5.py
mars/tensor/datasource/from_sparse.py
mars/tensor/datasource/from_tiledb.py
mars/tensor/datasource/from_vineyard.py
mars/tensor/datasource/from_zarr.py
mars/tensor/datasource/full.py
mars/tensor/datasource/identity.py
mars/tensor/datasource/indices.py
mars/tensor/datasource/linspace.py
mars/tensor/datasource/meshgrid.py
mars/tensor/datasource/ones.py
mars/tensor/datasource/scalar.py
mars/tensor/datasource/tri.py
mars/tensor/datasource/zeros.py
mars/tensor/datastore/__init__.py
mars/tensor/datastore/core.py
mars/tensor/datastore/to_hdf5.py
mars/tensor/datastore/to_tiledb.py
mars/tensor/datastore/to_vineyard.py
mars/tensor/datastore/to_zarr.py
mars/tensor/datastore/utils.py
mars/tensor/einsum/__init__.py
mars/tensor/einsum/core.py
mars/tensor/einsum/einsumfunc.py
mars/tensor/fetch/__init__.py
mars/tensor/fetch/core.py
mars/tensor/fft/__init__.py
mars/tensor/fft/core.py
mars/tensor/fft/fft.py
mars/tensor/fft/fft2.py
mars/tensor/fft/fftfreq.py
mars/tensor/fft/fftn.py
mars/tensor/fft/fftshift.py
mars/tensor/fft/hfft.py
mars/tensor/fft/ifft.py
mars/tensor/fft/ifft2.py
mars/tensor/fft/ifftn.py
mars/tensor/fft/ifftshift.py
mars/tensor/fft/ihfft.py
mars/tensor/fft/irfft.py
mars/tensor/fft/irfft2.py
mars/tensor/fft/irfftn.py
mars/tensor/fft/rfft.py
mars/tensor/fft/rfft2.py
mars/tensor/fft/rfftfreq.py
mars/tensor/fft/rfftn.py
mars/tensor/fuse/__init__.py
mars/tensor/fuse/core.py
mars/tensor/fuse/cupy.py
mars/tensor/fuse/numexpr.py
mars/tensor/images/__init__.py
mars/tensor/images/imread.py
mars/tensor/indexing/__init__.py
mars/tensor/indexing/choose.py
mars/tensor/indexing/compress.py
mars/tensor/indexing/core.py
mars/tensor/indexing/extract.py
mars/tensor/indexing/fill_diagonal.py
mars/tensor/indexing/flatnonzero.py
mars/tensor/indexing/getitem.py
mars/tensor/indexing/index_lib.py
mars/tensor/indexing/nonzero.py
mars/tensor/indexing/setitem.py
mars/tensor/indexing/slice.py
mars/tensor/indexing/take.py
mars/tensor/indexing/unravel_index.py
mars/tensor/lib/__init__.py
mars/tensor/lib/index_tricks.py
mars/tensor/linalg/__init__.py
mars/tensor/linalg/cholesky.py
mars/tensor/linalg/core.py
mars/tensor/linalg/dot.py
mars/tensor/linalg/inner.py
mars/tensor/linalg/inv.py
mars/tensor/linalg/lu.py
mars/tensor/linalg/matmul.py
mars/tensor/linalg/norm.py
mars/tensor/linalg/qr.py
mars/tensor/linalg/randomized_svd.py
mars/tensor/linalg/solve.py
mars/tensor/linalg/solve_triangular.py
mars/tensor/linalg/svd.py
mars/tensor/linalg/tensordot.py
mars/tensor/linalg/utils.py
mars/tensor/linalg/vdot.py
mars/tensor/merge/__init__.py
mars/tensor/merge/append.py
mars/tensor/merge/block.py
mars/tensor/merge/column_stack.py
mars/tensor/merge/concatenate.py
mars/tensor/merge/dstack.py
mars/tensor/merge/hstack.py
mars/tensor/merge/stack.py
mars/tensor/merge/union1d.py
mars/tensor/merge/vstack.py
mars/tensor/random/__init__.py
mars/tensor/random/beta.py
mars/tensor/random/binomial.py
mars/tensor/random/bytes.py
mars/tensor/random/chisquare.py
mars/tensor/random/choice.py
mars/tensor/random/core.py
mars/tensor/random/dirichlet.py
mars/tensor/random/exponential.py
mars/tensor/random/f.py
mars/tensor/random/gamma.py
mars/tensor/random/geometric.py
mars/tensor/random/gumbel.py
mars/tensor/random/hypergeometric.py
mars/tensor/random/laplace.py
mars/tensor/random/logistic.py
mars/tensor/random/lognormal.py
mars/tensor/random/logseries.py
mars/tensor/random/multinomial.py
mars/tensor/random/multivariate_normal.py
mars/tensor/random/negative_binomial.py
mars/tensor/random/noncentral_chisquare.py
mars/tensor/random/noncentral_f.py
mars/tensor/random/normal.py
mars/tensor/random/pareto.py
mars/tensor/random/permutation.py
mars/tensor/random/poisson.py
mars/tensor/random/power.py
mars/tensor/random/rand.py
mars/tensor/random/randint.py
mars/tensor/random/randn.py
mars/tensor/random/random_integers.py
mars/tensor/random/random_sample.py
mars/tensor/random/rayleigh.py
mars/tensor/random/shuffle.py
mars/tensor/random/standard_cauchy.py
mars/tensor/random/standard_exponential.py
mars/tensor/random/standard_gamma.py
mars/tensor/random/standard_normal.py
mars/tensor/random/standard_t.py
mars/tensor/random/triangular.py
mars/tensor/random/uniform.py
mars/tensor/random/vonmises.py
mars/tensor/random/wald.py
mars/tensor/random/weibull.py
mars/tensor/random/zipf.py
mars/tensor/rechunk/__init__.py
mars/tensor/rechunk/core.py
mars/tensor/rechunk/rechunk.py
mars/tensor/reduction/__init__.py
mars/tensor/reduction/all.py
mars/tensor/reduction/allclose.py
mars/tensor/reduction/any.py
mars/tensor/reduction/argmax.py
mars/tensor/reduction/argmin.py
mars/tensor/reduction/array_equal.py
mars/tensor/reduction/core.py
mars/tensor/reduction/count_nonzero.py
mars/tensor/reduction/cumprod.py
mars/tensor/reduction/cumsum.py
mars/tensor/reduction/max.py
mars/tensor/reduction/mean.py
mars/tensor/reduction/min.py
mars/tensor/reduction/nanargmax.py
mars/tensor/reduction/nanargmin.py
mars/tensor/reduction/nancumprod.py
mars/tensor/reduction/nancumsum.py
mars/tensor/reduction/nanmax.py
mars/tensor/reduction/nanmean.py
mars/tensor/reduction/nanmin.py
mars/tensor/reduction/nanprod.py
mars/tensor/reduction/nanstd.py
mars/tensor/reduction/nansum.py
mars/tensor/reduction/nanvar.py
mars/tensor/reduction/prod.py
mars/tensor/reduction/std.py
mars/tensor/reduction/sum.py
mars/tensor/reduction/var.py
mars/tensor/reshape/__init__.py
mars/tensor/reshape/reshape.py
mars/tensor/spatial/__init__.py
mars/tensor/spatial/distance/__init__.py
mars/tensor/spatial/distance/cdist.py
mars/tensor/spatial/distance/pdist.py
mars/tensor/spatial/distance/squareform.py
mars/tensor/special/__init__.py
mars/tensor/special/bessel.py
mars/tensor/special/convenience.py
mars/tensor/special/core.py
mars/tensor/special/err_fresnel.py
mars/tensor/special/gamma_funcs.py
mars/tensor/special/hypergeometric_funcs.py
mars/tensor/special/info_theory.py
mars/tensor/statistics/__init__.py
mars/tensor/statistics/average.py
mars/tensor/statistics/bincount.py
mars/tensor/statistics/core.py
mars/tensor/statistics/corrcoef.py
mars/tensor/statistics/cov.py
mars/tensor/statistics/digitize.py
mars/tensor/statistics/histogram.py
mars/tensor/statistics/median.py
mars/tensor/statistics/percentile.py
mars/tensor/statistics/ptp.py
mars/tensor/statistics/quantile.py
mars/tensor/stats/__init__.py
mars/tensor/stats/chisquare.py
mars/tensor/stats/entropy.py
mars/tensor/stats/ks.py
mars/tensor/stats/power_divergence.py
mars/tensor/stats/ttest.py
mars/tensor/ufunc/__init__.py
mars/tensor/ufunc/ufunc.py
pymars.egg-info/PKG-INFO
pymars.egg-info/SOURCES.txt
pymars.egg-info/dependency_links.txt
pymars.egg-info/entry_points.txt
pymars.egg-info/not-zip-safe
pymars.egg-info/requires.txt
pymars.egg-info/top_level.txt