-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add tests for multiple versions of pyspark
fix fix try fix try fix restore keys
- Loading branch information
Showing
3 changed files
with
56 additions
and
2 deletions.
There are no files selected for viewing
This file contains 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 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 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
# Changelog | ||
|
||
## 0.11.0 | ||
|
||
### Breaking changes | ||
|
||
chispa 0.11.0 drops support for Python 3.7 | ||
|
||
|
||
* Drop support for Python 3.7 and Pyspark 2.x and remove vendored dependency on six by @fpgmaas in https://github.com/MrPowers/chispa/pull/80 | ||
* chore: refresh poetry lock by @fpgmaas in https://github.com/MrPowers/chispa/pull/108 | ||
* Add unit tests for multiple python versions to CI stage by @fpgmaas in https://github.com/MrPowers/chispa/pull/81 | ||
* Add makefile by @fpgmaas in https://github.com/MrPowers/chispa/pull/103 | ||
* Improve pyproject.toml by @fpgmaas in https://github.com/MrPowers/chispa/pull/105 | ||
* Add mkdocs-material by @fpgmaas in https://github.com/MrPowers/chispa/pull/104 | ||
* chore: Use Python `.gitignore` template by @fpgmaas in https://github.com/MrPowers/chispa/pull/113 | ||
* chore: add PR and issue templates by @fpgmaas in https://github.com/MrPowers/chispa/pull/115 | ||
* feat: remove vendored dependency prettytable by @fpgmaas in https://github.com/MrPowers/chispa/pull/114 | ||
* chore: add test coverage commands by @fpgmaas in https://github.com/MrPowers/chispa/pull/112 | ||
* Add pre-commit hooks and ruff by @fpgmaas in https://github.com/MrPowers/chispa/pull/106 | ||
* Delete .coverage.Florians-MacBook-Pro.local.18837.XACWbthx by @fpgmaas in https://github.com/MrPowers/chispa/pull/117 | ||
* chore: enable ruff rule `E712` by @fpgmaas in https://github.com/MrPowers/chispa/pull/118 | ||
* chore: enable `F401` and `F403` by @fpgmaas in https://github.com/MrPowers/chispa/pull/120 | ||
* chore: enable ruff `F841` by @fpgmaas in https://github.com/MrPowers/chispa/pull/121 | ||
* Add `make check` command by @fpgmaas in https://github.com/MrPowers/chispa/pull/122 | ||
* chore: enable ruff `I` (`isort`) by @fpgmaas in https://github.com/MrPowers/chispa/pull/125 | ||
* chore: add more precommit hooks by @fpgmaas in https://github.com/MrPowers/chispa/pull/123 | ||
* chore: enable ruff rules `RUF` and `UP` by @fpgmaas in https://github.com/MrPowers/chispa/pull/126 | ||
* feat: NOTICE-binary file by @SemyonSinchenko in https://github.com/MrPowers/chispa/pull/128 | ||
* feat: Introduce `FormattingConfig` and deprecate `DefaultFormats` by @fpgmaas in https://github.com/MrPowers/chispa/pull/127 | ||
|
||
## New Contributors | ||
* @fpgmaas made their first contribution in https://github.com/MrPowers/chispa/pull/80 | ||
|
||
**Full Changelog**: https://github.com/MrPowers/chispa/compare/v0.10.0...v0.11.0 |