Skip to content

Commit 059899d

Browse files
committed
Update CHANGELOG.md
1 parent 3ae6d13 commit 059899d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Dev
22

3+
## Fixes
4+
5+
* Fix a problem that was causing tests fail in Julia 1.9
6+
* Fix an issue with `eltype` and the output of `eachcol`. Now `eltype(::Type{<:DatasetColumns})` properly returns `AbstractDatasetColumn` instead of `AbstractVector`.
7+
* Fix a problem with `nonmissingtype` with `Union{}` output.
8+
* Fix an issue that was causing the join functions sort already-sorted data sets, [issue #108](https://github.com/sl-solution/InMemoryDatasets.jl/issues/108)
9+
* Remove precompilation for Julia 1.9 - it causes enormous amount of allocation in precompiling and loading
10+
311
## Features
412

513
* Now `IMD` throws errors when accesses a grouped data set which its parent is modified.

0 commit comments

Comments
 (0)