Comparing version 1.0.0-alpha.15.0 to 1.0.0-alpha.16.0
@@ -840,3 +840,3 @@ define(['exports', 'simple-statistics', 'nerdamer/nerdamer.core.js', 'nerdamer/Algebra.js', 'nerdamer/Calculus.js', 'nerdamer/Solve.js'], (function (exports, ss, nerdamer, Algebra_js, Calculus_js, Solve_js) { 'use strict'; | ||
obj["binCandidates"] = []; | ||
binningMethods.forEach(function (binningMethod) { | ||
Object.keys(binningMethodObjs).forEach(function (binningMethod) { | ||
obj["binCandidates"].push(JSON.parse(JSON.stringify(binningMethodObjs[binningMethod]["dataBinAssignments"][primaryKey]))); | ||
@@ -843,0 +843,0 @@ }); |
@@ -844,3 +844,3 @@ (function (global, factory) { | ||
obj["binCandidates"] = []; | ||
binningMethods.forEach(function (binningMethod) { | ||
Object.keys(binningMethodObjs).forEach(function (binningMethod) { | ||
obj["binCandidates"].push(JSON.parse(JSON.stringify(binningMethodObjs[binningMethod]["dataBinAssignments"][primaryKey]))); | ||
@@ -847,0 +847,0 @@ }); |
{ | ||
"name": "binguru", | ||
"version": "1.0.0-alpha.15.0", | ||
"version": "1.0.0-alpha.16.0", | ||
"description": "BinGuru is a Javascript package with an API to several established data binning / data classification methods, often used for visualizing data on choropleth maps. It also includes an implementation of a new, consensus binning method, 'Resiliency'.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.mjs", |
@@ -1006,3 +1006,3 @@ /*********************************************************** | ||
binningMethods.forEach(function (binningMethod) { | ||
Object.keys(binningMethodObjs).forEach(function (binningMethod) { | ||
obj["binCandidates"].push(JSON.parse(JSON.stringify(binningMethodObjs[binningMethod]["dataBinAssignments"][primaryKey]))); | ||
@@ -1009,0 +1009,0 @@ }); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
289467