gridviz-smoothing 0.0.9 → 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -4,4 +4,6 @@
|
|
|
4
4
|

|
|
5
5
|

|
|
6
6
|
|
|
7
|
+
Gaussian kernel density smoothing for [GridViz](https://github.com/eurostat/gridviz/).
|
|
7
8
|
|
|
9
|
+
See [the documentation](https://eurostat.github.io/gridviz/docs/reference#kernel-smoothing).
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "gridviz-smoothing",
|
|
3
|
-
"version": "0.0
|
|
4
|
-
"description": "",
|
|
3
|
+
"version": "1.0.0",
|
|
4
|
+
"description": "Gaussian kernel density smoothing for GridViz",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"homepage": "https://github.com/eurostat/gridviz-smoothing",
|
|
7
7
|
"author": "Joseph Davies, Julien Gaffuri",
|