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
- [bugfix] Use
utf-8
instead ofutf8
and remove unused UTF-8 tests by @rspencer01 in #138 - Fix resource decompression when resource has multi-byte characters by @rspencer01 in #139
- [ci] Add python 3.9 as a build target by @rspencer01 in #141
- Use browsers' DecompressionStream to do zlib decompression instead of rolling our own by @rspencer01 in #142
- [bugfix] Make ids globally unique and HTML-valid for the session by @rspencer01 in #145
- [docs] Restructure documentation folder and add example by @rspencer01 in #143
- Python 3.12 compatibility by @skristof in #140
- [bugfix] Render resources in iPython cells by @rspencer01 in #146
- Pybloqs server by @rspencer01 in #144
- [docs] Fix documentation by importing from pypi repo by @rspencer01 in #149
- Prepare for 1.4.0 by @rspencer01 in #150
- [bugfix] Remove hx-get from options by @rspencer01 in #151
Full Changelog: 1.3.2...1.4.0