MANIFEST.in
README.rst
requirements-dev.txt
requirements-extra.txt
requirements-wheel.txt
requirements.txt
setup.py
mars/.git-branch
mars/__init__.py
mars/_utils.pxd
mars/_utils.pyx
mars/_version.py
mars/api.py
mars/base_app.py
mars/cluster_info.py
mars/config.py
mars/context.py
mars/core.py
mars/custom_log.py
mars/distributor.py
mars/errors.py
mars/executor.py
mars/filesystem.py
mars/graph.pyx
mars/graph_builder.py
mars/kvstore.py
mars/node_info.py
mars/opcodes.py
mars/operands.py
mars/promise.py
mars/resource.py
mars/session.py
mars/tiles.py
mars/utils.py
mars/actors/__init__.py
mars/actors/cluster.pxd
mars/actors/cluster.pyx
mars/actors/core.pxd
mars/actors/core.pyx
mars/actors/distributor.pxd
mars/actors/distributor.pyx
mars/actors/errors.py
mars/actors/pool/__init__.py
mars/actors/pool/gevent_pool.pyx
mars/actors/pool/messages.pxd
mars/actors/pool/messages.pyx
mars/actors/pool/utils.pxd
mars/actors/pool/utils.pyx
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/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/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/logical_and.py
mars/dataframe/arithmetic/logical_not.py
mars/dataframe/arithmetic/logical_or.py
mars/dataframe/arithmetic/logical_xor.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/accessor.py
mars/dataframe/base/apply.py
mars/dataframe/base/astype.py
mars/dataframe/base/checkna.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/dropna.py
mars/dataframe/base/explode.py
mars/dataframe/base/fillna.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/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/transform.py
mars/dataframe/base/value_counts.py
mars/dataframe/datasource/__init__.py
mars/dataframe/datasource/dataframe.py
mars/dataframe/datasource/date_range.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_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/getitem.py
mars/dataframe/groupby/transform.py
mars/dataframe/indexing/__init__.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/reset_index.py
mars/dataframe/indexing/set_index.py
mars/dataframe/indexing/set_label.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/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/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/core.py
mars/deploy/kubernetes/probe.py
mars/deploy/kubernetes/scheduler.py
mars/deploy/kubernetes/web.py
mars/deploy/kubernetes/worker.py
mars/deploy/local/__init__.py
mars/deploy/local/core.py
mars/deploy/local/distributor.py
mars/deploy/yarn/__init__.py
mars/deploy/yarn/client.py
mars/deploy/yarn/config.py
mars/deploy/yarn/core.py
mars/deploy/yarn/scheduler.py
mars/deploy/yarn/web.py
mars/deploy/yarn/worker.py
mars/learn/__init__.py
mars/learn/base.py
mars/learn/operands.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/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/tensorflow/__init__.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/metrics/__init__.py
mars/learn/metrics/_check_targets.py
mars/learn/metrics/_classification.py
mars/learn/metrics/_ranking.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/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/checks.py
mars/learn/utils/core.py
mars/learn/utils/extmath.py
mars/learn/utils/multiclass.py
mars/learn/utils/shuffle.py
mars/learn/utils/validation.py
mars/lib/__init__.py
mars/lib/gipc.pyx
mars/lib/groupby_wrapper.py
mars/lib/mkl_interface.py
mars/lib/nvutils.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/coo.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/optimizes/__init__.py
mars/optimizes/chunk_graph/__init__.py
mars/optimizes/chunk_graph/fuse.py
mars/optimizes/runtime/__init__.py
mars/optimizes/runtime/core.py
mars/optimizes/runtime/cp.py
mars/optimizes/runtime/dataframe.py
mars/optimizes/runtime/ne.py
mars/optimizes/tileable_graph/__init__.py
mars/optimizes/tileable_graph/column_pruning.py
mars/optimizes/tileable_graph/core.py
mars/ray/__init__.py
mars/ray/core.py
mars/remote/__init__.py
mars/remote/core.py
mars/remote/operands.py
mars/remote/run_script.py
mars/remote/utils.py
mars/scheduler/__init__.py
mars/scheduler/__main__.py
mars/scheduler/analyzer.py
mars/scheduler/api.py
mars/scheduler/assigner.py
mars/scheduler/chunkmeta.py
mars/scheduler/custom_log.py
mars/scheduler/graph.py
mars/scheduler/kvstore.py
mars/scheduler/mutable.py
mars/scheduler/node_info.py
mars/scheduler/resource.py
mars/scheduler/service.py
mars/scheduler/session.py
mars/scheduler/utils.py
mars/scheduler/operands/__init__.py
mars/scheduler/operands/base.py
mars/scheduler/operands/common.py
mars/scheduler/operands/core.py
mars/scheduler/operands/shuffle.py
mars/scheduler/operands/successors_exclusive.py
mars/serialize/__init__.py
mars/serialize/core.pxd
mars/serialize/core.pyx
mars/serialize/dataserializer.py
mars/serialize/jsonserializer.pyx
mars/serialize/pbserializer.pyx
mars/serialize/protos/__init__.py
mars/serialize/protos/anyref_pb2.py
mars/serialize/protos/dataframe_pb2.py
mars/serialize/protos/fusechunk_pb2.py
mars/serialize/protos/graph_pb2.py
mars/serialize/protos/indexvalue_pb2.py
mars/serialize/protos/object_pb2.py
mars/serialize/protos/operand_pb2.py
mars/serialize/protos/tensor_pb2.py
mars/serialize/protos/value_pb2.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/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/isin.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/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/cp.py
mars/tensor/fuse/ne.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/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/core.py
mars/tensor/special/entr.py
mars/tensor/special/erf.py
mars/tensor/special/gammaln.py
mars/tensor/special/rel_entr.py
mars/tensor/statistics/__init__.py
mars/tensor/statistics/average.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/entropy.py
mars/tensor/ufunc/__init__.py
mars/tensor/ufunc/ufunc.py
mars/web/__init__.py
mars/web/__main__.py
mars/web/apihandlers.py
mars/web/dashboard.py
mars/web/scheduler_pages.py
mars/web/server.py
mars/web/session.py
mars/web/task_pages.py
mars/web/worker_pages.py
mars/web/static/css/bootstrap-table.min.css
mars/web/static/css/bootstrap-theme.min.css
mars/web/static/css/bootstrap.min.css
mars/web/static/css/font-awesome.min.css
mars/web/static/css/mars.css
mars/web/static/fonts/FontAwesome.otf
mars/web/static/fonts/fontawesome-webfont.eot
mars/web/static/fonts/fontawesome-webfont.svg
mars/web/static/fonts/fontawesome-webfont.ttf
mars/web/static/fonts/fontawesome-webfont.woff
mars/web/static/fonts/fontawesome-webfont.woff2
mars/web/static/fonts/glyphicons-halflings-regular.eot
mars/web/static/fonts/glyphicons-halflings-regular.svg
mars/web/static/fonts/glyphicons-halflings-regular.ttf
mars/web/static/fonts/glyphicons-halflings-regular.woff
mars/web/static/fonts/glyphicons-halflings-regular.woff2
mars/web/static/js/bootstrap-table.min.js
mars/web/static/js/bootstrap.min.js
mars/web/static/js/jquery-3.2.1.min.js
mars/web/static/js/mars.js
mars/web/static/js/moment.min.js
mars/web/static/js/npm.js
mars/web/static/less/animated.less
mars/web/static/less/bordered-pulled.less
mars/web/static/less/core.less
mars/web/static/less/fixed-width.less
mars/web/static/less/font-awesome.less
mars/web/static/less/icons.less
mars/web/static/less/larger.less
mars/web/static/less/list.less
mars/web/static/less/mixins.less
mars/web/static/less/path.less
mars/web/static/less/rotated-flipped.less
mars/web/static/less/screen-reader.less
mars/web/static/less/stacked.less
mars/web/static/less/variables.less
mars/web/static/scss/_animated.scss
mars/web/static/scss/_bordered-pulled.scss
mars/web/static/scss/_core.scss
mars/web/static/scss/_fixed-width.scss
mars/web/static/scss/_icons.scss
mars/web/static/scss/_larger.scss
mars/web/static/scss/_list.scss
mars/web/static/scss/_mixins.scss
mars/web/static/scss/_path.scss
mars/web/static/scss/_rotated-flipped.scss
mars/web/static/scss/_screen-reader.scss
mars/web/static/scss/_stacked.scss
mars/web/static/scss/_variables.scss
mars/web/static/scss/font-awesome.scss
mars/web/templates/base.html
mars/web/templates/dashboard.html
mars/web/templates/scheduler_pages/detail.html
mars/web/templates/scheduler_pages/list.html
mars/web/templates/task_pages/list.html
mars/web/templates/task_pages/progress.html
mars/web/templates/task_pages/runnings.html
mars/web/templates/worker_pages/detail.html
mars/web/templates/worker_pages/list.html
mars/web/templates/worker_pages/timeline.html
mars/worker/__init__.py
mars/worker/__main__.py
mars/worker/api.py
mars/worker/calc.py
mars/worker/custom_log.py
mars/worker/daemon.py
mars/worker/dataio.py
mars/worker/dispatcher.py
mars/worker/events.py
mars/worker/execution.py
mars/worker/prochelper.py
mars/worker/quota.py
mars/worker/seal.py
mars/worker/service.py
mars/worker/status.py
mars/worker/transfer.py
mars/worker/utils.py
mars/worker/storage/__init__.py
mars/worker/storage/client.py
mars/worker/storage/core.py
mars/worker/storage/cudahandler.py
mars/worker/storage/diskhandler.py
mars/worker/storage/diskmerge.py
mars/worker/storage/iorunner.py
mars/worker/storage/manager.py
mars/worker/storage/objectholder.py
mars/worker/storage/procmemhandler.py
mars/worker/storage/sharedhandler.py
mars/worker/storage/sharedstore.py
mars/worker/storage/vineyardhandler.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/requires.txt
pymars.egg-info/top_level.txt