Skip to content

Releases: abcnishant007/smartprint

Feature update: Sort dictionaries using pprint's output

20 Oct 13:04
9642c71
Compare
Choose a tag to compare
Merge pull request #30 from abcnishant007/abcnishant007-patch-6

ENH: uses pprint's output directly

Feature update: Rich print with pretty print (includes dependencies)

20 Oct 12:16
f865b88
Compare
Choose a tag to compare

The "rich" dependency was missing from the previous release.

Feature update: Rich print with pretty print

20 Oct 12:03
05df1ff
Compare
Choose a tag to compare
Merge pull request #28 from abcnishant007/added-rich-print

ENH: replace pretty print with rich (colourful) print

1.0.2 Release

23 Aug 05:21
b1ab8fb
Compare
Choose a tag to compare

Documentation improvements were added to explain the pprint usages for Lists and Dicts

1.0.1 Release

15 Jul 03:27
00e46a3
Compare
Choose a tag to compare

Major changes include:

  • Pretty printing list and dict with pprint
  • Allow more import keywords in nested prints
  • Continuous integration working

What's Changed

Full Changelog: v0.1.6...v1.0.0

v0.1.6

14 Jul 16:55
2306fdc
Compare
Choose a tag to compare

Additional features to handle

  • pretty printing of lists and dicts
  • sprint inside list comprehension
  • Automatic pypi update

0.1.5 Release

14 Jul 16:50
9eecc79
Compare
Choose a tag to compare

Automatic PyPI update

0.1.4 Release

14 Jul 16:37
f1d1f94
Compare
Choose a tag to compare

Feature enhancements:

  • pretty printing of lists and dicts (using pprint)
  • handle cases of inline print statements inside list comprehension
  • Automatic pip publishing has been integrated

0.1.3 Release

14 Jul 16:33
c296a2f
Compare
Choose a tag to compare

Feature enhancements:

  • pretty printing of lists and dicts (using pprint)
  • handle cases of inline print statements inside list comprehension
  • Automatic pip publishing has been integrated

v0.1.2

28 May 05:59
9843d68
Compare
Choose a tag to compare

Released on pypi as well
main feature: **Kwargs added
Now, this can be used as to override the print statement on existing code as well