Skip to content

Releases: javascriptdata/danfojs

Latest Release Node (v1.1.2), Browser (v1.1.2)

12 Oct 15:34
Compare
Choose a tag to compare

What's Changed

  • fix copy/paste error in df.apply documentation by @kgeis in #469
  • Makes an ESM bundle using esbuild by @dcrescim in #447
  • Fix invalid assert.throws statements by @igonro in #419
  • chore(deps): bump shell-quote from 1.7.2 to 1.7.3 in /src/danfojs-browser by @dependabot in #477
  • chore(deps): bump terser from 5.11.0 to 5.14.2 in /src/danfojs-browser by @dependabot in #474
  • chore(deps): bump terser from 5.10.0 to 5.14.2 in /src/danfojs-base by @dependabot in #473
  • Allow Series.append() to use zero, fixes #486 by @BowTiedAztec in #487
  • Add error handler for io functions by @risenW in #503
  • chore(deps): bump json-schema and jsprim in /src/danfojs-node by @dependabot in #504
  • add support for excel parsing options arg by @risenW in #505
  • Chore/add default support for datetime by @risenW in #511
  • Master merge by @steveoni in #478

New Contributors

Full Changelog: v1.1.1...v1.1.2

Release Node (v1.1.1), Browser (v1.1.1)

20 Apr 21:43
Compare
Choose a tag to compare

What's Changed

  • fix: fillNa throws an error when values is an empty string by @ankitskvmdam in #441
  • Fix for readCSV mismatch between Browser and Node by @dcrescim in #443
  • Fix breaking import in client-side library

New Contributors

Full Changelog: v1.1.0...v1.1.1

Release Node (v1.1.0), Browser (v1.1.0)

04 Apr 10:14
Compare
Choose a tag to compare

What's Changed

  • Deprecated toJSON, toCSV, and toExcel methods in frame and series by @risenW in #440

Full Changelog: v1.0.5...v1.1.0

Release Node (v1.0.5), Browser (v1.0.5) Latest

02 Apr 13:24
889778b
Compare
Choose a tag to compare

What's Changed

  • feat: Added diff() function to DataFrame by @NeonSpork in #414
  • Fix empty dataframe not adding columns information by @igonro in #417
  • feat: Added pctChange() to DataFrame and divNoNan() to $MathOps in DataFrame by @NeonSpork in #418
  • test: Added missing unit tests for diff() and pctChange() by @NeonSpork in #422
  • Fix/breaking import by @risenW in #438

Full Changelog: v1.0.3...v1.0.5

Release Node (v1.0.3), Browser (v1.0.3)

08 Mar 08:11
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.2...v1.0.3

Release Node (v1.0.2), Browser (v1.0.2)

19 Jan 13:47
Compare
Choose a tag to compare

What's Changed

  • Update TensorFlow version to fix M1 chip incompatibility by @risenW in #358
  • Add new feature iat and at by @risenW in #359
  • Fixed issue with sort by values by @risenW in #360

Full Changelog: v1.0.1...v1.0.2

Release Node (v1.0.1), Browser (v1.0.1)

16 Jan 12:13
Compare
Choose a tag to compare

What's Changed

  • Added type to DataFrame.rename mapper by @Devwulf in #347
  • Added the missing groupby.std() by @Devwulf in #351
  • Bump follow-redirects from 1.13.1 to 1.14.7 in /src/danfojs-browser by @dependabot in #352
  • Bump follow-redirects from 1.14.6 to 1.14.7 in /src/danfojs-base by @dependabot in #353

New Contributors

Full Changelog: v1.0.0...v1.0.1

Release Node (v1.0.0), Browser (v1.0.0)

12 Jan 16:14
Compare
Choose a tag to compare

Major breaking update. See the migration guide for pre-v1 users.

New Features

  • Full Typescript support
  • streamCsvTransforme ==> Pipable stream transformer for incrementally transforming DataFrames
  • streamJSON ==> Supports streaming of local or remote JSON files into DataFrame.
  • streamCSV ==> Supports streaming of local or remote CSV files into DataFrame.
  • openCsvInputStream ==> Open a local/remote CSV file as a readable stream
  • writeCsvOutputStream ==> Open a local/remote CSV file as a writable stream
  • #325
  • #296

Bug Fixes

Contributors @risenW @steveoni

New Release for Danfojs Nodejs and Browser (v0.3.4)

05 Dec 21:08
Compare
Choose a tag to compare

New Release for Danfojs Node(v0.3.3) and Browser (0.3.3)

10 Oct 20:09
Compare
Choose a tag to compare