Skip to content

Releases: extrabacon/python-shell

v5.0.2

Choose a tag to compare

@Almenon Almenon released this 27 Nov 23:44

Full Changelog: v4.0.0...v5.0.0

BREAKING CHANGES with v5.0.0

run and runString now return a promise instead of a using a callback.
You will need to 1) check the return value, 2) remove the callback argument, and 3) change to a promise
see readme for usage examples

Other notes
I confirmed that python-shell works with python 3.11 and node v18.

Auto generated release notes

What's Changed

New Contributors

v4.0.0

Choose a tag to compare

@Almenon Almenon released this 27 Nov 23:42

What's Changed

New Contributors

Full Changelog: v3.0.0...v4.0.0

v3.0.0 release

Choose a tag to compare

@Almenon Almenon released this 27 Mar 23:07

see #233

std bugfix

Choose a tag to compare

@Almenon Almenon released this 04 Aug 15:35
b7e45f5

This release fixes a bug unset std streams (ex: stdout) caused pythonshell to fail

v1.0.4 release

Choose a tag to compare

@Almenon Almenon released this 08 Sep 23:44

fixed #146 error with runString in mac

v1.0.3 release

Choose a tag to compare

@Almenon Almenon released this 08 Sep 20:40

This release has ts files excluded to fix #144 (failing with scrict mode enabled)

v1.0.2 release (with declaration file this time)

Choose a tag to compare

@Almenon Almenon released this 03 Sep 17:22

Although 1.0.1 below works, it may fail in certain setups that require a declaration file. This release fixes that issue.

v1.0.1 release (use this instead of v1 - v1 doesnt have JS files)

Choose a tag to compare

@Almenon Almenon released this 02 Sep 18:04

v1.0.0...v1.0.1

Unfortunately npm used my gitignore and decided js files were not necessary. This release is the same as before except with the js files.

Typescript Upgrade v1.0.0

Choose a tag to compare

@Almenon Almenon released this 02 Sep 18:02

v0.5.0

Choose a tag to compare

@Almenon Almenon released this 14 Feb 03:34
80e4b1c

Full Change Log

Fixed:
#94 close event

Added:
terminate function

Installation:

npm install python-shell