Skip to content

Commit

Permalink
bumped version numbers to 1.48.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aschonfeld committed May 28, 2021
1 parent 9ff61a7 commit 3c65daf
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ python_variables: &python_variables
CIRCLE_ARTIFACTS: /tmp/circleci-artifacts
CIRCLE_TEST_REPORTS: /tmp/circleci-test-results
CODECOV_TOKEN: b0d35139-0a75-427a-907b-2c78a762f8f0
VERSION: 1.47.0
VERSION: 1.48.0
PANDOC_RELEASES_URL: https://github.com/jgm/pandoc/releases
RUN_BLACK: true
python: &python
Expand Down
13 changes: 13 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
## Changelog

### 1.48.0 (2021-5-28)
* [#504](https://github.com/man-group/dtale/issues/504): fix for toggling between unique row & word values
* [#502](https://github.com/man-group/dtale/issues/502): updated "cleaning" column builder to allow for inplace updates
* [#501](https://github.com/man-group/dtale/issues/501): updates to describe window labels
* [#500](https://github.com/man-group/dtale/issues/500): cleaning "Remove Numbers" code snippet fix
* [#488](https://github.com/man-group/dtale/issues/488): string encoding for correlations
* [#484](https://github.com/man-group/dtale/issues/484): fixed for percentage count chart aggregation
* Correlation Scatter Updates:
* [#486](https://github.com/man-group/dtale/issues/486): make 15K point limitation correlations scatter an editable setting
* [#487](https://github.com/man-group/dtale/issues/487): fix for non-unique column exception in correlation scatter
* [#480](https://github.com/man-group/dtale/issues/480): flexible branding
* [#485](https://github.com/man-group/dtale/issues/485): Adjustable height on Correlation grid

### 1.47.0 (2021-5-21)
* [#477](https://github.com/man-group/dtale/issues/477): Excel-style cell editing at top of screen
* UI input for "Maximum Column Width"
Expand Down
2 changes: 1 addition & 1 deletion docker/dtale.env
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
VERSION=1.47.0
VERSION=1.48.0
TZ=America/New_York
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@
# built documents.
#
# The short X.Y version.
version = u"1.47.0"
version = u"1.48.0"
# The full version, including alpha/beta/rc tags.
release = u"1.47.0"
release = u"1.48.0"

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dtale",
"version": "1.47.0",
"version": "1.48.0",
"description": "Visualizer for Pandas Data Structures",
"main": "main.js",
"directories": {
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def run_tests(self):

setup(
name="dtale",
version="1.47.0",
version="1.48.0",
author="MAN Alpha Technology",
author_email="[email protected]",
description="Web Client for Visualizing Pandas Objects",
Expand Down

0 comments on commit 3c65daf

Please sign in to comment.