Skip to content

Remove 'edges' parameter from as_adjacency_matrix() #815

@szhorvat

Description

@szhorvat

The edges parameter of as_adjacency_matrix() was promised to be removed in igraph 1.4.0, but this did not happen.

There is a warning:

warning("The `edges` argument of `as_adjacency_matrix` is deprecated; it will be removed in igraph 1.4.0")
  • Docs should mention the deprecation as well
  • Update version in warning, as we're past 1.4.0
  • Remove parameter

This parameter is still functional as of 1.4.3, but we won't be able to provide it with C/igraph 0.10. I suggest removal in 1.5.0.

Metadata

Metadata

Assignees

Labels

lifecycleDeprecating old APIs

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions