File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ yarn add danfojs
7070For use directly in HTML files, you can add the latest script tag from [ JsDelivr] ( https://www.jsdelivr.com/package/npm/danfojs ) to your HTML file:
7171
7272``` html
73- <script src =" https://cdn.jsdelivr.net/npm/danfojs@1.0.0 /lib/bundle.js" ></script >
73+ <script src =" https://cdn.jsdelivr.net/npm/danfojs@1.0.1 /lib/bundle.js" ></script >
7474```
7575See all available versions [ here] ( https://www.jsdelivr.com/package/npm/danfojs )
7676
@@ -85,7 +85,7 @@ See all available versions [here](https://www.jsdelivr.com/package/npm/danfojs)
8585 <head >
8686 <meta charset =" UTF-8" />
8787 <meta name =" viewport" content =" width=device-width, initial-scale=1.0" />
88- <script src =" https://cdn.jsdelivr.net/npm/danfojs@1.0.0 /lib/bundle.js" ></script >
88+ <script src =" https://cdn.jsdelivr.net/npm/danfojs@1.0.1 /lib/bundle.js" ></script >
8989
9090 <title >Document</title >
9191 </head >
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ import merge from "./transformers/merge"
2929import dateRange from "./core/daterange"
3030import tensorflow from "./shared/tensorflowlib"
3131
32- const __version = "1.0.0"
32+ const __version = "1.0.1" ;
3333
3434export {
3535 NDframe ,
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ yarn add danfojs
7171For use directly in HTML files, you can add the latest script tag from [ JsDelivr] ( https://www.jsdelivr.com/package/npm/danfojs ) to your HTML file:
7272
7373``` html
74- <script src =" https://cdn.jsdelivr.net/npm/danfojs@1.0.0 /lib/bundle.js" ></script >
74+ <script src =" https://cdn.jsdelivr.net/npm/danfojs@1.0.1 /lib/bundle.js" ></script >
7575```
7676See all available versions [ here] ( https://www.jsdelivr.com/package/npm/danfojs )
7777
@@ -86,7 +86,7 @@ See all available versions [here](https://www.jsdelivr.com/package/npm/danfojs)
8686 <head >
8787 <meta charset =" UTF-8" />
8888 <meta name =" viewport" content =" width=device-width, initial-scale=1.0" />
89- <script src =" https://cdn.jsdelivr.net/npm/danfojs@1.0.0 /lib/bundle.js" ></script >
89+ <script src =" https://cdn.jsdelivr.net/npm/danfojs@1.0.1 /lib/bundle.js" ></script >
9090
9191 <title >Document</title >
9292 </head >
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ yarn add danfojs
7171For use directly in HTML files, you can add the latest script tag from [ JsDelivr] ( https://www.jsdelivr.com/package/npm/danfojs ) to your HTML file:
7272
7373``` html
74- <script src =" https://cdn.jsdelivr.net/npm/danfojs@1.0.0 /lib/bundle.js" ></script >
74+ <script src =" https://cdn.jsdelivr.net/npm/danfojs@1.0.1 /lib/bundle.js" ></script >
7575```
7676See all available versions [ here] ( https://www.jsdelivr.com/package/npm/danfojs )
7777
@@ -86,7 +86,7 @@ See all available versions [here](https://www.jsdelivr.com/package/npm/danfojs)
8686 <head >
8787 <meta charset =" UTF-8" />
8888 <meta name =" viewport" content =" width=device-width, initial-scale=1.0" />
89- <script src =" https://cdn.jsdelivr.net/npm/danfojs@1.0.0 /lib/bundle.js" ></script >
89+ <script src =" https://cdn.jsdelivr.net/npm/danfojs@1.0.1 /lib/bundle.js" ></script >
9090
9191 <title >Document</title >
9292 </head >
You can’t perform that action at this time.
0 commit comments