Skip to content

Releases: man-group/PyBloqs

1.3.2

06 Jan 15:59
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.3.1...1.3.2

What's Changed

New Contributors

Full Changelog: 1.3.1...1.3.2

1.3.1

15 Oct 13:31
60a63a0
Compare
Choose a tag to compare

What's Changed

  • [docs, ci]: Fix readthedocs and remove cruft from built distributions by @rspencer01 in #122

Full Changelog: 1.3.0...1.3.1

1.3.0

10 Oct 12:41
4c5bb90
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.2.13...1.3.0

Interactive notebook plots bugfix

27 Mar 13:19
Compare
Choose a tag to compare
  • Changing the javascript import ordering to fix failing interactive plotting in jupyter notebooks.
  • General build/test fixes

1.2.3

03 Dec 13:37
Compare
Choose a tag to compare
  • Bugfix: Ensured python2 strings were being correctly encoded

1.1.9

25 Sep 10:40
Compare
Choose a tag to compare
  • Bugfix: Indexing error in table.html with non-unique indices
  • Bugfix: Removed Pandas warning in tests
  • Remove WidePanel, update ipynb
  • Feature: Add support for specifying different text colors for MultiIndex levels
  • Feature: Add a context manager for temporarily setting plot format/DPI

Improved handling of SMTP logons

22 Jan 20:02
Compare
Choose a tag to compare

From the user config file the SMTP username and password can be configured and used in the SMTP.login() call. Furthermore, via a tuple list, one can define a sequence of calls together with kwargs to invoke prior to the login.