File tree Expand file tree Collapse file tree 6 files changed +13
-8
lines changed Expand file tree Collapse file tree 6 files changed +13
-8
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ python_variables: &python_variables
70
70
CIRCLE_ARTIFACTS : /tmp/circleci-artifacts
71
71
CIRCLE_TEST_REPORTS : /tmp/circleci-test-results
72
72
CODECOV_TOKEN : b0d35139-0a75-427a-907b-2c78a762f8f0
73
- VERSION : 3.12 .0
73
+ VERSION : 3.13 .0
74
74
PANDOC_RELEASES_URL : https://github.com/jgm/pandoc/releases
75
75
python_formatting : &python_formatting
76
76
parallelism : 1
Original file line number Diff line number Diff line change 1
1
## Changelog
2
2
3
+ ### 3.13.0 (2024-6-26)
4
+ * [ #868 ] ( https://github.com/man-group/dtale/issues/868 ) : added toggle for missing/populated filter
5
+ * [ #864 ] ( https://github.com/man-group/dtale/issues/864 ) : adding main_title params to ` dtale.show `
6
+ * front-end package upgrades
7
+
3
8
### 3.12.0 (2024-4-30)
4
9
* [ #851 ] ( https://github.com/man-group/dtale/issues/851 ) : allowing offline_chart to return plotly objects
5
10
* [ #847 ] ( https://github.com/man-group/dtale/issues/847 ) : Add 'Select All' option for duplicate check UI
35
40
* [ #724 ] ( https://github.com/man-group/dtale/issues/724 ) : updated logging to use a dedicated dtale logger when not invoking from CLI
36
41
* [ #822 ] ( https://github.com/man-group/dtale/issues/822 ) : fixed bug with dataframe filters not being persisted to chart builder initially
37
42
* [ #816 ] ( https://github.com/man-group/dtale/issues/816 ) : frequencies grid filtering
38
- * * front-end package upgrades (styled_components)
39
- * * adjusted Pillow dependency
43
+ * front-end package upgrades (styled_components)
44
+ * adjusted Pillow dependency
40
45
41
46
### 3.7.0 (2023-10-2)
42
47
* Turn off "Custom Filter" functionality by default
Original file line number Diff line number Diff line change 1
- VERSION = 3.12 .0
1
+ VERSION = 3.13 .0
2
2
TZ = America/New_York
Original file line number Diff line number Diff line change 64
64
# built documents.
65
65
#
66
66
# The short X.Y version.
67
- version = "3.12 .0"
67
+ version = "3.13 .0"
68
68
# The full version, including alpha/beta/rc tags.
69
- release = "3.12 .0"
69
+ release = "3.13 .0"
70
70
71
71
# The language for content autogenerated by Sphinx. Refer to documentation
72
72
# for a list of supported languages.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " dtale" ,
3
- "version" : " 3.12 .0" ,
3
+ "version" : " 3.13 .0" ,
4
4
"description" : " Visualizer for Pandas Data Structures" ,
5
5
"main" : " main.js" ,
6
6
"directories" : {
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ def run_tests(self):
72
72
73
73
setup (
74
74
name = "dtale" ,
75
- version = "3.12 .0" ,
75
+ version = "3.13 .0" ,
76
76
author = "MAN Alpha Technology" ,
77
77
78
78
description = "Web Client for Visualizing Pandas Objects" ,
You can’t perform that action at this time.
0 commit comments