Releases: stencila/pyla
Releases Β· stencila/pyla
v0.3.1
Fix
- Interpreter: Make compatible with Python 3.8 (
2a4add6
)
Documentation
- *: Add pydocstyle and use consistent docstring style (
c1b2a1c
)
v0.3.0
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
Fix
- Upgrade to stencila-schema 0.37.2 (a3ef225)
v0.2.2
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
Fix
- Recording duration in seconds rather than milliseconds (cfbc1dc)
v0.2.0
Feature
Fix
- Renamed missing variable in Interpreter.execute (a092033)
- Execute functions must return the node (a6de9fc)
v0.1.3
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
Fix
- Remove unused imports in setup.py (a7c688f)
v0.1.1
Fix
Documentation
- Update README sections and badges (0470b57)
- Initial docs setup (e03c642)