Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: KxSystems/embedPy

Tags

1.5.0

Toggle 1.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update to support Python 3.9 installations (#108)

* Update to p.q logic for handling sys.argv

* reintroduction of old logic

* addition of initial sys argv and embedpy version check

* Update to initialisation logic for embedPy

Co-authored-by: Conor McCarthy <[email protected]>

1.4.1

Toggle 1.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update to conda recipe for Python 3.9 (#105)

1.4.0

Toggle 1.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Addition of support for virtual environments (#103)

* venv support (#99)

* virtual env

* removed setting of python home

* cleaned up p.q

* working version for working environments

* update base prefix

* addition of py_SetProgramName

* added travis virtualenv

* added tests for sys commands. Added warning for windows virtual environment users

* fix windows venv warning

Co-authored-by: Dianeod <[email protected]>
Co-authored-by: Diane ODonoghue <[email protected]>

* Venv (#102)

* virtual env

* removed setting of python home

* cleaned up p.q

* working version for working environments

* update base prefix

* addition of py_SetProgramName

* added travis virtualenv

* added tests for sys commands. Added warning for windows virtual environment users

* fix windows venv warning

* Fixed stdOut issue (#101)

* Optional error message conforming to Python return. KXI-1467 (#100)

* Update to p.q logic for handling sys.argv

* reintroduction of old logic

* addition of initial sys argv and embedpy version check

* Addition of functionality to return Python traceback rather than q shorthand

* Memory leak fix and removal of environment variable check C side

* reformat of prr to use modifiable global rather than env variable

* Initial pass at rectifying potential buffer overflow

* update to py.c to initialize traceback import on init

* closer fit to code base style

Co-authored-by: Conor McCarthy <[email protected]>

Co-authored-by: cmccarthy1 <[email protected]>
Co-authored-by: Conor McCarthy <[email protected]>

* Explicit note that venv support limitation is only expected to hold for Windows

Co-authored-by: Dianeod <[email protected]>
Co-authored-by: Diane ODonoghue <[email protected]>
Co-authored-by: Conor McCarthy <[email protected]>

1.3.8

Toggle 1.3.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Conda upd for python 3.8 (#95)

* Update to p.q logic for handling sys.argv

* reintroduction of old logic

* addition of initial sys argv and embedpy version check

* Update to allow install on python 3.8

* update to py.h to account for python 3.8 api update, change to conda-recipe to account unavailability of appropriate tensorflow on windows 3.8

1.3.7

Toggle 1.3.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update to allow conda installs on python 3.8 (#93)

* Update to p.q logic for handling sys.argv

* reintroduction of old logic

* addition of initial sys argv and embedpy version check

* Update to allow install on python 3.8

1.3.6

Toggle 1.3.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
curvefit.t update (#91)

* Test addition to account for xexp update  in 4.0 2020.07.15

1.3.5

Toggle 1.3.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Addition of more rigorous sys.argv check and embedPy version populati…

…on (#90)

* Update to p.q logic for handling sys.argv

* reintroduction of old logic

* addition of initial sys argv and embedpy version check

1.3.4

Toggle 1.3.4's commit message
update to remove bug report and feature request

1.3.3

Toggle 1.3.3's commit message
included version checks for tensorflow tests, move travis.tml -> PREF…

…IX for conda (#82)

* Previous update to handle venv necessitates a change to conda travis.yml ($pwd) -> ($PREFIX)
* Tensorflow test update a result of default behaviour migrating to tf 2.0 which needs to be handled

1.3.2

Toggle 1.3.2's commit message
Merge branch 'codekxupdate'