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
Relevel a factor column when adding a subset of current factors (#844)
* Relevel a factor column when adding a subset of current factors
* Keep first relevelling before schema evolution
* New levels should be not null
* Switch `isFALSE` -> `!`
Co-authored-by: Paul Hoffman <mojaveazure@users.noreply.github.com>
* Update DESCRIPTION and NEWS.md
---------
Co-authored-by: Paul Hoffman <mojaveazure@users.noreply.github.com>
Copy file name to clipboardExpand all lines: NEWS.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,9 @@
1
+
# tiledb (development version)
2
+
3
+
## Bug Fixes
4
+
5
+
* The factor levels are now remapped as expected when updating an array with values that include no additional factor levels (@cgiachalis in [#844](https://github.com/TileDB-Inc/TileDB-R/pull/844))
6
+
1
7
# tiledb 0.33.0
2
8
3
9
* This release of the R package builds against [TileDB 2.29.0](https://github.com/TileDB-Inc/TileDB/releases/tag/2.29.0), and has also been tested against earlier releases as well as the development version
0 commit comments