Skip to content
This repository was archived by the owner on Sep 12, 2023. It is now read-only.

feat: write wrapper for boost python#465

Merged
PooyaEimandar merged 1 commit intoWolfSource:mainfrom
saeedamrollahi:461-feat-write-wrapper-for-boost-python
Apr 28, 2023
Merged

feat: write wrapper for boost python#465
PooyaEimandar merged 1 commit intoWolfSource:mainfrom
saeedamrollahi:461-feat-write-wrapper-for-boost-python

Conversation

@saeedamrollahi
Copy link
Copy Markdown
Contributor

Pull Request Checklist

Please check if your pull request fulfils the following requirements:

  • The commit message follows our guidelines:
  • Tests for the changes have been added / updated (for feat / fix / refactor)
  • Docs for the changes have been added / updated (for feat / fix / refactor)

Pull Request Type

What kind of change does this pull request introduce?

  • Build: Changes that affect the build system or external dependencies
  • CD: Changes to our CD configuration files and scripts
  • CI: Changes to our CI configuration files and scripts
  • Docs: Documentation only changes
  • Feat: A new feature
  • Fix: A bug fix
  • Perf: A code change that improves performance
  • Refactor: A code change that neither fixes a bug nor adds a feature
  • Test: Adding missing tests or correcting existing tests

What is the current behaviour?

Before applying this issue, we cannot embed python script inside C++ code

Issue #461

What is the new behaviour?

After applying this issue, we can embed and run python code inside C++ code.

Does this Pull Request introduce a breaking change?

  • Yes
  • No

Other information

Closes #461

@PooyaEimandar PooyaEimandar added the dev::feature New feature(s) label Apr 28, 2023
@PooyaEimandar PooyaEimandar merged commit 722708a into WolfSource:main Apr 28, 2023
@PooyaEimandar
Copy link
Copy Markdown
Contributor

@saeedamrollahi thank you

PooyaEimandar pushed a commit that referenced this pull request May 22, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dev::feature New feature(s)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

write wrapper for boost python

2 participants