Maxime Beauchemin
6c00ee2eec
fix(charts): use separator-aware matching for time shift column grouping
...
The `endswith(ts)` check in `get_column_groups` matched columns
incorrectly when time shifts shared a numeric suffix — e.g.
"metric__22 weeks ago".endswith("2 weeks ago") returned True,
causing columns to be misclassified. Use `endswith(TIME_COMPARISON + ts)`
to include the "__" separator in the match.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-05-06 19:51:54 +00:00
Janani Gurram
c955a5dc08
fix(histogram): add NULL handling for histogram ( #35693 )
...
Co-authored-by: Rachel Pan <r.pan@mail.utoronto.ca >
Co-authored-by: Rachel Pan <panrrachel@gmail.com >
Co-authored-by: Janani Gurram <68124448+JG-ctrl@users.noreply.github.com >
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-11-14 11:54:13 -08:00
Michael S. Molina
ffe9244458
fix: Decimal values for Histogram bins ( #32253 )
2025-02-14 09:04:23 -03:00
Maxime Beauchemin
e51b95ffa8
chore: enforce more ruff rules ( #31447 )
...
Co-authored-by: Elizabeth Thompson <eschutho@gmail.com >
2024-12-18 17:41:34 -08:00
Elizabeth Thompson
d466383df2
fix: warning emits an error ( #28524 )
2024-11-01 15:08:42 -07:00
Michael S. Molina
4834390e6a
fix: Histogram chart not able to use decimal datatype column ( #30416 )
2024-09-30 09:04:55 -03:00
Josh Soref
1818054166
chore(tests): Spelling ( #25454 )
...
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com >
Co-authored-by: Evan Rusackas <evan@preset.io >
Co-authored-by: John Bodley <4567245+john-bodley@users.noreply.github.com >
2024-08-20 14:47:29 -06:00
Michael S. Molina
df0b1cb8ed
feat: Adds Histogram chart migration logic ( #28780 )
2024-06-05 13:33:50 -03:00
Michael S. Molina
896fe854dc
feat: Adds the ECharts Histogram chart ( #28652 )
2024-06-04 09:35:18 -03:00
Michael S. Molina
55f3b46f41
fix: Contribution percentages for ECharts plugins ( #28368 )
2024-05-08 15:54:21 -03:00
Sam Firke
d4d8625ab8
fix(utils): fix off-by-one error in how rolling window's min_periods truncates dataframe ( #27388 )
2024-03-21 16:06:36 -06:00
Ville Brofeldt
7f19d296b1
fix(postprocessing): resample with holes ( #27487 )
2024-03-14 12:02:01 -07:00
Ville Brofeldt
ff025b78f3
fix(post-processing): handle missing values in cumulative operator ( #26429 )
2024-01-09 08:56:19 -03:00
Sebastian Liebscher
91e6f5cb9f
chore(deps): bump pandas >=2.0 ( #24705 )
...
Co-authored-by: EugeneTorap <evgenykrutpro@gmail.com >
2023-07-20 11:04:17 -07:00
John Bodley
383dac6a5e
fix: Bump prophet, re-enable tests, and remedy column eligibility logic ( #24129 )
2023-07-05 12:33:52 -07:00
John Bodley
a4d5d7c6b9
chore(pre-commit): Add pyupgrade and pycln hooks ( #24197 )
2023-06-01 12:01:10 -07:00
Hugh A. Miles II
b820eb8235
chore: Update pre-commit packages ( #23173 )
2023-03-13 17:05:13 -06:00
Yongjie Zhao
22fab5e58c
feat: Axis sort in the Bar Chart V2 ( #21993 )
2022-11-26 22:06:26 +08:00
Yongjie Zhao
11bf7b9125
feat: generate label map on the backend ( #21124 )
2022-08-22 21:00:02 +08:00
Yongjie Zhao
b870a21eaa
refactor: remove unused flatten function ( #20582 )
2022-07-01 19:17:55 +08:00
John Bodley
8b0bee5e8b
[fbprophet] Fix frequencies ( #20326 )
2022-06-19 21:53:09 -07:00
Diego Medina
8638f59b4c
fix: Box Plot Chart throws an error when the average (AVG) / SUM is being calculated on the Metrics ( #20235 )
...
* fix: Box Plot Chart throws an error when the average (AVG) / SUM is being calculated on the Metrics
* add test
2022-06-02 10:00:04 +08:00
Yongjie Zhao
3c28cd4625
feat: add renameOperator ( #19776 )
2022-04-20 19:48:12 +08:00
Yongjie Zhao
9425dd2cac
fix: drop the first level of MultiIndex ( #19716 )
2022-04-14 23:40:38 +08:00
Yongjie Zhao
d7dd4119d4
fix: time comparision ( #19659 )
2022-04-12 18:19:22 +08:00
Ville Brofeldt
a619cb4ea9
chore: upgrade black ( #19410 )
2022-03-29 20:03:09 +03:00
Yongjie Zhao
a39dd4493e
feat: linear imputation in Resample ( #19393 )
2022-03-28 22:30:45 +08:00
Yongjie Zhao
375c03e084
feat(advanced analysis): support MultiIndex column in post processing stage ( #19116 )
2022-03-23 13:46:28 +08:00
Yongjie Zhao
987740aa8d
fix: contribution operator meets nan value ( #18782 )
2022-02-18 23:28:28 +08:00
Yongjie Zhao
30a9d14639
refactor: postprocessing move to unit test ( #18779 )
2022-02-17 20:05:41 +08:00