Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix sorting regression for non-numerical columns #167

Merged
merged 1 commit into from
Sep 3, 2024

Conversation

schneiderlin
Copy link
Contributor

@schneiderlin schneiderlin commented Aug 31, 2024

Upgrade TMD to the latest version by fixing a regression. this code uses tech.v3.datatype.functional/< or tech.v3.datatype.functional/> to sort columns which no longer works if types are not numerical. Should be replaced with clojure comparator (similar to tablecloth.api.order-by namespace)

@schneiderlin schneiderlin changed the title update code Fix sorting regression for non-numerical columns Aug 31, 2024
Copy link
Member

@genmeblog genmeblog left a comment

Choose a reason for hiding this comment

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

Looks ok, tests passed.

@genmeblog genmeblog merged commit 632e8bc into scicloj:master Sep 3, 2024
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