-
-
Notifications
You must be signed in to change notification settings - Fork 807
refactor: Remove toolz
dependency
#3426
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
Changes from all commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
546b4e0
refactor: Remove `toolz.curried.pipe` dependency in `vegalite.v5.api`
dangotbanned 3caf7ff
refactor: Remove unneeded `@curried.curry` from `to_values`
dangotbanned d36a2c4
refactor: Remove `toolz.curried.pipe` dependency in `_magics`
dangotbanned d6dce19
refactor: Replaced attribute checks with instance checks for `Support…
dangotbanned aae983a
refactor: Simplified `check_data_type`
dangotbanned b9dc070
refactor: Remove `@curried.curry` dependency from `limit_rows`
dangotbanned c33433f
refactor: Remove `@curried.curry` dependency from `sample`
dangotbanned 8a9d593
refactor: Remove `@curried.curry` dependency from `to_json`, `to_csv`
dangotbanned bf99d72
refactor: Remove top-level `toolz` dependency from `utils.data`
dangotbanned 26e77c4
refactor: Remove `toolz` dependency in `vegalite.data`
dangotbanned 3800fc5
refactor: Remove `@curried.curry` dependency in `utils._vegafusion_data`
dangotbanned b706a94
fix: Update `DataTransformerType` to describe currying
dangotbanned cf54ec2
refactor: Remove `toolz.curry` dependency in `utils.plugin_registry`
dangotbanned 78d1a7c
fix: Ignore special form not a type
dangotbanned 8cd40e2
fix: drop `type` subscript, not available in earlier versions
dangotbanned 8bfaf41
fix: Use 3.8 compatible `typing.Callable` over `collections.abc`
dangotbanned f34eb6f
test: Remove `toolz.pipe` dependency in `test_data`
dangotbanned 48eb2aa
build: drop `toolz` dependency
dangotbanned 1e8167b
refactor: Implement optional `toolz` imports
dangotbanned 2f5aa56
test: adds `test_toolz` covering both `pipe`, `curry`
dangotbanned 60b8231
test: fix assert match on `test_toolz`
dangotbanned a8e537f
refactor(typing): Replace `Literal[None]` -> `None
dangotbanned b0d0e5c
refactor(typing): Replace single-use `NonLikeDataType` alias with `Un…
dangotbanned 6484161
feat: Remove `alt.curry`, `alt.pipe`
dangotbanned 3e4edcb
test: add `F821` ignores in `test_toolz`
dangotbanned 650ee0e
maint: Remove `test_toolz`
dangotbanned ed13af6
Merge branch 'main' into remove-toolz-depend
dangotbanned 7b6e0d7
chore: merge main
dangotbanned 7b0e5d8
Merge branch 'remove-toolz-depend' of https://github.com/dangotbanned…
dangotbanned 88fbd11
revert: remove now-uneeded `import_toolz_function`
dangotbanned bd949a9
fix(typing): add missing `...` for some overloads
dangotbanned 5780f21
docs(typing): Remove `NonGeoDataType` and amend error message in `_da…
dangotbanned 9f0d58a
fix: ensure `SupportsGeoInterface` branch is triggered in `vegafusion…
dangotbanned 7a84764
Merge branch 'vega:main' into remove-toolz-depend
dangotbanned File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.