Commit 7106d68
* fix: check if update_data contains update before batch_update
* add test + avoid same error when verbose=True
* 🧹 create _hf_data_container if correct trace type
* 🙏 python 3.7 not supported on Apple Silicon
* remove WIP
* 🖊️ more verbose asserts
* 🖊️ more verbose asserts
* 🙏 more sleep time
* 🙏
* 🙌
* 🤔 fix for [BUG] Error handling timezones #305
* 🙈 linting
* 💨 Refactor timezone handling in PlotlyAggregatorParser
* Update minmax operator image
Signed-off-by: Emmanuel Ferdman <[email protected]>
* Drop duplicate sentence
* Feat/plotly6 (#338)
* Parametrize test_utils.py on is_figure
* 🔍 remove dtype parsing as orjon>3.10 supports float16 #118
* 💪 refactor: streamline JupyterDash integration and remove unused persistent inline logic
* 💨 move construct_update_data_patch method into the FigureResampler class
* 🐐 refactor: enhance test utilities and add support for Plotly>=6 data handling
* 🙏 enhance serialization tests for plotly>6
* 📝 remove debug print statement and enhance type handling for hf_x
* 🔒 update dependency versions in pyproject.toml to Support plotly 6 #334
* 🔍 drop python3.7 CI workflow and upgrade upload-artifact action
* 🙏 fix pickling of figurewidget resampler
* 🙏 fix tests
* 💨 migration of code towards new upload artifact
* 💪 enhance CI workflow to improve test result uploads and add retention settings
* 🕳️ fix: ensure correct dtype handling for aggregated x indices in PlotlyAggregatorParser
* ⬆️ chore: update dependency constraints for pandas and pyarrow in pyproject.toml
* 🙈 fix linting
* 🔍 fix: correct spelling in streamlit_app.py comments and update dash-extensions and pyarrow versions in requirements.txt
* ⬆️ chore: update ipywidgets version constraint to allow for newer versions
* 🚧 test: set random seed for reproducibility in test_wrap_aggregate
* 🙈 chore: update ipywidgets version constraint for serialization support
* 🙈
* 🔍 ci: conditionally skip tests on Python 3.12 for Ubuntu (as it keeps hanging in github actions)
* 🔍 ci: exclude Python 3.12 on Ubuntu from test matrix to prevent hangs
* 🖊️ review code
* 🧹 cleanup comments
---------
Co-authored-by: Maxim Ivanov <[email protected]>
Co-authored-by: jeroen <[email protected]>
* 🤔 fix for [BUG] Error handling timezones #305
* 🙈 linting
* 💨 Refactor timezone handling in PlotlyAggregatorParser
* 📌 bug: Fix timezone handling for DST in PlotlyAggregatorParser and update tests
---------
Signed-off-by: Emmanuel Ferdman <[email protected]>
Co-authored-by: jvdd <[email protected]>
Co-authored-by: Jeroen Van Der Donckt <[email protected]>
Co-authored-by: Emmanuel Ferdman <[email protected]>
Co-authored-by: Maxim Ivanov <[email protected]>
1 parent 18da98f commit 7106d68
File tree
2 files changed
+105
-6
lines changed- plotly_resampler/aggregation
- tests
2 files changed
+105
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
42 | 46 | | |
43 | 47 | | |
44 | 48 | | |
| |||
78 | 82 | | |
79 | 83 | | |
80 | 84 | | |
81 | | - | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
82 | 94 | | |
83 | 95 | | |
84 | 96 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
754 | 754 | | |
755 | 755 | | |
756 | 756 | | |
| 757 | + | |
| 758 | + | |
| 759 | + | |
| 760 | + | |
| 761 | + | |
| 762 | + | |
| 763 | + | |
| 764 | + | |
| 765 | + | |
| 766 | + | |
| 767 | + | |
| 768 | + | |
| 769 | + | |
| 770 | + | |
| 771 | + | |
| 772 | + | |
| 773 | + | |
| 774 | + | |
| 775 | + | |
| 776 | + | |
| 777 | + | |
| 778 | + | |
| 779 | + | |
| 780 | + | |
| 781 | + | |
| 782 | + | |
| 783 | + | |
| 784 | + | |
| 785 | + | |
| 786 | + | |
| 787 | + | |
| 788 | + | |
| 789 | + | |
| 790 | + | |
| 791 | + | |
| 792 | + | |
| 793 | + | |
| 794 | + | |
| 795 | + | |
| 796 | + | |
| 797 | + | |
| 798 | + | |
| 799 | + | |
| 800 | + | |
| 801 | + | |
| 802 | + | |
| 803 | + | |
| 804 | + | |
| 805 | + | |
| 806 | + | |
| 807 | + | |
| 808 | + | |
| 809 | + | |
| 810 | + | |
| 811 | + | |
| 812 | + | |
| 813 | + | |
| 814 | + | |
| 815 | + | |
| 816 | + | |
| 817 | + | |
| 818 | + | |
| 819 | + | |
| 820 | + | |
| 821 | + | |
| 822 | + | |
| 823 | + | |
| 824 | + | |
757 | 825 | | |
758 | 826 | | |
759 | 827 | | |
| |||
789 | 857 | | |
790 | 858 | | |
791 | 859 | | |
792 | | - | |
793 | | - | |
| 860 | + | |
| 861 | + | |
794 | 862 | | |
795 | 863 | | |
796 | 864 | | |
| |||
1009 | 1077 | | |
1010 | 1078 | | |
1011 | 1079 | | |
1012 | | - | |
| 1080 | + | |
1013 | 1081 | | |
1014 | 1082 | | |
1015 | 1083 | | |
| |||
1027 | 1095 | | |
1028 | 1096 | | |
1029 | 1097 | | |
| 1098 | + | |
| 1099 | + | |
| 1100 | + | |
| 1101 | + | |
| 1102 | + | |
| 1103 | + | |
| 1104 | + | |
| 1105 | + | |
| 1106 | + | |
| 1107 | + | |
| 1108 | + | |
| 1109 | + | |
| 1110 | + | |
| 1111 | + | |
| 1112 | + | |
| 1113 | + | |
| 1114 | + | |
| 1115 | + | |
| 1116 | + | |
1030 | 1117 | | |
1031 | 1118 | | |
1032 | 1119 | | |
| |||
1092 | 1179 | | |
1093 | 1180 | | |
1094 | 1181 | | |
1095 | | - | |
| 1182 | + | |
1096 | 1183 | | |
1097 | 1184 | | |
1098 | 1185 | | |
| |||
0 commit comments