File tree Expand file tree Collapse file tree 6 files changed +11
-6
lines changed Expand file tree Collapse file tree 6 files changed +11
-6
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 : 2.8.1
73
+ VERSION : 2.9.0
74
74
PANDOC_RELEASES_URL : https://github.com/jgm/pandoc/releases
75
75
RUN_BLACK : true
76
76
python : &python
Original file line number Diff line number Diff line change 1
1
## Changelog
2
2
3
+ ### 2.9.0 (2022-11-4)
4
+ * [ #703 ] ( https://github.com/man-group/dtale/issues/703 ) : fix for matplotlib imports
5
+ * [ #704 ] ( https://github.com/man-group/dtale/issues/704 ) : fix for replacing nan with zero
6
+ * [ #677 ] ( https://github.com/man-group/dtale/issues/677 ) : include row dropping in history
7
+
3
8
### 2.8.1 (2022-9-9)
4
9
* Added DESCRIPTION.md to MANIFEST.in
5
10
Original file line number Diff line number Diff line change 1
- VERSION = 2.8.1
1
+ VERSION = 2.9.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 = "2.8.1 "
67
+ version = "2.9.0 "
68
68
# The full version, including alpha/beta/rc tags.
69
- release = "2.8.1 "
69
+ release = "2.9.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" : " 2.8.1 " ,
3
+ "version" : " 2.9.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 = "2.8.1 " ,
75
+ version = "2.9.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