Skip to content

Commit

Permalink
chore(master): release 4.0.0 (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
mljs-bot authored Jan 6, 2023
1 parent 210f596 commit cbfe008
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 1 deletion.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@
# Changelog

## [4.0.0](https://github.com/mljs/distance/compare/v3.0.0...v4.0.0) (2023-01-06)


### ⚠ BREAKING CHANGES

* upgrade to typescript

### Bug Fixes

* correct clark distance calcuation ([fcb8335](https://github.com/mljs/distance/commit/fcb8335690035e2151140a149f381b59adba7611))
* kumard and jaccard ([d967269](https://github.com/mljs/distance/commit/d967269707f4939e1146b77146b5ef9947e571b7))
* README ([545acbb](https://github.com/mljs/distance/commit/545acbb83facee80a54cd74b8c8ca97603fe9cb3))
* remove 2* from additiveSymmetry ([fc20118](https://github.com/mljs/distance/commit/fc2011821905f23977f3ef63f0c58caf6f488ade))
* use native tex ([a6018d6](https://github.com/mljs/distance/commit/a6018d6968840638e3824d7d66bd1906e66d419c))


### Miscellaneous Chores

* upgrade to typescript ([d609403](https://github.com/mljs/distance/commit/d60940335042809c90ad7e2c46fb214ea58d6ad5))


### Documentation

* add example of tex ([d819bc0](https://github.com/mljs/distance/commit/d819bc08bd77ffb5656dbe1aeb79955e6bbc640e))
* add formula for distances ([deab2e1](https://github.com/mljs/distance/commit/deab2e1b9da910d9be67ae2217fcffc662f9d8e8))
* fix changelog ([210f596](https://github.com/mljs/distance/commit/210f5966d16943befb077c07f8b446f9f7c32552))
* replace * by dot ([8505381](https://github.com/mljs/distance/commit/85053811e567ba0c17e5d11c778e763a7e2d1927))
* working on formula in readme ([876682e](https://github.com/mljs/distance/commit/876682ecdb5d1e41ca77289e825c49d20509cf01))

## [3.0.0](https://github.com/mljs/distance/compare/v2.1.1...v3.0.0) (2019-06-29)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ml-distance",
"version": "3.0.0",
"version": "4.0.0",
"description": "Distance and similarity functions to compare vectors",
"main": "lib/index.js",
"module": "./lib-esm/index.js",
Expand Down

0 comments on commit cbfe008

Please sign in to comment.