Commit Graph

7 Commits

Author SHA1 Message Date
856ab51b4c build(CppAD): brought in CppAD for autodiff
we need an autodiff library at some point (or we need to roll our own but I do not think that makes sense). CppAD is well tested and header only and easy to include. It is also Liscene compatible with GPL v3.0. Here we bring it in as a dependency
2025-06-19 14:51:02 -04:00
394622df47 feat(python-composition): added composition module interface 2025-04-30 11:41:10 -04:00
c167357a3b feat(pybind11): added infra to compile with pybind11 2025-04-30 11:39:36 -04:00
7327a487b5 build(boost): added greater than to version for boost 2025-03-21 11:56:12 -04:00
c8fe09a8b5 build(boost): lowered required version 2025-03-21 11:54:33 -04:00
a42fe4898c build(boost): incorporated boost into the build system
all builds should be run with ./mk now
2025-03-21 10:39:34 -04:00
2d27b119bd build(quill): added quill as a subproject
quill provides a robust and very efficient asyncronous and thread safe logging module. I have brought this in to handle logging
2025-02-23 11:25:11 -05:00