Skip to content

Commit 6ed2095

Browse files
samukwekusamuel.oranyeli
authored and
samuel.oranyeli
committed
non-equi join rewrite numba (#1341)
- reimplementation of the algorithm that powers the non-equi join in numba - more info in the docs regarding range joins, and where numba can be helpful - improved performance for numba for range joins and multiple non equi joins when getting first/last match
1 parent 49dafe7 commit 6ed2095

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

CHANGELOG.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
# Changelog
22

33
## [Unreleased]
4-
- [ENH] Added a `pivot_longer` method, and a `pivot_longer_spec` function for polars - Issue #1352
4+
5+
- [ENH] Added a `pivot_longer` method, and a `pivot_longer_spec` function for polars - Issue #1352
56

67
- [ENH] Improved performance for non-equi joins when using numba - @samukweku PR #1341
7-
- [ENH] Added a `clean_names` method for polars - it can be used to clean the column names, or clean column values . Issue #1343
8+
- [ENH] Added a `clean_names` method for polars - it can be used to clean the column names, or clean column values . Issue #1343
89
- [ENH] Added a `pivot_longer` method, and a `pivot_longer_spec` function for polars - Issue #1352 @samukweku
910

1011
## [v0.27.0] - 2024-03-21

0 commit comments

Comments
 (0)