Skip to content
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

chore: bump jupysql from 0.7.6 to 0.8.0 #227

Merged
merged 1 commit into from
Jul 19, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 19, 2023

Bumps jupysql from 0.7.6 to 0.8.0.

Changelog

Sourced from jupysql's changelog.

0.8.0 (2023-07-18)

  • [Feature] Modified TableDescription to add styling, generate messages and format the calculated outputs (#459)
  • [Feature] Support flexible spacing myvar=<< operator (#525)
  • [Feature] Added a line under ResultSet to distinguish it from data frame and error message when invalid operations are performed (#468)
  • [Feature] Moved %sqlrender feature to %sqlcmd snippets (#647)
  • [Feature] Added tables listing stored snippets when %sqlcmd snippets is called (#648)
  • [Feature] Better performance when using DuckDB native connection and converting to pandas.DataFrame or polars.DataFrame
  • [Fix] Fixed CI issue by updating invalid_connection_string_duckdb in test_magic.py (#631)
  • [Fix] Refactored ResultSet to lazy loading (#470)
  • [Fix] Removed WITH when a snippet does not have a dependency (#657)
  • [Fix] Used display module when generating CTE (#649)
  • [Fix] Adding --with back because of issues with sqlglot query parser (#684)
  • [Fix] Improving << parsing logic (#610)
  • [Fix] Migrate user feedback to use display module (#548)
  • [Doc] Modified integrations content to ensure they're all consistent (#523)
  • [Doc] Document --persist-replace in API section (#539)
  • [Doc] Re-organized sections. Adds section showing how to share notebooks via Ploomber Cloud

0.7.9 (2023-06-19)

  • [Feature] Modified histogram command to support data with NULL values (#176)
  • [Feature] Automated dependency inference when creating CTEs. --with is now deprecated and will display a warning. (#166)
  • [Feature] Close all connections when Python shuts down (#563)
  • [Fix] Fixed ResultSet class to display result table with proper style and added relevant example (#54)
  • [Fix] Fixed Set method in Connection class to recognize same descriptor with different aliases (#532)
  • [Fix] Added bottom-padding to the buttons in table explorer. Now they are not hidden by the scrollbar (#540)
  • [Fix] psutil is no longer a dependency for JupySQL (#541)
  • [Fix] Validating arguments passed to %%sql (#561)
  • [Doc] Added bar and pie examples in the plotting section (#564)
  • [Doc] Added more details to the SQL parametrization user guide. (#288)
  • [Doc] Snowflake integration guide (#384)
  • [Doc] User guide on using JupySQL in .py scripts (#449)
  • [Doc] Added %magic? to APIs and quickstart (#97)

0.7.8 (2023-06-01)

  • [Feature] Add %sqlplot bar and %sqlplot pie (#508)

0.7.7 (2023-05-31)

  • [Feature] Clearer message display when executing queries, listing connections and persisting data frames (#432)
  • [Feature] %sql --connections now displays an HTML table in Jupyter and a text-based table in the terminal
  • [Fix] Fix CTE generation when the snippets have trailing semicolons
  • [Doc] Hiding connection string when passing --alias when opening a connection (#432)
  • [Doc] Fix api/magic-sql.md since it incorrectly stated that listing functions was --list, but it's --connections (#432)
  • [Doc] Added Howto documentation for enabling JupyterLab cell runtime display (#448)
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [jupysql](https://github.com/ploomber/jupysql) from 0.7.6 to 0.8.0.
- [Changelog](https://github.com/ploomber/jupysql/blob/master/CHANGELOG.md)
- [Commits](ploomber/jupysql@0.7.6...0.8.0)

---
updated-dependencies:
- dependency-name: jupysql
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jul 19, 2023
@max-sixty max-sixty merged commit 8170858 into main Jul 19, 2023
@max-sixty max-sixty deleted the dependabot/pip/jupysql-0.8.0 branch July 19, 2023 16:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant