Skip to content

reprexpy 0.3.1

Compare
Choose a tag to compare
@crew102 crew102 released this 31 May 06:29
· 34 commits to master since this release

Misc.

  • reprexpy now requries Python>=3.5
  • matplotlib>=3.1 started requiring Python>=3.6, hence reprexpy now requires matplotlib<3.1 when Python<3.6
  • Default of advertise is now set to False
  • Starting with nbconvert 6.0.2, IPython kernels were no longer defaulting to store history (store_history=False). This was causing SessionInfo() to not know what packages were imported when it was being called from inside reprex(). reprexpy now requires nbconvert<=6.0.1 to deal with this issue in the short term.