You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Prefer Expr over String (#19)
Basis can be created using Strings and Expressions. Prefer Expr way.
Strings are still working.
- Changed Expr syntax for documentation.
- Create test for Expr syntax.
- Cleanup of debug stuff from tests.
Simplified documentation generation
- README.md is now copied to src/index.md (same content)
- add docs/src/index.md to .gitignore
- export jacobian function