idesolver
idesolver copied to clipboard
A general-purpose numerical integro-differential equation solver
- Drop support for Python 3.7 - Switch to Poetry for package management - Update pre-commit hooks and GitHub Actions - Switch docs to `mkdocs`
In https://github.com/JoshKarpel/idesolver/pull/35 , support was added for multi-dimensional IDEs. However, it did not account for the case where `d(x)` and `k(x,s)` might mix the dimensions, only that `c(y, x)` might....
Can you give example to solve coupled equation I want to benchmark against method used in this paper https://www.sciencedirect.com/science/article/abs/pii/S0009261405012881?via%3Dihub
There's really only one in there right now. I should at least include all the examples from the original paper.
It's annoying that you need to pass functions in even when the bounds are constant, which is fairly often. This is easy enough to do, because we can just check...
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v6.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.6.0...v6.0.0) - https://github.com/psf/black → https://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 24.4.2 → 25.11.0](https://github.com/psf/black-pre-commit-mirror/compare/24.4.2...25.11.0) - [github.com/asottile/blacken-docs: 1.16.0 → 1.20.0](https://github.com/asottile/blacken-docs/compare/1.16.0...1.20.0) - [github.com/asottile/setup-cfg-fmt: v2.5.0 → v3.1.0](https://github.com/asottile/setup-cfg-fmt/compare/v2.5.0...v3.1.0) - [github.com/PyCQA/isort: 5.13.2 → 7.0.0](https://github.com/PyCQA/isort/compare/5.13.2...7.0.0)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.4.1 to 4.5.0. Release notes Sourced from codecov/codecov-action's releases. v4.5.0 What's Changed build(deps-dev): bump @typescript-eslint/eslint-plugin from 7.9.0 to 7.10.0 by @dependabot in codecov/codecov-action#1446 build(deps-dev): bump ts-jest from...