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

Getitem for major dimension #301

Merged
merged 3 commits into from Aug 8, 2017
Merged

Conversation

unnonouno
Copy link
Contributor

I implemented getitem for major dimension of compressed matrixes.
Please merge #240 first.
related to #36

@unnonouno unnonouno added the cat:feature New features/APIs label Jul 17, 2017
@unnonouno unnonouno force-pushed the getitem-major-slice branch 2 times, most recently from 734811b to 083597e Compare July 26, 2017 07:25
@takagi takagi self-assigned this Jul 26, 2017
@takagi takagi added this to the v2.0.0b1 milestone Jul 27, 2017
@takagi
Copy link
Member

takagi commented Jul 27, 2017

LGTM, will be merged after #240!

@unnonouno
Copy link
Contributor Author

I fixed behavior of getitem for slices with negative values.

Copy link
Member

@takagi takagi left a comment

Choose a reason for hiding this comment

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

LGTM except a minor comment!

major_stop = major_size
if major_step is None:
major_step = 1
print(major_start, major_stop, major_size)
Copy link
Member

Choose a reason for hiding this comment

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

Please remove this line.

@takagi takagi removed this from the v2.0.0b1 milestone Jul 30, 2017
@takagi
Copy link
Member

takagi commented Aug 7, 2017

Please resolve the conflicts.

@unnonouno
Copy link
Contributor Author

I rebased master.

@takagi takagi added this to the v2.0.0rc1 milestone Aug 7, 2017
@takagi
Copy link
Member

takagi commented Aug 7, 2017

I will merge this after CI passes.

@takagi takagi merged commit 3e0efa0 into cupy:master Aug 8, 2017
@unnonouno unnonouno deleted the getitem-major-slice branch August 8, 2017 05:33
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