Skip to content

Releases: tkf/IPython.jl

v0.5.1

Choose a tag to compare

@github-actions github-actions released this 17 Nov 22:17

IPython v0.5.1

Diff since v0.5.0

Closed issues:

  • Release 0.5.0 (#16)
  • How to configure IPython to use my own version of python? (#21)
  • Packages build.log has moved breaking install_dependencies.jl (#25)

Merged pull requests:

  • Test with Julia 1.3; drop 0.6 and 0.7 in CI (#17) (@tkf)
  • Add CompatHelper.yml (#18) (@tkf)
  • Simplify CI; use default Travis script (#20) (@tkf)
  • Use GitHub Actions to run CI (#23) (@tkf)
  • Remove .travis.yml (#24) (@tkf)
  • Use Pkg.build("PyCall"; verbose = true) (#27) (@tkf)
  • Update Python versions; reduce CI matrix (#30) (@tkf)

v0.5.0

Choose a tag to compare

@tkf tkf released this 16 Apr 21:09
Bump to 0.5.0

Support getproperty-based PyCall API

Choose a tag to compare

@tkf tkf released this 12 Mar 03:42
v0.4.1

Support getproperty-based PyCall API

More robust initialization & @py_str integration

Choose a tag to compare

@tkf tkf released this 04 Nov 18:27
v0.4.0

Rebuild PyCall after installing ipython

Install IPython 7 from PyPI and conda-forge

Choose a tag to compare

@tkf tkf released this 13 Oct 06:58
v0.3.0

Rebuild PyCall in install_dependencies.jl for JuliaCIBot

More IPython integration

Pre-release

Choose a tag to compare

@tkf tkf released this 19 Sep 02:22
  • Exit IPython with backspace.
  • Inputhook support. PyPlot.jl can update even in IPython.
  • Completion inside Main.eval("...").

Support Julia 1.0

Support Julia 1.0 Pre-release
Pre-release

Choose a tag to compare

@tkf tkf released this 21 Aug 07:23
v0.1.0

Note on Python 2

Python 2 support & diagnosis helpers

Pre-release

Choose a tag to compare

@tkf tkf released this 13 May 04:40
v0.0.2

Test pyversion against non-existing package

First release

First release Pre-release
Pre-release

Choose a tag to compare

@tkf tkf released this 05 May 01:17
v0.0.1

IPython v0.0.1 [072da65033]