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
fixed list_linkDefinitions() returning strings as factors
fixed bad error message when passing in ITEM levels to autobuild_linkFromTimes()
fixed incorrect handling of DBconfig when writeToFS was set to FALSE (writeToFS is now called rewriteAllAnnots)
new features / performance tweaks / improvements
rewrite of query engine to not require links_ext table any more (== redundant links)
calcTimes parameter added to query() / requery_seq() / requery_hier() to make calculating times optional (extreme performance boost if no times have to be calculated)
rewrite of annotJSONcharToBundleAnnotDFs() for faster loads emuDBs containing large annotJSONs
replaced tidyjson as annot.json parser with own solution at tidyjson didn't scale well on larger annotation files
added verbose parameter to export_TextGridCollection()
improved pre-check of dir exists in export_TextGridCollection()