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.
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 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 from 5.4.0 to 6.0.1.
Release notes
Sourced from arquero's releases.
Commits
4caec98
chore: Update package.json and dependencies.3e8620a
v6.0.0 (#358)dbb663d
docs: Update docs, fix broken links (#350)a316d7d
chore: Bump patch number.0aca49b
chore: Update dependencies.2c5d6a8
fix: Fix jsdoc type errors (#352)550d9df
feat: update to arrow 15 (#347)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