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 2beb079 commit d1b3cdeCopy full SHA for d1b3cde
CHANGELOG.md
@@ -1,5 +1,17 @@
1
# Dev
2
3
+## Features
4
+
5
+* Update to `PrettyTables` version 2
6
7
+## Fixes
8
9
+* Fix a but in `byrow` for writing values of type `BigInt`
10
+* Update for `Julia` VERSION >= v"1.9.0-DEV.1635"
11
+* Fix a bug in `modify` which causes an error to show an error!
12
+* Fix a bug in `sort` which causes to treat `Bool` as a vector with length 1
13
+# Version 0.7.10
14
15
## Fixes
16
17
* `topk` and `topkperm` use `isless` by default for comparing values.
0 commit comments