Skip to content

chore: update pre-commit hooks#2619

Merged
agoose77 merged 1 commit intomainfrom
pre-commit-ci-update-config
Aug 8, 2023
Merged

chore: update pre-commit hooks#2619
agoose77 merged 1 commit intomainfrom
pre-commit-ci-update-config

Conversation

@pre-commit-ci
Copy link
Copy Markdown
Contributor

@pre-commit-ci pre-commit-ci bot commented Aug 8, 2023

updates:
- [github.com/astral-sh/ruff-pre-commit: v0.0.281 → v0.0.282](astral-sh/ruff-pre-commit@v0.0.281...v0.0.282)
@codecov
Copy link
Copy Markdown

codecov bot commented Aug 8, 2023

Codecov Report

Merging #2619 (050bd26) into main (7f8817e) will not change coverage.
The diff coverage is n/a.

Additional details and impacted files

@pre-commit-ci pre-commit-ci bot temporarily deployed to docs-preview August 8, 2023 03:27 Inactive
@agoose77 agoose77 merged commit 47bfdaa into main Aug 8, 2023
@agoose77 agoose77 deleted the pre-commit-ci-update-config branch August 8, 2023 08:28
agoose77 pushed a commit that referenced this pull request Aug 8, 2023
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
jpivarski added a commit that referenced this pull request Aug 8, 2023
* First function is working: is_alnum.

* is_alpha

* is_decimal

* is_lower

* is_digit

* is_numeric

* is_printable

* is_space

* is_upper

* is_title

* is_ascii; done with string predicates

* capitalize

* lower

* upper

* upper

* title

* T -> T operations on bytestrings should return bytestrings.

* repeat (the first that needs a broadcastable argument)

* reverse (because it's easy)

* replace_slice

* replace_substring

* Also test 'max_replacements' in replace_substring.

* replace_substring_regex: done with string transforms

* center

* lpad and rpad

* trim

* trim_whitespace

* ltrim

* rtrim

* rtrim_whitespace

* ltrim_whitespace

* slice

* feat: add `split_whitespace`

* test: add test for `split_whitespace`

* test: correct test

* feat: add `split_pattern`

* refactor: rename `_get_action`

* feat: add `ak_split_pattern_regex`

* test: update tests for new features

* Fixed UnmaskedArray._drop_none.

* fix: adjust for numexpr 2.8.5, which hid getContext's frame_depth argument (#2617)

* extract_regex.

* join (almost entirely from https://gist.github.com/agoose77/28e5bb0250678e454356a85861a16368)

* use dispatch correctly

* fix: drop unused arg

* join_element_wise

* Revert "use dispatch correctly"

This reverts commit 559073b.

* fix: broadcast `num_repeats`

* feat: add `count_substring[_pattern]`

* docs: fixup docstring

* feat: add `ends_with`

* feat: add `starts_with`

* docs: fix link

* feat: add `find_substring`

* docs: fix typo

* feat: add `find_substring_regex`

* docs: fix link

* feat: add `match_like`

* test: improve test

* feat: add `match_substring`, `match_substring_regex`

* feat: add `is_in` and `index_in`

* fix: operate at leaf depth

* refactor: add internal `pyarrow.compute` helper

* refactor: use pyarrow import helper

* refactor: add `module` and `name` arguments to `high_level_function`

* fix: pass `module` to str `high_level_function`

* docs: homogenize docstrings

* docs: add see also

* docs: include `ak.str` in toctree

* chore: update pre-commit hooks (#2619)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>

* refactor: cleanup error handling

* Rename ak_*.py modules -> akstr_*.py.

---------

Co-authored-by: Angus Hollands <goosey15@gmail.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant