We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9883539 commit 843d12aCopy full SHA for 843d12a
CHANGELOG.md
@@ -3,10 +3,15 @@
3
## Fixes
4
5
* `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
+
10
11
## Performance
12
13
* 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
15
# Version 0.7.8
16
17
## New features
0 commit comments