ml-sparse-matrix
Advanced tools
Comparing version 0.2.0 to 0.2.1
{ | ||
"name": "ml-sparse-matrix", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "Sparse matrix library", | ||
@@ -31,4 +31,4 @@ "main": "src/SparseMatrix.js", | ||
"dependencies": { | ||
"ml-hash-table": "^0.1.2" | ||
"ml-hash-table": "^0.2.0" | ||
} | ||
} |
@@ -150,3 +150,3 @@ const HashTable = require('ml-hash-table'); | ||
if (r === 0) { | ||
this.elements.remove(key); | ||
this.elements.remove(key, true); | ||
} else { | ||
@@ -158,2 +158,3 @@ this.elements.set(key, r); | ||
}); | ||
this.elements.maybeShrinkCapacity(); | ||
return this; | ||
@@ -160,0 +161,0 @@ } |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
10161
254
+ Addedbinary-search@1.3.6(transitive)
+ Addedml-hash-table@0.2.1(transitive)
+ Addednum-sort@1.0.0(transitive)
+ Addednumber-is-nan@1.0.1(transitive)
- Removedml-binary-search@1.1.2(transitive)
- Removedml-hash-table@0.1.2(transitive)
Updatedml-hash-table@^0.2.0