8000 Master merge by steveoni · Pull Request #478 · javascriptdata/danfojs · GitHub
[go: up one dir, main page]

Skip to content

Master merge #478

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 21 commits into from
Oct 12, 2022
Merged
Changes from 2 commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
4161345
Update frame.ts
kgeis Jul 18, 2022
507195e
chore(deps): bump terser from 5.10.0 to 5.14.2 in /src/danfojs-base
dependabot[bot] Jul 20, 2022
b71ff69
chore(deps): bump terser from 5.11.0 to 5.14.2 in /src/danfojs-browser
dependabot[bot] Jul 20, 2022
817179b
Merge pull request #469 from kgeis/patch-1
steveoni Jul 29, 2022
9f2d088
chore(deps): bump shell-quote in /src/danfojs-browser
dependabot[bot] Jul 29, 2022
b8892c9
Allow Series.append() to use zero
BowTiedAztec Aug 17, 2022
485ba90
Merge pull request #477 from javascriptdata/dependabot/npm_and_yarn/s…
risenW Aug 19, 2022
dc1e29c
Merge pull request #474 from javascriptdata/dependabot/npm_and_yarn/s…
risenW Aug 19, 2022
756c200
Merge pull request #473 from javascriptdata/dependabot/npm_and_yarn/s…
risenW Aug 19, 2022
aaf6685
Merge pull request #487 from BowTiedAztec/dev
risenW Aug 19, 2022
237f5af
Add error handler for io functions
risenW Sep 23, 2022
13bb9cd
fix typing error
risenW Sep 23, 2022
d44c396
disabling test for online csvs
risenW Sep 23, 2022
edfe669
update stream start index
risenW Sep 25, 2022
7c7afbf
Merge pull request #503 from javascriptdata/chore/add-error-handler-f…
risenW Sep 25, 2022
7bafc9a
chore(deps): bump json-schema and jsprim in /src/danfojs-node
dependabot[bot] Sep 25, 2022
201ddf7
Merge pull request #504 from javascriptdata/dependabot/npm_and_yarn/s…
risenW Sep 25, 2022
e3f3579
add support for excel parsing options arg
risenW Sep 25, 2022
ca671ca
update types
risenW Sep 25, 2022
6d06a5c
Merge pull request #505 from javascriptdata/463-cant-parse-dates-from…
risenW Sep 25, 2022
039e518
Merge branch 'master' of https://github.com/javascriptdata/danfojs
risenW Sep 25, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/danfojs-browser/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5890,9 +5890,9 @@ shebang-regex@^3.0.0:
integrity sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==

shell-quote@^1.6.1:
version "1.7.2"
resolved "https://registry.npmjs.org/shell-quote/-/shell-quote-1.7.2.tgz"
integrity sha512-mRz/m/JVscCrkMyPqHc/bczi3OQHkLTqXHEFu0zDhK/qfv3UcOA4SVmRCLmos4bhjr9ekVQubj/R7waKapmiQg==
version "1.7.3"
resolved "https://registry.yarnpkg.com/shell-quote/-/shell-quote-1.7.3.tgz#aa40edac170445b9a431e17bb62c0b881b9c4123"
integrity sha512-Vpfqwm4EnqGdlsBFNmHhxhElJYrdfcxPThu+ryKS5J8L/fhAwLazFZtq+S+TWZ9ANj2piSQLGj6NQg+lKPmxrw==

signal-exit@^3.0.2, signal-exit@^3.0.3:
version "3.0.3"
Expand Down
0