Skip to content

Updates needed to remove DeprecationWarnings #675

@padraic-shafer

Description

@padraic-shafer

Some housekeeping is needed to respond to multiple DeprecationWarnings that are raised during testing.

  • DeprecationWarning: on_event is deprecated, use lifespan event handlers instead.
  • DeprecationWarning: product is deprecated as of NumPy 1.25.0, and will be removed in NumPy 2.0. Please use prod instead.
    • I will submit a PR for this.
  • DataFrame._data is deprecated and will be removed in a future version. Use public APIs instead.
    • This comes from the cachey dependency. It will likely require an upstream PR.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions