Skip to content

Releases: stencila/py

0.28.0

07 Sep 07:07
Compare
Choose a tag to compare
0.28.0 Pre-release
Pre-release

This release adds:

  • refinements to the Host API

  • improved security for the HostHttpServer with more restrictive CORS headers and token based authorization by default

This is an early beta release: there are likely to be missing features and bugs. As always, we ❤️ your suggestions and 🐛 reports!

0.26.0

30 Apr 18:29
Compare
Choose a tag to compare
0.26.0 Pre-release
Pre-release

The first release of the Stencila Python package 🎉 introducing:

  • the PythonContext class for executing Python code from within Stencila Desktop or your web browser
  • the SqliteContext class for executing SQL code within an SQLite database from Stencila
  • the Host class which creates and dispatches requests to the execution contexts
  • the HostHttpServer class for serving a Host via HTTP
  • the pack and unpack functions for automatic conversion of data between those contexts, other Stencila contexts, and your Stencila client

See the README for installation and usage.

This is an early beta release: there are likely to be missing features, bugs and API changes. But we would ❤️ to get your suggestions and 🐛 reports!