Added support for an embedded python environment by rainman110 · Pull Request #586 · dlr-gtlab/python-module · GitHub
Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Fixed the automated code generation for double and bool properties in the Python Task wizard - #279

### Added
- Support for an embedded python distribution, that comes along with GTlab - #585
- String input values for Python Tasks and Python Calculators now allow special characters - #269

## [1.6.1] - 2024-11-08
Expand Down
40 changes: 40 additions & 0 deletions src/setup_module/gt_python_setup.cpp