@thi.ng/sparse
Advanced tools
Comparing version 0.2.6 to 0.2.7
@@ -6,3 +6,3 @@ # Change Log | ||
## [0.2.6](https://github.com/thi-ng/umbrella/compare/@thi.ng/sparse@0.2.5...@thi.ng/sparse@0.2.6) (2021-10-28) | ||
## [0.2.7](https://github.com/thi-ng/umbrella/compare/@thi.ng/sparse@0.2.6...@thi.ng/sparse@0.2.7) (2021-11-03) | ||
@@ -15,42 +15,2 @@ **Note:** Version bump only for package @thi.ng/sparse | ||
## [0.2.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/sparse@0.2.4...@thi.ng/sparse@0.2.5) (2021-10-28) | ||
**Note:** Version bump only for package @thi.ng/sparse | ||
## [0.2.4](https://github.com/thi-ng/umbrella/compare/@thi.ng/sparse@0.2.3...@thi.ng/sparse@0.2.4) (2021-10-25) | ||
**Note:** Version bump only for package @thi.ng/sparse | ||
## [0.2.3](https://github.com/thi-ng/umbrella/compare/@thi.ng/sparse@0.2.2...@thi.ng/sparse@0.2.3) (2021-10-15) | ||
**Note:** Version bump only for package @thi.ng/sparse | ||
## [0.2.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/sparse@0.2.1...@thi.ng/sparse@0.2.2) (2021-10-15) | ||
**Note:** Version bump only for package @thi.ng/sparse | ||
## [0.2.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/sparse@0.2.0...@thi.ng/sparse@0.2.1) (2021-10-13) | ||
**Note:** Version bump only for package @thi.ng/sparse | ||
# [0.2.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/sparse@0.1.89...@thi.ng/sparse@0.2.0) (2021-10-12) | ||
@@ -85,11 +45,11 @@ | ||
## [0.1.89](https://github.com/thi-ng/umbrella/compare/@thi.ng/sparse@0.1.88...@thi.ng/sparse@0.1.89) (2021-09-03) | ||
## [0.1.89](https://github.com/thi-ng/umbrella/compare/@thi.ng/sparse@0.1.88...@thi.ng/sparse@0.1.89) (2021-09-03) | ||
**Note:** Version bump only for package @thi.ng/sparse | ||
**Note:** Version bump only for package @thi.ng/sparse | ||
# 0.1.0 (2019-02-17) | ||
# 0.1.0 (2019-02-17) | ||
### Features | ||
### Features | ||
- **sparse:** add CSC, update all other matrix impls, remove adjacency ([cd773c9](https://github.com/thi-ng/umbrella/commit/cd773c9)) | ||
- **sparse:** add CSC, update all other matrix impls, remove adjacency ([cd773c9](https://github.com/thi-ng/umbrella/commit/cd773c9)) | ||
- **sparse:** re-import & update [@thi](https://github.com/thi).ng/sparse (MBP2010) ([a2d1cc9](https://github.com/thi-ng/umbrella/commit/a2d1cc9)) |
{ | ||
"name": "@thi.ng/sparse", | ||
"version": "0.2.6", | ||
"version": "0.2.7", | ||
"description": "Sparse vector & matrix implementations", | ||
@@ -36,5 +36,5 @@ "type": "module", | ||
"dependencies": { | ||
"@thi.ng/api": "^8.0.6", | ||
"@thi.ng/api": "^8.1.0", | ||
"@thi.ng/errors": "^2.0.6", | ||
"@thi.ng/transducers": "^8.0.6" | ||
"@thi.ng/transducers": "^8.0.7" | ||
}, | ||
@@ -103,3 +103,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "c17a556ad25f6882dfa8f806a1d9e8ed7ac7cd71" | ||
"gitHead": "852cd2450617c86d15d18477dc634f17f04202eb" | ||
} |
53874
Updated@thi.ng/api@^8.1.0
Updated@thi.ng/transducers@^8.0.7