Skip to content

Releases: man-group/PyBloqs

1.4.2

28 Apr 13:14
2138e02
Compare
Choose a tag to compare

We are excited to announce version 1.4.2 of PyBloqs!

This release contains two new blocks (a code block and a collapsible block), as well as some bugfixes

Code block:
image
Collapsible block:
image

What's Changed

New Contributors

Full Changelog: 1.4.1...1.4.2

1.4.1

24 Mar 16:53
0c43060
Compare
Choose a tag to compare

We are excited to announce version 1.4.1 of PyBloqs!

This release focused on bugfixes and minor features over our minor version 1.4.0.

What's Changed

New Contributors

Full Changelog: 1.4.0...1.4.1

1.4.0

31 Jan 17:37
7db0f33
Compare
Choose a tag to compare

We are excited to announce version 1.4.0 of PyBloqs!

This version introduces PyBloqs Server, a simple way to serve PyBloqs on demand!

This feature is very new and we are still testing the pros and cons of the system. Please give it a try and raise issues for any problems you have or features you'd like to see. You can see it in action on our docs.

What's Changed

Full Changelog: 1.3.2...1.4.0

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

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.