Releases: jupyter-incubator/sparkmagic
Releases · jupyter-incubator/sparkmagic
0.22.0
What's Changed
- build(deps): bump cryptography from 41.0.3 to 41.0.4 by @dependabot in #841
- build(deps): bump urllib3 from 1.26.13 to 1.26.17 by @dependabot in #842
- build(deps): bump urllib3 from 1.26.17 to 1.26.18 by @dependabot in #844
- Add basic Helm chart package by @ljubon in #843
- CI: enable basic dependabot scanning by @ljubon in #846
- CI: enable automated test runs for release by @ljubon in #845
- build(deps): bump actions/checkout from 3 to 4 by @dependabot in #847
- build(deps): bump numpy from 1.24.1 to 1.24.4 by @dependabot in #855
- build(deps): bump mock from 5.0.0 to 5.1.0 by @dependabot in #852
- build(deps): bump plotly from 5.11.0 to 5.18.0 by @dependabot in #849
- build(deps): bump pytest from 7.2.0 to 7.4.3 by @dependabot in #851
- build(deps): bump pytest from 7.4.3 to 7.4.4 by @dependabot in #864
- build(deps): bump actions/setup-python from 4 to 5 by @dependabot in #865
- build(deps): bump cryptography from 41.0.4 to 42.0.0 by @dependabot in #875
- build(deps): bump tornado from 6.3.3 to 6.4 by @dependabot in #860
- Release review by @ljubon in #861
- build(deps): bump jinja2 from 3.1.2 to 3.1.3 by @dependabot in #868
- build(deps): bump pytest from 7.4.4 to 8.0.0 by @dependabot in #873
- build(deps): bump pytest from 8.0.0 to 8.1.1 by @dependabot in #893
- fix the typos - README.md by @hereisharish in #926
- Updated pandas to 2.x by @venu1412 in #928
- build(deps): bump pytest from 8.1.1 to 8.3.3 by @dependabot in #929
- build(deps): bump plotly from 5.18.0 to 5.24.1 by @dependabot in #930
- build(deps): bump docker/build-push-action from 5 to 6 by @dependabot in #919
- build(deps): bump cryptography from 42.0.0 to 43.0.1 by @dependabot in #931
- build(deps-dev): bump zipp from 3.11.0 to 3.19.1 by @dependabot in #921
- build(deps): bump certifi from 2023.7.22 to 2024.7.4 by @dependabot in #920
- build(deps): bump tornado from 6.4 to 6.4.1 by @dependabot in #913
- build(deps): bump ncipollo/release-action from 1.13.0 to 1.14.0 by @dependabot in #891
- build(deps): bump requests from 2.31.0 to 2.32.0 by @dependabot in #906
- build(deps): bump idna from 3.4 to 3.7 by @dependabot in #897
- build(deps): bump requests from 2.31.0 to 2.32.3 by @dependabot in #911
- build(deps): bump urllib3 from 1.26.18 to 1.26.19 by @dependabot in #916
- feat(docs): update for newer versions Jupyter notebook by @devstein in #935
- feat: Documentation update for newer versions Jupyter notebook by @andormarkus in #902
- build(deps): bump pandas from 1.5.2 to 2.0.3 by @dependabot in #848
- chore(ci): drop official support for Python 3.7, add support for 3.12 by @devstein in #936
- release: 0.22.0 by @devstein in #937
New Contributors
- @ljubon made their first contribution in #843
- @hereisharish made their first contribution in #926
- @andormarkus made their first contribution in #902
Full Changelog: 0.21.0...0.22.0
0.21.0
What's Changed
- Added support for http adapter config by @venu1412 in #820
- fixed the typo in http session adapter config exception by @venu1412 in #824
- Update readme with Ilum as new compatible implementation by @thijs-s in #826
- Add ability to have default config options for spark by @c2zwdjnlcg in #830
- Fix example config json by @c2zwdjnlcg in #832
- Add support for application/json mime type in statement output by @Strunevskiy in #835
- Fix formatting issue by @Strunevskiy in #836
- Fix for notebook version 7+ by @c2zwdjnlcg in #831
- fix: run CI on pull_request to run on forks by @devstein in #837
- build(deps): bump tornado from 6.2 to 6.3.3 by @dependabot in #829
- build(deps): bump requests from 2.28.1 to 2.31.0 by @dependabot in #815
- build(deps): bump pygments from 2.14.0 to 2.15.0 by @dependabot in #822
- build(deps): bump certifi from 2022.12.7 to 2023.7.22 by @dependabot in #823
- build(deps): bump cryptography from 39.0.1 to 41.0.3 by @dependabot in #828
- fix: pin Docker.jupyter to notebook 6.x.x by @devstein in #839
- chore: prep for v0.21.0 release by @devstein in #840
New Contributors
- @venu1412 made their first contribution in #820
- @thijs-s made their first contribution in #826
- @c2zwdjnlcg made their first contribution in #830
- @Strunevskiy made their first contribution in #835
Full Changelog: 0.20.5...0.21.0
0.20.5
What's Changed
- build(deps): bump ipython from 8.7.0 to 8.10.0 by @dependabot in #807
- fix: pin pandas<2.0.0 by @devstein in #812
- build(deps): bump cryptography from 38.0.4 to 39.0.1 by @dependabot in #805
- fix: Display HTML for IPython.display.display_html by @devstein in #813
New Contributors
- @dependabot made their first contribution in #807
Full Changelog: 0.20.4...0.20.5
0.20.4
What's Changed
- dataframe_parser: use pre tag for table data by @utkarshgupta137 in #763
- Fix GCP GPG Key Error in Docker Build by @devstein in #801
Full Changelog: 0.20.3...0.20.4
0.20.3
0.20.2
What's Changed
- chore: upgrade gh action deps by @devstein in #792
- feat: add ci to verify docker build is reliable by @devstein in #793
- feat: run tests and docker ci daily by @devstein in #794
- refactor: use requirements.txt for install_requires by @devstein in #795
- Add CI support for Python 3.10 by @devstein in #757
- feat: support ipywidgets>8 by passing tuples to dropdown instead of dict by @devstein in #797
- Add Poetry for Local Development by @devstein in #798
Full Changelog: 0.20.1...0.20.2
0.20.1
What's Changed
- Add a link to Lighter project by @pdambrauskas in #784
- Change import paths for dataerror by @GaspardBT in #775
New Contributors
- @pdambrauskas made their first contribution in #784
Full Changelog: 0.20.0...0.20.1
0.20.0
Supporting async kernel execution in ipykernel>=6 required significant changes to critical path code. Please make an issue if you see errors after upgrading!
What's Changed
- Drop Support for Python 3.6 by @devstein in #755
- Simplify and Speed up Docker Images by @devstein in #756
- Re-format All Code with black. Require black in CI by @devstein in #758
- Support IPython 8 by @devstein in #759
- Support ipykernel >= 6 by @devstein in #737
Full Changelog: 0.19.2...0.20.0
0.19.2
What's Changed
- Add comma to setup file by @GaspardBT in #734
- Correct missing syntax in Pyspark example notebook by @crickford in #753
- Add ipython<8 to hdijupyterutils by @utkarshgupta137 in #754
New Contributors
- @GaspardBT made their first contribution in #734
- @crickford made their first contribution in #753
- @utkarshgupta137 made their first contribution in #754
Full Changelog: 0.19.1...0.19.2