diff --git a/src/interface.jl b/src/interface.jl index be88e67..54359ff 100644 --- a/src/interface.jl +++ b/src/interface.jl @@ -5,7 +5,7 @@ export noNegative!, randomWithProb, randomChoiceWithProb, findIndex, limitvalue, replaceLessThan, replaceBetween, cartesianAssign!, sumAlongDim3, matMul3Dto3DmanyTo1batch, matMul_3Dto4D_batchwise, isNotEqual, linearToCartesian, vectorMax, findMax, multiply_last, multiplyRandomElements, replaceElements, replaceElements!, isBetween, - isLess, allTrue, getStringBetweenCharacters, mkDictPath!, + isLess, allTrue, getStringBetweenCharacters, mkDictPath!, dict_to_string_html, getDictPath, detectKeywordVariation, textToDict, dictify, ordereddictify using JSON, DataStructures, Distributions, Random, Dates, UUIDs, DataFrames, CSV