Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / spartan-array/spartan issues and pull requests

#255 - Fix psutil error and make travis built successfully

Pull Request - State: closed - Opened by Myasuka over 8 years ago

#254 - The spartan can't suit the Numpy array

Issue - State: open - Opened by stmatengss almost 9 years ago

#253 - Update to clean command

Pull Request - State: closed - Opened by gabrielwen over 9 years ago

#252 - Use result instead of wait() when getting result from RPC.

Pull Request - State: closed - Opened by fegin over 9 years ago

#251 - Update module path

Pull Request - State: closed - Opened by gabrielwen over 9 years ago

#250 - Sync with backend

Pull Request - State: closed - Opened by fegin over 9 years ago

#249 - Sync with master

Pull Request - State: closed - Opened by fegin over 9 years ago

#248 - Remove force() to avoid user confusion.

Pull Request - State: closed - Opened by fegin over 9 years ago

#247 - Backend

Pull Request - State: closed - Opened by fegin over 9 years ago

#246 - Updates to parse() and among others

Pull Request - State: closed - Opened by gabrielwen over 9 years ago - 1 comment

#245 - Sync with Numpy API interfaces

Pull Request - State: closed - Opened by fegin over 9 years ago

#244 - Sync interface with Numpy

Pull Request - State: closed - Opened by fegin over 9 years ago

#243 - Make setup.py working both install and develop mode under Ubuntu 14.04

Pull Request - State: closed - Opened by gabrielwen over 9 years ago - 1 comment

#242 - Re-architect the expressions and operators.

Pull Request - State: closed - Opened by fegin over 9 years ago

#241 - Experiment

Pull Request - State: closed - Opened by fegin over 9 years ago

#240 - rewrite maxedge tiling algorithm

Pull Request - State: closed - Opened by MaggieQi over 9 years ago - 1 comment

#238 - fuzzy_kmeans by map2

Pull Request - State: closed - Opened by fegin over 9 years ago

#237 - make some change to experiment

Pull Request - State: closed - Opened by MaggieQi over 9 years ago

#236 - new version of tiling algorithm including max connectivity algorithm

Pull Request - State: closed - Opened by MaggieQi over 9 years ago

#235 - setup.py

Pull Request - State: closed - Opened by gabrielwen over 9 years ago - 9 comments

#234 - Make map2 support block tiling and regional update.

Pull Request - State: closed - Opened by fegin over 9 years ago

#233 - Refactor magic; start on save_filename refactor

Pull Request - State: closed - Opened by rgardner over 9 years ago - 1 comment

#232 - Add extent documentation

Pull Request - State: closed - Opened by rgardner over 9 years ago

#231 - Imporve k_means performance.

Pull Request - State: closed - Opened by fegin over 9 years ago

#230 - [DOC] Typo and casing

Pull Request - State: closed - Opened by rgbkrk over 9 years ago - 1 comment

#229 - Implement lda via outer.

Pull Request - State: closed - Opened by fegin over 9 years ago

#228 - Implement als via outer.

Pull Request - State: closed - Opened by fegin over 9 years ago

#226 - Use map2 to implement bincount, diagonal, diagflat, ravel and concatenate

Pull Request - State: closed - Opened by fegin over 9 years ago

#225 - Using outer and map2 to implement kmeans

Pull Request - State: closed - Opened by fegin over 9 years ago

#224 - Add outer, map2 and map3 expressions.

Pull Request - State: closed - Opened by fegin almost 10 years ago

#223 - Some bugs fixed.

Pull Request - State: closed - Opened by fegin almost 10 years ago

#222 - Bug fix: diagflat

Pull Request - State: closed - Opened by gabrielwen almost 10 years ago - 2 comments

#221 - Use atexit instead of signal handlers

Pull Request - State: closed - Opened by rgardner almost 10 years ago

#220 - Backend sync

Pull Request - State: closed - Opened by fegin almost 10 years ago - 5 comments

#218 - Add Game of Life Example

Pull Request - State: closed - Opened by rgardner about 10 years ago - 2 comments

#217 - fix last node optimization error

Pull Request - State: closed - Opened by MaggieQi about 10 years ago

#216 - Adding support to reshape: column fetch

Pull Request - State: closed - Opened by gabrielwen about 10 years ago - 2 comments

#215 - Working on nd array

Pull Request - State: closed - Opened by gabrielwen about 10 years ago

#214 - Revert "Adding support to reshape: column fetch"

Pull Request - State: closed - Opened by gabrielwen about 10 years ago - 2 comments

#213 - Adding support to reshape: column fetch

Pull Request - State: closed - Opened by gabrielwen about 10 years ago

#212 - Sync with numpy's feature: partition

Pull Request - State: closed - Opened by gabrielwen about 10 years ago - 1 comment

#211 - Fix bugs of compute_shape in dot expr

Pull Request - State: closed - Opened by gabrielwen about 10 years ago

#210 - Fix bugs in DotExpr

Pull Request - State: closed - Opened by gabrielwen about 10 years ago

#209 - #208 Add logical operations to Expr

Pull Request - State: closed - Opened by rgardner about 10 years ago

#208 - Add support for logical `or` and `and` operations.

Issue - State: closed - Opened by rgardner about 10 years ago - 6 comments

#207 - Newaxis

Pull Request - State: closed - Opened by gabrielwen about 10 years ago - 2 comments

#206 - Update README.md

Pull Request - State: closed - Opened by fegin about 10 years ago

#205 - fix edge cost exceeds int range error

Pull Request - State: closed - Opened by MaggieQi about 10 years ago

#204 - fix cg map_fusion error: after map_fusion, there are some local

Pull Request - State: closed - Opened by MaggieQi about 10 years ago

#203 - Try to remove some shuffles in the apps

Pull Request - State: closed - Opened by MaggieQi about 10 years ago

#202 - Rewrite knn by using builtins.

Pull Request - State: closed - Opened by fegin about 10 years ago

#201 - Spartan should support expressions like a = a[:, expr.newaxis, :]

Issue - State: closed - Opened by fegin about 10 years ago
Labels: enhancement

#200 - Jacobi

Pull Request - State: closed - Opened by gabrielwen about 10 years ago - 5 comments

#199 - Fix the bug that automatical tiling algorithm can't handle AsArray if the val is a np.ndarray.

Pull Request - State: closed - Opened by fegin about 10 years ago - 2 comments

#198 - Rewrite fuzzy_kmeans by using built-ins only.

Pull Request - State: closed - Opened by fegin about 10 years ago

#197 - Add feature: dot with vector

Pull Request - State: closed - Opened by gabrielwen about 10 years ago - 1 comment

#196 - Get workers' log back

Pull Request - State: closed - Opened by fegin about 10 years ago

#195 - fix itembase_collab, lda, naive_bayes apps

Pull Request - State: closed - Opened by MaggieQi about 10 years ago

#194 - fix als node reuse error in the tiling optimization

Pull Request - State: closed - Opened by MaggieQi about 10 years ago - 2 comments

#193 - sync with numpy's builtin: diagflat

Pull Request - State: closed - Opened by gabrielwen about 10 years ago

#192 - *fix some bugs when turning on optimization

Pull Request - State: closed - Opened by MaggieQi about 10 years ago

#191 - fix random choose error when row-cost equals col-cost

Pull Request - State: closed - Opened by MaggieQi about 10 years ago

#189 - fix cPickle.dump simple function error

Pull Request - State: closed - Opened by MaggieQi about 10 years ago

#188 - Fix #184; fix cluster mode for interactive repls.

Pull Request - State: closed - Opened by rgardner about 10 years ago

#187 - fix scan base array error

Pull Request - State: closed - Opened by MaggieQi about 10 years ago

#186 - Changing FLAGS in any test affects all subsequent tests

Issue - State: open - Opened by rgardner about 10 years ago

#185 - Use hasattr, not getattr in if statements

Pull Request - State: closed - Opened by rgardner about 10 years ago - 1 comment

#184 - Cluster mode with Interactive sessions

Issue - State: closed - Opened by rgardner about 10 years ago - 2 comments

#183 - Add appdirs.user_config_dir support.

Pull Request - State: closed - Opened by rgardner about 10 years ago

#182 - add automatic tiling optimization

Pull Request - State: closed - Opened by MaggieQi about 10 years ago

#181 - sp.scan modifies parameters

Issue - State: closed - Opened by rgardner about 10 years ago - 2 comments

#180 - Add map with location

Pull Request - State: closed - Opened by rgardner about 10 years ago - 4 comments

#179 - Fix MapExpr#compute_shape - right align broadcast

Pull Request - State: closed - Opened by rgardner about 10 years ago

#178 - Fix assign by adding extent calculation for value.

Pull Request - State: closed - Opened by rgardner about 10 years ago

#177 - change region_map to MapExpr so that it can be fusioned by optimization

Pull Request - State: closed - Opened by MaggieQi about 10 years ago

#176 - fix nosetest std bug, try to use simple implementation of std

Pull Request - State: closed - Opened by MaggieQi about 10 years ago

#175 - Add assign operator

Pull Request - State: closed - Opened by rgardner about 10 years ago - 2 comments

#172 - change rpc from python zeromq to C++ implementation

Pull Request - State: closed - Opened by MaggieQi about 10 years ago

#171 - Try to fix forest test.

Pull Request - State: closed - Opened by EasonLiao about 10 years ago - 1 comment

#170 - distarray.__len__ should only return shape[0]

Pull Request - State: closed - Opened by fegin about 10 years ago

#169 - Add swaption example

Pull Request - State: closed - Opened by rgardner about 10 years ago

#168 - Add nbody simulations

Pull Request - State: closed - Opened by rgardner about 10 years ago - 2 comments

#167 - Fix diag and diagonal.

Pull Request - State: closed - Opened by rgardner about 10 years ago

#166 - Add concatenate to builtins

Pull Request - State: closed - Opened by rgardner about 10 years ago - 1 comment

#165 - Add diagonal

Pull Request - State: closed - Opened by rgardner about 10 years ago

#149 - Some bug fixed and improvement from OSDI experiments.

Pull Request - State: closed - Opened by fegin over 10 years ago - 1 comment

#146 - Start a benchmark suite for fusion-capable expressions.

Pull Request - State: closed - Opened by rjpower over 10 years ago

#143 - Add flag for enabling/disabling expression caching.

Pull Request - State: closed - Opened by rjpower over 10 years ago - 1 comment

#115 - add mahout Alternating Least Squares Collaborative Filtering application

Pull Request - State: closed - Opened by MaggieQi over 10 years ago

#94 - Add from_file_parallel() to support load files from workers.

Pull Request - State: closed - Opened by fegin over 10 years ago

#82 - Split apart slice and filtering operations.

Pull Request - State: closed - Opened by rjpower over 10 years ago - 1 comment

#79 - Documentation Status

Issue - State: open - Opened by rjpower over 10 years ago - 1 comment

#50 - Make dot expr as an Expr

Pull Request - State: closed - Opened by fegin over 10 years ago

#8 - Load balancing

Issue - State: closed - Opened by rjpower over 10 years ago