Skip to content

Support floats in range_frame #133

Description

@endrebak

It does not make sense for pyranges to support float operations, but it does for range_frame.

PyRanges should support all operations in RangeFrame but on the narrower domain of integers. This keeps the Liskov Substitution Principle.

First ruranges-core must be updated to support floats and then pyranges can be so.

However, floating point operations need their own implementations of the algorithms with epsilon compares to avoid edge cases.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions