Skip to content

Releases: naim94a/vix

v1.0.8

30 Jan 05:56
Compare
Choose a tag to compare

What's Changed

  • VixVM's proc_run and run_script will now return pid, exit_code & time_elapsed fields.
  • Fix deprecation error in 3.10 when using collections.Sequence by @barc0s1 in #18

Full Changelog: v1.0.7...v1.0.8

v1.0.7

23 Feb 14:04
v1.0.7
beb8c34
Compare
Choose a tag to compare

This release doesn't modify code. Just for RTD & PyPI.

v1.0.6

13 Sep 17:45
Compare
Choose a tag to compare

It appears that GitHub and PyPI releases weren't in sync 🙁.
This release is just to insure that, and added the CONTRIBUTING file.

v1.0.5

20 Feb 15:18
Compare
Choose a tag to compare

Changes

  • OS X support added!

v1.0.4

07 Nov 19:25
Compare
Choose a tag to compare

Added properties to VixVM classes + minor unit tests

v1.0.3

16 Sep 09:09
Compare
Choose a tag to compare

This release mainly focuses on documentation and making non-useful constants private.
Most API function don't need constants anymore

Main new features:

  • VixHost.find_items returns a list of VixVMs
  • VixHost has a new property: host_info

v1.0.2

13 Sep 22:12
Compare
Choose a tag to compare

This release brings:

  • Python2.6+ support (project was written for Python3);
  • human readable exceptions
  • simpler function calls (less flags, more bools)

First Release

11 Sep 22:42
Compare
Choose a tag to compare

This release covers the full exported VIX API.