Skip to content

Commit 23145a7

Browse files
authored
readme: add Joris Vaillant + fix minor typos
1 parent 1961ae3 commit 23145a7

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ PyCppAD — Python bindings for CppAD Automatic Differentiation library
1010
<a href="https://badge.fury.io/py/pycppad"><img src="https://badge.fury.io/py/pycppad.svg" alt="PyPI version"></a>
1111
</p>
1212

13-
**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)) library, which exploits CppAD functionality to perform code generation.
13+
**PyCppAD** is an open-source framework that 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)) library, which exploits CppAD functionality to do code generation.
1515

1616
## Installing PyCppAD
1717

@@ -33,7 +33,7 @@ As simple as that:
3333

3434
#### Dependencies
3535

36-
PyCppAD dependes on the following dependencies:
36+
PyCppAD depends on the following dependencies:
3737
* [Boost.Python](http://boostorg.github.io/python/doc/html/index.html)
3838
* [Eigen3](https://eigen.tuxfamily.org)
3939
* [EigenPy](https://github.com/stack-of-tasks/eigenpy)
@@ -56,7 +56,7 @@ make install
5656

5757
Set up the `path_to_your_installation` and `path_to_your_development_source` based on your personal development environment.
5858

59-
Alternatively, in order to compile with [CppADCodeGen](https://github.com/joaoleal/CppADCodeGen) support, add `-DBUILD_WITH_CPPAD_CODEGEN_BINDINGS=ON` to the cmake command, and follow the build sequence as before:
59+
Alternatively, to compile with [CppADCodeGen](https://github.com/joaoleal/CppADCodeGen) support, add `-DBUILD_WITH_CPPAD_CODEGEN_BINDINGS=ON` to the cmake command, and follow the build sequence as before:
6060

6161
```
6262
cmake .. -DCMAKE_BUILD_TYPE=RELEASE -DCMAKE_INSTALL_PREFIX=${path_to_your_installation} -DBUILD_WITH_CPPAD_CODEGEN_BINDINGS=ON
@@ -68,6 +68,7 @@ The following people have been involved in the development of **PyCppAD** and ar
6868

6969
- [Rohan Budhiraja](https://scholar.google.com/citations?user=NW9Io9AAAAAJ) (Inria): main developer
7070
- [Justin Carpentier](https://jcarpent.github.io) (Inria): main developer and manager of the project
71+
- [Joris Vaillant](https://github.com/jorisv) (Inria): core developer and manager of the project
7172

7273
## Acknowledgments
7374

0 commit comments

Comments
 (0)