Changelog
Source:NEWS.md
Version 1.1.9
- Correct a bug in
manage_chTKCat_users()
Version 1.1.3
- Correction of
add_collection_member()
Version 1.1.2
-
has_km_spec()
function -
db_reconnect()
for knowledge: checks and improvements
Version 1.0.9
- chMDBs size in bytes
- Improved
dims()
and size information
Version 1.0.8
- Getting chMDB data model only
- Allow additional parameters in
db_reconnect()
- Improved
format.chTKCat()
Version 1.0.6
CRAN release: 2022-10-21
- Fix notes and warning from CRAN
- Fix overflow in sidebar of the explorer when the MDB name is too long
- Better management of indirect igraph suggest dependency in vignettes
Version 1.0.5
- Alignment on ReDaMoR 0.7.0 changes (#2 fix)
Version 1.0.3
CRAN release: 2022-06-07
Corrections
- Bug fix in
add_collection_member()
- Fix documentation in
explore_MDBs()
Version 1.0.2
New features
-
show_collection_members()
provides useful information about how to document collection members with theadd_collection_member()
function.
Version 1.0.0
New features
- Change default DBI backend to ClickhouseHTTP.
- Allow selecting alternative driver. The 2 following are supported:
ClickhouseHTTP::ClickhouseHTTP()
andRClickhouse::clickhouse()
Version 0.7.1
CRAN release: 2022-01-17
New features
- Checks can be bypassed when creating memoMDB, fileMDB, chMDB and metaMDB (check=FALSE): it make the creation of the object faster but it should be used only when the user knows what she/he is doing with the data and the model.
Implementation changes
-
Display in
explore_MDBs()
:- maintainer is displayed in MDB table
- markdown tags maintainer and title are rendered in MDB table
list_MDB.chTKCat()
filters DB based on MDB and Public tables
Version 0.6.2
New features
-
filter_mdb_matrix()
: Filter a matrix stored in an MDB
Version 0.5.6
- Correcting bug in setting chMDB collections
- More generic implementation of
list_MDBs.chTKCat()
andlist_chMDB_users()
- Update user information
- Better management of GRANTs
- settings management when connecting and re-connecting
- Installation and initialization of ClickHouse is easier
- Shiny interface for user settings (contact and password)
Version 0.5.5
- Correcting bug during initialization of collections in chTKCat
- Use
DBI::dbAppendTable()
instead ofDBI::dbWriteTable()
- Better display of access rights in
explore_MDBs()
- Tested with Clickhouse 21.4.6
Version 0.5.1
-
verbose
option inread_fileMDB()
- Mentioning
get_confrontation_report()
in man pages.
Version 0.5.0
DESCRIPTION.json file
-
readr::read_delim()
parameters are now provided within this file and named accordingly. A few default values are handled:-
delim delimiter:
"\\t"
-
quoted_na:
FALSE
-
delim delimiter:
Built-in collections
- BE-Collection.json has been updated:
-
“$schema” is now required:
"TKCat_BE_collection_1.0"
- $id” is now required
-
“$schema” is now required:
- Condition_Collection.json has been updated
-
“$schema” is now required:
"TKCat_Condition_collection_1.0"
- “$id” is now required
- “condition” is now a required property of “fields” (in addition to “source” and “identifier”)
-
“$schema” is now required: