Skip to content

Conversation

bluss
Copy link
Member

@bluss bluss commented Aug 2, 2024

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 bluss added this to the 0.16.0 milestone Aug 2, 2024
@bluss bluss changed the title Remove deprecated methods Remove deprecations from 0.15.x Aug 2, 2024
@bluss 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 bluss deleted the remove-deprecated branch August 2, 2024 20:52
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