FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Remove deprecations from 0.15.x by bluss · Pull Request #1409 · rust-ndarray/ndarray · GitHub

Remove deprecations from 0.15.x - #1409

Merged
bluss merged 9 commits into
masterfrom
remove-deprecated
Aug 2, 2024
Merged

Remove deprecations from 0.15.x#1409
bluss merged 9 commits into
masterfrom
remove-deprecated

Conversation

bluss commented Aug 2, 2024

Copy link
Copy Markdown
Member

Remove methods that were deprecated in 0.15.x or earlier.

Remove deprecated (internal) _data_slice

Remove deprecated stack_new_axis

Remove deprecated scalar_sum

Remove deprecated AxisDescription methods

ndarray-rand: Remove deprecated F32

Remove deprecated Zip apply methods

  • apply -> for_each
  • apply_collect -> map_collect
  • apply_assign_into -> map_assign_into
  • par_apply -> par_for_each
  • par_apply_collect -> par_map_collect
  • par_apply_assign_into -> par_map_assign_into

Remove deprecated visit and genrows/gencolumns/_mut

Remove deprecated uninitialized and maybe_uninit

bluss added 9 commits August 2, 2024 22:22
Replaced by Array::uninit already in 0.15.x
Visit replaced by map, genrows/gencolumns by rows/columns.
- apply -> for_each
- apply_collect -> map_collect
- apply_assign_into -> map_assign_into
- par_apply -> par_for_each
- par_apply_collect -> par_map_collect
- par_apply_assign_into -> par_map_assign_into
Replaced by stack since 0.15.x
This method was already useless/unused, visible but in practice unused
by users.
bluss added this to the 0.16.0 milestone Aug 2, 2024
bluss changed the title Remove deprecated methods Remove deprecations from 0.15.x Aug 2, 2024
bluss added this pull request to the merge queue Aug 2, 2024
Merged via the queue into master with commit e578d58 Aug 2, 2024
bluss deleted the remove-deprecated branch August 2, 2024 20:52
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant


Back | FazBrowse Home | New Git URL