@dra2020/district-analytics 10.0.3 → 10.0.6

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.
@@ -6,7 +6,6 @@ export declare function getDistrict(plan: T.PlanByGeoID, geoID: string): number
6
6
  export declare function parseGeoID(geoID: string): T.GeoIDParts;
7
7
  export declare function isWaterOnly(geoID: string, s?: AnalyticsSession): boolean;
8
8
  export declare function isUninhabited(geoID: string, s: AnalyticsSession): boolean;
9
- export declare function normalize(rawScore: number, testScale: T.TestScale): number;
10
9
  export declare function trim(fullFraction: number, digits?: number | undefined): number;
11
10
  export declare function sumArray(arr: number[]): number;
12
11
  export declare function avgArray(arr: number[]): number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dra2020/district-analytics",
3
- "version": "10.0.3",
3
+ "version": "10.0.6",
4
4
  "description": "District analytics TypeScript package",
5
5
  "main": "dist/district-analytics.js",
6
6
  "files": [
@@ -50,7 +50,7 @@
50
50
  "dependencies": {
51
51
  "@dra2020/compactness": "^1.1.4",
52
52
  "@dra2020/dra-graph": "^1.0.0",
53
- "@dra2020/dra-score": "^10.0.5",
53
+ "@dra2020/dra-score": "^10.0.6",
54
54
  "@dra2020/dra-types": "^1.6.1",
55
55
  "@dra2020/poly": "^1.5.0",
56
56
  "@dra2020/util": "^1.0.54",