CoolFace
Apppublic

opusdev/vector-similarity-api

sourceHugging Faceupdated 5mo agoView on Hugging Face
1likes
History.md98 linesDownload Raw Back to bytes
13.1.2 / 2022-01-272==================3 4  * Fix return value for un-parsable strings5 63.1.1 / 2021-11-157==================8 9  * Fix "thousandsSeparator" incorrecting formatting fractional part10 113.1.0 / 2019-01-2212==================13 14  * Add petabyte (`pb`) support15 163.0.0 / 2017-08-3117==================18 19  * Change "kB" to "KB" in format output20  * Remove support for Node.js 0.621  * Remove support for ComponentJS22 232.5.0 / 2017-03-2424==================25 26  * Add option "unit"27 282.4.0 / 2016-06-0129==================30 31  * Add option "unitSeparator"32 332.3.0 / 2016-02-1534==================35 36  * Drop partial bytes on all parsed units37  * Fix non-finite numbers to `.format` to return `null`38  * Fix parsing byte string that looks like hex39  * perf: hoist regular expressions40 412.2.0 / 2015-11-1342==================43 44  * add option "decimalPlaces"45  * add option "fixedDecimals"46 472.1.0 / 2015-05-2148==================49 50  * add `.format` export51  * add `.parse` export52 532.0.2 / 2015-05-2054==================55 56  * remove map recreation57  * remove unnecessary object construction58 592.0.1 / 2015-05-0760==================61 62  * fix browserify require63  * remove node.extend dependency64 652.0.0 / 2015-04-1266==================67 68  * add option "case"69  * add option "thousandsSeparator"70  * return "null" on invalid parse input71  * support proper round-trip: bytes(bytes(num)) === num72  * units no longer case sensitive when parsing73 741.0.0 / 2014-05-0575==================76 77 * add negative support. fixes #678 790.3.0 / 2014-03-1980==================81 82 * added terabyte support83 840.2.1 / 2013-04-0185==================86 87  * add .component88 890.2.0 / 2012-10-2890==================91 92  * bytes(200).should.eql('200b')93 940.1.0 / 2012-07-0495==================96 97  * add bytes to string conversion [yields]98