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 Gradient slicing and exact size iteration #12

Merged
merged 3 commits into from
Jan 19, 2016
Merged

Conversation

Ogeon
Copy link
Owner

@Ogeon Ogeon commented Jan 16, 2016

This adds some missing features to the Gradient type:

  • Implement ExactSizeIterator for Take.
  • Make it possible to slice Gradient, and thereby close Slicing gradients #4.

@Ogeon
Copy link
Owner Author

Ogeon commented Jan 19, 2016

I think I'll call this one done. There is more that can be done, but that will have to wait.

@Ogeon Ogeon changed the title Improve the Gradient type Implement Gradient slicing and exact size iteration Jan 19, 2016
@Ogeon
Copy link
Owner Author

Ogeon commented Jan 19, 2016

@homu r+

@homu
Copy link
Contributor

homu commented Jan 19, 2016

📌 Commit a1c6b09 has been approved by Ogeon

@homu homu merged commit a1c6b09 into master Jan 19, 2016
@homu
Copy link
Contributor

homu commented Jan 19, 2016

⚡ Test exempted - status

homu added a commit that referenced this pull request Jan 19, 2016
Implement Gradient slicing and exact size iteration

This adds some missing features to the `Gradient` type:

 * Implement `ExactSizeIterator` for `Take`.
 * Make it possible to slice `Gradient`, and thereby close #4.
@Ogeon Ogeon deleted the gradient branch January 19, 2016 20:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Slicing gradients
2 participants