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

tolist() implementation #581

Merged
merged 14 commits into from
Jun 16, 2020
Prev Previous commit
Next Next commit
Merge branch 'master' into enhancement/579-tolist
  • Loading branch information
Markus-Goetz authored Jun 15, 2020
commit d86ce644e07f3c2b13a15f9fc2c4df7b5b2a44b7
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
- [#578](https://github.com/helmholtz-analytics/heat/pull/578) Bugfix: Bad variable in reshape
- [#580](https://github.com/helmholtz-analytics/heat/pull/580) New feature: fliplr()
- [#581](https://github.com/helmholtz-analytics/heat/pull/581) New Feature: DNDarray.tolist()

- [#594](https://github.com/helmholtz-analytics/heat/pull/594) New feature: Advanced indexing
- [#594](https://github.com/helmholtz-analytics/heat/pull/594) Bugfix: getitem and setitem memory consumption heavily reduced

# v0.4.0

Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.