Releases: crew102/reprexpy
Releases · crew102/reprexpy
reprexpy 0.3.3
reprexpy 0.3.2
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
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 toFalse
- Starting with nbconvert 6.0.2, IPython kernels were no longer defaulting to store history (
store_history=False
). This was causingSessionInfo()
to not know what packages were imported when it was being called from insidereprex()
. reprexpy now requires nbconvert<=6.0.1 to deal with this issue in the short term.
reprexpy 0.3.0
New features
reprex()
can now render code examples to insert into docstrings
reprexpy 0.2.1
Bug fixes
jupyter
was removed as a dependency so thatreprexpy
would install under Python 2.7 (related to issue jupyter/jupyter#371)
reprexpy 0.2.0
Misc.
- The
si
parameter now defaults tofalse
- The advertisement string (e.g., "Created on 10-25-18 by the reprexpy package") is now shown in superscript
reprexpy 0.1.1
Bug fixes
- Version of
ipykernel
andmatplotlib
are set when installingreprexpy
under certain Python versions
reprexpy 0.1.0
New features
reprex()
added to render reproducible examples of Python codeSessionInfo()
added to gather IPython session information