Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: mlr-org/mlr3db

mlr3db 0.7.0

10 Oct 08:32

Choose a tag to compare

  • Compatibility fixes with new polars version (1.1.0).

mlr3db 0.6.0

18 Jul 09:25

Choose a tag to compare

  • feat: New backend DataBackendPolars.

mlr3db 0.5.1

17 Oct 08:33
0fc64eb

Choose a tag to compare

  • Compatibility with new duckdb version (#36).

mlr3db 0.5.0

09 Aug 09:16
b1c25bc

Choose a tag to compare

  • Support for parquet files as Backend via DuckDB.
  • New converter as_duckdb_backend().

mlr3db 0.4.2

17 Nov 19:28
19547d4

Choose a tag to compare

  • Compatibility fixes with new duckdb version.

mlr3db 0.3.0

17 Dec 10:53

Choose a tag to compare

  • New backend DataBackendDuckDB.
  • dplyr is now optional (moved from imports to suggests).

mlr3db 0.2.0

28 Sep 08:12

Choose a tag to compare

  • Set a primary key for SQLite data bases generated from data frames.
  • Set a reconnector for SQLite data bases generated from data frames.
  • Resolved a warning signaled by dplyr-1.0.0.

mlr3db 0.1.5

21 Feb 10:03

Choose a tag to compare

  • as_data_backend() method to construct a DataBackendDplyr now specialized
    to operate on objects of type "tbl_lazy" (was "tbl" before). This way,
    local "tbl" objects such as tibbles are converted to a
    DataBackendDataTable by mlr3::as_data_backend.data.frame().

mlr3db-0.1.2

03 Nov 17:51

Choose a tag to compare

v0.1.2

mlr3db-0.1.2

mlr3db-0.1.3

03 Nov 17:51

Choose a tag to compare

v0.1.3

cleanup