You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,13 @@
1
1
# Dev
2
2
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
+
3
11
## Features
4
12
5
13
* Now `IMD` throws errors when accesses a grouped data set which its parent is modified.
0 commit comments