What's Changed
- Remove column_ext from init py in extensions by @jamesfielder in #196
- add array_choice back to api by @MrPowers in #198
- Deprecated print_athena_create_table functionality by @kunaljubce in #201
- Sc grepper by @MrPowers in #205
- format the keywords by @MrPowers in #208
- Add templates for feature-request, bug-report, docs-improvement by @dinjazelena in #167
- set ruff version in ci to match
pyproject.toml
by @jeffbrennan in #210 - Fix ruff lint by @jeffbrennan in #211
- Fix surround substring to surround all substrings by @mrjsj in #212
- Update search files by @jeffbrennan in #215
- Add CI tests on latest version of Spark by @kunaljubce in #206
- Fix: Failure in tests/extensions/test_dataframe_ext.py for Spark 2.4 by @kunaljubce in #217
- Fixed structural issues for README examples by @kunaljubce in #218
- Bump idna from 3.6 to 3.7 by @dependabot in #222
- Add documentation for with_columns_renamed() by @kunaljubce in #219
- Fix typo in the contributions page by @vedanthv in #224
- Bump jinja2 from 3.1.3 to 3.1.4 by @dependabot in #225
- Added GitHub action to auto-assign issues by @paulooctavio in #226
- Bump certifi from 2024.2.2 to 2024.7.4 by @dependabot in #228
- Add apache 2.0 license to the Py files & add a CI step for performing license checks by @nijanthanvijayakumar in #229
- Fix docstring for anti_trim function by @nijanthanvijayakumar in #231
- Add maintainers to pyproject.toml & update CONTRIBUTING.md with ruff setup for IDEs (#173 and #163) by @nijanthanvijayakumar in #230
- Fix git command in CONTRIBUTING.md by @nijanthanvijayakumar in #235
- update column extension function names and desc in readme by @fatemetardasti96 in #240
- Update the CONTRIBUTING.md file to add details regarding pre-commit & GitHub Actions local setup by @nijanthanvijayakumar in #254
- Bump jupyterlab from 3.6.7 to 3.6.8 by @dependabot in #257
- Added new parameter
return_bool
to validate dataframe methods by @paulooctavio in #265 - Added new parameter return_bool to validate dataframe methods (fix linting) by @paulooctavio in #267
- Remove import * from codebase and documentation by @paulooctavio in #260
- More robust rand_laplace implementation by @zeotuan in #271
- add randn with mean and variance by @zeotuan in #270
- Add Retry to Flaky rand test by @zeotuan in #272
New Contributors
- @jamesfielder made their first contribution in #196
- @mrjsj made their first contribution in #212
- @vedanthv made their first contribution in #224
- @paulooctavio made their first contribution in #226
- @fatemetardasti96 made their first contribution in #240
- @zeotuan made their first contribution in #269
Full Changelog: v0.10.2...v0.10.3