You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: danfojs/src/core/series.js
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -14,8 +14,8 @@
14
14
*/
15
15
16
16
17
-
// import * as tf from '@tensorflow/tfjs-node'; //Use this import when building optimized version for danfojs-node
18
-
import*astffrom'@tensorflow/tfjs';//Use this import when building optimized version for danfojs browser sideimport { std, variance } from 'mathjs'
17
+
import*astffrom'@tensorflow/tfjs-node';//Use this import when building optimized version for danfojs-node
18
+
// import * as tf from '@tensorflow/tfjs'; //Use this import when building optimized version for danfojs browser sideimport { std, variance } from 'mathjs'
Copy file name to clipboardExpand all lines: package.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
-
"name": "danfojs",
3
-
"version": "0.1.5",
2
+
"name": "danfojs-node",
3
+
"version": "0.1.9",
4
4
"description": "JavaScript library providing high performance, intuitive, and easy to use data structures for manipulating and processing structured data.",
0 commit comments