Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python bindings #98

Merged
merged 11 commits into from
Mar 24, 2024
Merged

Python bindings #98

merged 11 commits into from
Mar 24, 2024

Conversation

auto-differentiation-dev
Copy link
Collaborator

Description

This adds Python bindings to XAD using pybind11, with the most essential functionality:

  • first order forward and adjoint mode
  • all math functions

Fixes #84

Type of change

  • New feature (non-breaking change which adds functionality)
  • This change requires a documentation update

@coveralls
Copy link
Collaborator

coveralls commented Mar 23, 2024

Coverage Status

coverage: 98.79% (+0.2%) from 98.56%
when pulling 4dd6513 on feature/python-bindings
into f8eb1b2 on main.

Copy link

github-actions bot commented Mar 23, 2024

Test Results

    29 files  ± 0      29 suites  ±0   10m 45s ⏱️ -9s
 1 273 tests + 2   1 273 ✅ + 2  0 💤 ±0  0 ❌ ±0 
36 879 runs  +20  36 879 ✅ +20  0 💤 ±0  0 ❌ ±0 

Results for commit 4dd6513. ± Comparison against base commit f8eb1b2.

♻️ This comment has been updated with latest results.

@auto-differentiation-dev auto-differentiation-dev merged commit 85b6d62 into main Mar 24, 2024
134 of 135 checks passed
@auto-differentiation-dev auto-differentiation-dev deleted the feature/python-bindings branch March 24, 2024 07:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Python Bindings
3 participants