Skip to content
This repository has been archived by the owner on Aug 31, 2021. It is now read-only.

Releases: stencila/pyla

v0.3.1

22 Dec 05:39
Compare
Choose a tag to compare

Fix

  • Interpreter: Make compatible with Python 3.8 (2a4add6)

Documentation

  • *: Add pydocstyle and use consistent docstring style (c1b2a1c)

v0.3.0

11 Dec 16:49
Compare
Choose a tag to compare

Feature

  • *: Remove unused commands and functions (bbdf100)

Fix

  • deps: Update dependency stencila-schema to v0.47.2 (9c3fd47)
  • deps: Update dependency stencila-schema to v0.46.5 (5f23727)
  • deps: Update dependency stencila-schema to v0.46.5 (8cd5b2a)
  • Dependencies: Upgrade to stencila-schema==0.42.0 (8f5a86a)
  • Dependencies: Updates for new version of Schema bindings (f0343fa)
  • Dependencies: Upgrade to stencila-schema 0.37.2 (a3ef225)

Documentation

  • Deps: Move to m2r2; other updates (ae0106e)
  • README: Update and ensure included in sdist (3c64b94)
  • README: Add note on dev setup (f5300e3)

v0.2.3

09 Feb 23:36
Compare
Choose a tag to compare

Fix

  • Upgrade to stencila-schema 0.37.2 (a3ef225)

v0.2.2

17 Dec 06:35
Compare
Choose a tag to compare

Fix

  • Logging a warning for missing AST statements instead of throwing exception. Fix #6 (b8a286c)
  • Added support for more AST classes (09c018f)
  • Added parsing of comprehensions, Lambda, UnaryOp and NameConstant (71e23e8)

v0.2.1

17 Dec 01:14
Compare
Choose a tag to compare

Fix

  • Recording duration in seconds rather than milliseconds (cfbc1dc)

v0.2.0

17 Dec 00:08
Compare
Choose a tag to compare

Feature

Fix

  • Renamed missing variable in Interpreter.execute (a092033)
  • Execute functions must return the node (a6de9fc)

v0.1.3

12 Dec 18:05
Compare
Choose a tag to compare

Fix

  • Change a check for char == b'' to 'not char'. (cdb7683)
  • Change manifest to be consistent with other executors (d5e4d2e)
  • Only log to stderr (87d37fa)
  • Add checks on requests and respond with errors (3eaa58a)

Documentation

v0.1.2

10 Dec 07:18
Compare
Choose a tag to compare

Fix

  • Remove unused imports in setup.py (a7c688f)

v0.1.1

10 Dec 05:58
Compare
Choose a tag to compare

Fix

Documentation

  • Update README sections and badges (0470b57)
  • Initial docs setup (e03c642)