Skip to content

Releases: crew102/reprexpy

reprexpy 0.3.3

04 Sep 17:34
Compare
Choose a tag to compare

Bug fixes

  • SessionInfo() now works if there isn't a top_level.txt file (#7)

Misc.

  • The package now requires Python 3.8 or above
  • Moved over to new readthedocs config specificaion

reprexpy 0.3.2

20 Aug 05:24
Compare
Choose a tag to compare

Misc.

  • reprexpy now doesn't require a specific version of nbconvert. Requiring a specific version of nbconvert was resulting in installation issues b/c packages that nbconvert depended on were introducing changes that were incompatible with the pinned version.

reprexpy 0.3.1

31 May 06:29
Compare
Choose a tag to compare

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.

reprexpy 0.3.0

14 Jan 20:09
Compare
Choose a tag to compare

New features

  • reprex() can now render code examples to insert into docstrings

reprexpy 0.2.1

25 Oct 16:07
Compare
Choose a tag to compare

Bug fixes

  • jupyter was removed as a dependency so that reprexpy would install under Python 2.7 (related to issue jupyter/jupyter#371)

reprexpy 0.2.0

25 Oct 15:45
Compare
Choose a tag to compare

Misc.

  • The si parameter now defaults to false
  • The advertisement string (e.g., "Created on 10-25-18 by the reprexpy package") is now shown in superscript

reprexpy 0.1.1

30 Aug 19:09
Compare
Choose a tag to compare

Bug fixes

  • Version of ipykernel and matplotlib are set when installing reprexpy under certain Python versions

reprexpy 0.1.0

27 Aug 19:35
Compare
Choose a tag to compare

New features

  • reprex() added to render reproducible examples of Python code
  • SessionInfo() added to gather IPython session information