Skip to content
This repository has been archived by the owner on Jan 3, 2018. It is now read-only.

Update ipdb to 0.10.1 #102

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

pyup-bot
Copy link
Collaborator

There's a new version of ipdb available.
You are currently using 0.8.1. I have updated it to 0.10.1

Changelog

0.10.1


  • Support IPython 5.0.
    [ngoldbaum]

0.10.0


  • Stop trying to magically guess when stdout needs to be captured.
    Like needed by nose.
    Rather, provide a set of function that can be called explicitely when needed.
    [gotcha]
  • drop support of IPython before 0.10.2

0.9.4


0.9.3


  • Don't require users to pass a traceback to post_mortem.
    [Wilfred]

0.9.2


0.9.1


0.9.0


0.8.3


  • Don't pass sys.argv to IPython for configuration.
    [emulbreh]

0.8.2


  • Fix lexical comparison for version numbers.
    [sas23]
  • Allow configuring how many lines of code context are displayed
    by set_trace
    [JamshedVesuna]
  • If an instance of IPython is already running its configuration will be
    loaded.
    [IxDay]

Got merge conflicts? Close this PR and delete the branch. I'll create a new PR for you.

Happy merging! 🤖

@pyup-bot pyup-bot mentioned this pull request Jun 14, 2016
@codecov-io
Copy link

codecov-io commented Jun 14, 2016

Current coverage is 100%

Merging #102 into master will not change coverage

@@           master   #102   diff @@
====================================
  Files           9      9          
  Lines          96     96          
  Methods         0      0          
  Messages        0      0          
  Branches        0      0          
====================================
  Hits           96     96          
  Misses          0      0          
  Partials        0      0          

Powered by Codecov. Last updated by 3c3c278...37a28a5

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants