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.2.0 #631

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 11, 2024

Bumps arquero from 5.4.0 to 7.2.0.

Release notes

Sourced from arquero's releases.

v7.2.0

Changes from v7.1.0:

  • Add default key and value determination for lookup verb. The default keys are now all columns with matching names. The default values are all columns in the secondary table whose names do no match any columns in the primary table. (#379)
  • Tighten table expression type signature.
  • Update lookup verb types and documentation.
  • Update dependencies.

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

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.

... (truncated)

Commits
  • c79b003 v7.2.0
  • 8fa6e17 feat: Make lookup keys and values optional.
  • 755a0d3 docs: Update docs to track major version updates.
  • c61723b Fix wrong ToC link in verbs.md
  • 8faf030 fix: Tighten table expression type signatures. (#374)
  • 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)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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)

Bumps [arquero](https://github.com/uwdata/arquero) from 5.4.0 to 7.2.0.
- [Release notes](https://github.com/uwdata/arquero/releases)
- [Commits](uwdata/arquero@v5.4.0...v7.2.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 requested a review from a team as a code owner November 11, 2024 14:37
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Nov 11, 2024
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