Skip to content
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

chore(deps): bump arquero from 5.4.0 to 7.1.0 #548

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 30, 2024

Bumps arquero from 5.4.0 to 7.1.0.

Release notes

Sourced from arquero's releases.

v7.1.0

Changes from v7.0.0:

  • Add collate helper for custom sort orders.
  • Add toCSV header option.
  • Update toCSV to include a trailing newline.
  • Update comparator parser/generator to support collation comparators.
  • Update tests and documentation.

Full Changelog: uwdata/arquero@v7.0.0...v7.1.0

v7.0.0

Changes from v6.0.1:

  • Breaking: Change the default handler of Apache Arrow data from the apache-arrow JS reference implementation to the smaller, faster, and more flexible @uwdata/flechette.

    This change improves performance and simplifies Arquero internals, as it obviates the need for internal custom Arrow data conversion steps and a variety of earlier performance and correctness workarounds. Arrow IPC binary decoding (in fromArrow) and building/encoding (in toArrow and toArrowIPC) now use Flechette.

    If passing an already instantiated Arrow table to fromArrow, Arquero supports both apache-arrow and @uwdata/flechette tables, including optimizations for groupby and filter operations over dictionary types. However, special extraction of decimals, dates, and nested types (lists, structs) is no longer provided by Arquero; instead we default to whatever the Arrow implementation provides. For Flechette, this includes customizable extraction options and efficient serialization to native JS array and object types. For Arrow-JS, decimals are not well-supported and lists are returned as Arrow Vector types and structs as slow Proxy row objects.

    If loading data directly from IPC bytes, Arquero results should be consistent. Moreover, as Flechette is small, it is bundled directly with Arquero, so (unlike before) no additional imports are needed to process Arrow data. However, when passing-in already-parsed apache-arrow tables, results will differ for some data types.

Full Changelog: uwdata/arquero@v6.0.1...v7.0.0

v6.0.1

  • Update package.json, use main again to resolve CDN issues.
  • Update dependencies.

v6.0.0

  • Breaking: Switch project to type module, update imports for node compatibility.
  • Breaking: Remove serialized Query functionality; it does not seem to be used at all.
  • Breaking: Limit extensibility methods to op functions only, remove table method and package registration. New table methods can instead be added by directly assigning them to ColumnTable.prototype.
  • Breaking: Remove Table.columns() method. Use Table.data() instead.
  • Breaking: Remove Table.columnArray() method. Use Table.array() instead.
  • Breaking: Rename toArrowBuffer() to toArrowIPC().
  • Breaking: Refactor module exports to be flat, including internal classes and toXXX format methods.
  • Add lightweight base Table representation, ColumnTable subclass adds transformations and format methods.
  • Add array type checks for columns to optimize access.
  • Add more Arrow conversions (Date, Decimal, etc.) and corresponding arrowColumn() option flags.
  • Add object freeze to table column object.
  • Remove internal column wrapper interface, use array-like objects directly.
  • Refactor verb definitions to a single location, remove previous engine folder.
  • Refactor verb argument parsing to consolidate in top-level verb methods.
  • Refactor all Apache Arrow functionality to the arrow folder.
  • Use Mocha as the test runner.
  • Improve TypeScript types and testing.
  • Update build process, drop node bundle, retain UMD builds.
  • Update dependencies.

v5.4.1

... (truncated)

Commits
  • ab44a1f chore: Bump minor version and dev deps.
  • 48696c3 feat: Add collate helper for custom sort orders.
  • a07c34f feat: Add header option to toCSV method. (#370)
  • 6271161 chore: Bump major version.
  • c60f694 feat!: Use Flechette for Apache Arrow processing (#362)
  • c806660 test: Update eslint config.
  • 2353bf7 docs: Tweak logo, update doc links.
  • 4caec98 chore: Update package.json and dependencies.
  • 3e8620a v6.0.0 (#358)
  • dbb663d docs: Update docs, fix broken links (#350)
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot requested a review from a team as a code owner September 30, 2024 14:34
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 30, 2024
Bumps [arquero](https://github.com/uwdata/arquero) from 5.4.0 to 7.1.0.
- [Release notes](https://github.com/uwdata/arquero/releases)
- [Commits](uwdata/arquero@v5.4.0...v7.1.0)

---
updated-dependencies:
- dependency-name: arquero
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/arquero-7.1.0 branch from b27e230 to bba64b5 Compare October 24, 2024 11:05
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 11, 2024

Superseded by #631.

@dependabot dependabot bot closed this Nov 11, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/arquero-7.1.0 branch November 11, 2024 14:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants