Skip to content

Commit a778dca

Browse files
authored
chore: release 0.2.0 (#7)
1 parent 8ad1245 commit a778dca

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

Diff for: CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## [0.2.0](https://www.github.com/mljs/histogram-stats/compare/v0.1.0...v0.2.0) (2021-06-22)
4+
5+
6+
### Features
7+
8+
* percentile function added and compared to numpy routine percentile ([a8dd975](https://www.github.com/mljs/histogram-stats/commit/a8dd97508b55e0c19ab90049f671bb617008956d))
9+
* quantile function added and its test cases, results are compared to numpy routine percentile ([0d9a7d8](https://www.github.com/mljs/histogram-stats/commit/0d9a7d89a42321bc85883c9c839dd6a0dc4f3335))
10+
* quantile function added with its test cases ([ff61c97](https://www.github.com/mljs/histogram-stats/commit/ff61c97fe29d40bb0ebbc7397637fe57c4de0c6b))
11+
* quantile function added with its test cases ([7d3e53a](https://www.github.com/mljs/histogram-stats/commit/7d3e53ae03490703d739efecc1b074ab04b49971))
12+
13+
14+
### Bug Fixes
15+
16+
* export quantile method ([60728fa](https://www.github.com/mljs/histogram-stats/commit/60728fa97cd3a89be619c110eaaf015359b6b189))
17+
318
## 0.1.0 (2021-05-19)
419

520

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ml-histogram-stats",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "Calcualte statistics on histograms",
55
"main": "lib/index.js",
66
"module": "src/index.js",

0 commit comments

Comments
 (0)