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

Bump jedi from 0.15.2 to 0.16.0 #1375

Merged
merged 1 commit into from
Jan 27, 2020

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Jan 27, 2020

Bumps jedi from 0.15.2 to 0.16.0.

Changelog

Sourced from jedi's changelog.

0.16.0 (2020-01-26)

  • Added Script.get_context to get information where you currently are.
  • Completions/type inference of Pytest fixtures.
  • Tensorflow, Numpy and Pandas completions should now be about 4-10x faster after the first time they are used.
  • Dict key completions are working now. e.g. d = {1000: 3}; d[10 will expand to 1000.
  • Completion for "proxies" works now. These are classes that have a __getattr__(self, name) method that does a return getattr(x, name). after loading them initially.
  • Goto on a function/attribute in a class now goes to the definition in its super class.
Big **Script API Changes**:

: - The line and column parameters of jedi.Script are now deprecated - completions deprecated, use complete instead - goto_assignments deprecated, use goto instead - goto_definitions deprecated, use infer instead - call_signatures deprecated, use get_signatures instead - usages deprecated, use get_references instead - jedi.names deprecated, use jedi.Script(...).get_names()

  • BaseDefinition.goto_assignments renamed to BaseDefinition.goto
  • Add follow_imports to Definition.goto. Now its signature matches Script.goto.
  • Python 2 support deprecated. For this release it is best effort. Python 2 has reached the end of its life and now it's just about a smooth transition. Bugs for Python 2 will not be fixed anymore and a third of the tests are already skipped.
  • Removed settings.no_completion_duplicates. It wasn't tested and nobody was probably using it anyway.
  • Removed settings.use_filesystem_cache and settings.additional_dynamic_modules, they have no usage anymore. Pretty much nobody was probably using them.
Commits
  • 18f84d3 Remove Python 3.3 from environment tests
  • 2ccd015 Make sure to skip some tests for Python 3.5
  • 1a62674 Small Changelog updates
  • 7645762 Fix a small signature issue
  • 2e036bf Create a private helper to test completions
  • feefd47 Fix an issue with names
  • f42ab88 compiled_object -> compiled_value
  • 7c3dbef Remove dead code
  • 8cccdde CompiledObject -> CompiledValue
  • 5cd4a52 CompiledValue -> ExactValue
  • Additional commits viewable in compare view

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.

If all status checks pass Dependabot will automatically merge this pull request.


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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Jan 27, 2020
@dependabot-preview dependabot-preview bot force-pushed the dependabot/pip/jedi-0.16.0 branch from 52884ae to 48102f5 Compare January 27, 2020 06:13
@codecov
Copy link

codecov bot commented Jan 27, 2020

Codecov Report

Merging #1375 into master will increase coverage by 0.97%.
The diff coverage is n/a.

@@            Coverage Diff            @@
##           master   #1375      +/-   ##
=========================================
+ Coverage   92.72%   93.7%   +0.97%     
=========================================
  Files         106     106              
  Lines       13009   13288     +279     
  Branches      997    1004       +7     
=========================================
+ Hits        12063   12451     +388     
+ Misses        895     790     -105     
+ Partials       51      47       -4
Impacted Files Coverage Δ
trio/_signals.py 100% <0%> (ø) ⬆️
trio/tests/test_ssl.py 100% <0%> (ø) ⬆️
trio/_core/_multierror.py 100% <0%> (ø) ⬆️
trio/_core/tests/conftest.py 100% <0%> (ø) ⬆️
trio/_threads.py 100% <0%> (ø) ⬆️
trio/_core/tests/test_multierror.py 100% <0%> (ø) ⬆️
trio/testing/_mock_clock.py 100% <0%> (ø) ⬆️
trio/tests/test_highlevel_open_tcp_listeners.py 100% <0%> (ø) ⬆️
trio/_deprecate.py 100% <0%> (ø) ⬆️
trio/_core/_traps.py 100% <0%> (ø) ⬆️
... and 49 more

@dependabot-preview dependabot-preview bot force-pushed the dependabot/pip/jedi-0.16.0 branch from 48102f5 to 5af2c96 Compare January 27, 2020 06:28
@dependabot-preview dependabot-preview bot force-pushed the dependabot/pip/jedi-0.16.0 branch from 5af2c96 to a2f33e9 Compare January 27, 2020 07:00
@dependabot-preview dependabot-preview bot merged commit 179658c into master Jan 27, 2020
@dependabot-preview dependabot-preview bot deleted the dependabot/pip/jedi-0.16.0 branch January 27, 2020 07:16
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants