Skip to content

chore(dep): Remove the ordered_float crate, because after v4.0 it wil…#10

Merged
AdilZouitine merged 1 commit intoonline-ml:masterfrom
OctopusTakopi:master
Jul 31, 2025
Merged

chore(dep): Remove the ordered_float crate, because after v4.0 it wil…#10
AdilZouitine merged 1 commit intoonline-ml:masterfrom
OctopusTakopi:master

Conversation

@OctopusTakopi
Copy link
Copy Markdown
Contributor

Remove the ordered_float crate, because after v4.0 it will need the FloatCore trait to use the NotNan trait, which will cause conflict with num::Float. Since we are only using NotNan from ordered_float, we can simply manually cause panic when the value is nan.

…l need the FloatCore trait to use the NotNan trait, which will cause conflict with num::Float. Since we are only using NotNan from ordered_float, we can simply manually cause panic when the value is nan.
Copy link
Copy Markdown
Member

@AdilZouitine AdilZouitine left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM thank you for your contribution 😄

@AdilZouitine AdilZouitine merged commit 48e1f81 into online-ml:master Jul 31, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants