Skip to content

Commit 843d12a

Browse files
committed
Update CHANGELOG.md
1 parent 9883539 commit 843d12a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,15 @@
33
## Fixes
44

55
* `topk` and `topkperm` use `isless` by default for comparing values.
6+
* Fix a bug in `show` which causes ignoring format of a column when calculating the max width.
7+
* Better `show` for `GroupBy/GatherBy` in Jupyter
8+
* `hcat!` keeps the format of the second data set.
9+
610

711
## Performance
812

913
* Now `Jupyter` shows very wide data sets much faster, [issue #82](https://github.com/sl-solution/InMemoryDatasets.jl/issues/82)
14+
* Add precompilation for Julia > 1.8
1015
# Version 0.7.8
1116

1217
## New features

0 commit comments

Comments
 (0)