Skip to content

geneset() and snp_dataset() are deprecated but don't warn users #1273

@ZiadXI

Description

@ZiadXI

Both geneset() and snp_dataset() were renamed at some point (genome_features() and snp_calls() respectively), but the old names were kept as silent shims; they just forward the call without any warning.

This means users who are still calling the old names have no idea they're using deprecated functions. They'll only find out when a future version removes them entirely, which would be pretty frustrating.

Would be good to add a DeprecationWarning to both, so people know to update their code

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions