Skip to content

Commit

Permalink
Merge pull request #273 from microsoft/jruales-patch-11
Browse files Browse the repository at this point in the history
Update CHANGELOG.md for 1.8.0
  • Loading branch information
jruales committed Sep 4, 2024
2 parents 6f1bca9 + edfe93a commit 2b2729d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## Version 1.8.0
### Updates
- Added extra fallback for debug launch scenario to help increase reliability.
- Added an option to disable showing column header stats on initialization. This can be useful in some workflows where column stats are not needed.
- New operation parameters
- (Drop missing values) specify how many values must be missing from the selected columns for a row to be dropped.
- (Split text) specify a maximum number of splits allowed.

### Bugfixes
- Fixed a launch issue affecting interactive window Python debugging using older IPython versions.
- Fixed an issue that could cause datasets with extremely long string values to get stuck loading indefinitely.

## Version 1.6.0
### Updates
- Raised the minimum required version of Pandas from 0.25.4 to 1.2.0.
Expand Down

0 comments on commit 2b2729d

Please sign in to comment.