Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement spmatrix that is a base class of sparse matrixes #40

Merged
merged 8 commits into from Jun 22, 2017

Conversation

unnonouno
Copy link
Contributor

@unnonouno unnonouno commented May 15, 2017

I implemented spmatrix that is a base class of all other sparse matrixes. It is compatible with scipy.sparse.spmatrix.
related to #36
merge #39 before this PR.

@unnonouno unnonouno mentioned this pull request May 15, 2017
28 tasks
@okuta okuta added the cat:feature New features/APIs label May 23, 2017
Copy link
Member

@okuta okuta left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add scipy to test dependency.

return bool(s)

@testing.numpy_cupy_raises(sp_name='sp', accept_error=ValueError)
def test_bool_true(self, xp, sp):
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There are two test_bool_true. Please rename.

@okuta okuta added this to the v2.0.0a milestone Jun 15, 2017
@okuta okuta self-assigned this Jun 15, 2017
@okuta
Copy link
Member

okuta commented Jun 19, 2017

Please add scipy to test dependency.

@unnonouno
Copy link
Contributor Author

Ah, scipy support is optional. So, i'll make the test optional.

@okuta
Copy link
Member

okuta commented Jun 22, 2017

LGTM!

And, please send a PR to chaienr-test.

@okuta okuta merged commit 595f20f into master Jun 22, 2017
@okuta okuta deleted the sparse-base branch June 22, 2017 17:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cat:feature New features/APIs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants