Skip to content

Commit ce82d75

Browse files
authored
readme: minor fix + contributors
1 parent fae21de commit ce82d75

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ PyCppAD — Python bindings for CppAD Automatic Differentiation library
1111
</p>
1212

1313
**PyCppAD** is an open source framework which provides bindings for the CppAD Automatic Differentiation([CppAD](https://coin-or.github.io/CppAD/doc/cppad.htm)) C++ library in Python.
14-
**PyCppAD** also includes support for the CppADCodeGen ([CppADCodeGen](https://github.com/joaoleal/CppADCodeGen)), C++ library, which exploits CppAD functionality to perform code generation.
14+
**PyCppAD** also includes support for the CppADCodeGen ([CppADCodeGen](https://github.com/joaoleal/CppADCodeGen)) library, which exploits CppAD functionality to perform code generation.
1515

1616
## Installing PyCppAD
1717

@@ -62,6 +62,13 @@ Alternatively, in order to compile with [CppADCodeGen](https://github.com/joaole
6262
cmake .. -DCMAKE_BUILD_TYPE=RELEASE -DCMAKE_INSTALL_PREFIX=${path_to_your_installation} -DBUILD_WITH_CPPAD_CODEGEN_BINDINGS=ON
6363
```
6464

65+
## Credits
66+
67+
The following people have been involved in the development of **PyCppAD** and are warmly thanked for their contributions:
68+
69+
- [Rohan Budhiraja](https://scholar.google.com/citations?user=NW9Io9AAAAAJ) (Inria): main developper
70+
- [Justin Carpentier](https://jcarpent.github.io) (Inria): main developer and manager of the project
71+
6572
## Acknowledgments
6673

6774
The development of **PyCppAD** is supported by the [Willow team](https://www.di.ens.fr/willow/) [@INRIA](http://www.inria.fr).

0 commit comments

Comments
 (0)