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

Remove deprecations from 0.15.x #1409

Merged
merged 9 commits into from
Aug 2, 2024
Merged

Remove deprecations from 0.15.x #1409

merged 9 commits into from
Aug 2, 2024

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

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
11 checks passed
@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