Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix finite differences * Fixed comprehensive rectangles * Fixed flow_over_gaussian * Painted the examples black * Set up ReadTheDocs * Added contents pages to readthedocs * Fixed wheel_on_inclined_plane * Fixed tutorial vehical picture * Painted everything black * Painted all the thing blacker * isorted everything * painted the docs black * Migrated unit tests to hypothesis * Bump mypy from 0.770 to 0.790 (#7) * Bump mypy from 0.770 to 0.790 Bumps [mypy](https://github.com/python/mypy) from 0.770 to 0.790. - [Release notes](https://github.com/python/mypy/releases) - [Commits](python/mypy@v0.770...v0.790) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> * Updated poetry.lock to reflect new dependency versions Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: CirleCI Automation <automation@circleci.com> * Bump hypothesis from 5.38.0 to 5.38.1 (#16) * Bump hypothesis from 5.38.0 to 5.38.1 Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 5.38.0 to 5.38.1. - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](HypothesisWorks/hypothesis@hypothesis-python-5.38.0...hypothesis-python-5.38.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> * Updated poetry.lock to reflect new dependency versions Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: CirleCI Automation <automation@circleci.com> * Bump pytest from 5.4.3 to 6.1.1 (#10) * Bump pytest from 5.4.3 to 6.1.1 Bumps [pytest](https://github.com/pytest-dev/pytest) from 5.4.3 to 6.1.1. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/master/CHANGELOG.rst) - [Commits](pytest-dev/pytest@5.4.3...6.1.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> * Updated poetry.lock to reflect new dependency versions Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: CirleCI Automation <automation@circleci.com> * Set up ReadTheDocs * Got inclined wheel working * Fixed badges * Fixed badges * Bump zest-releaser from 6.22.0 to 6.22.1 (#5) * Bump zest-releaser from 6.22.0 to 6.22.1 Bumps [zest-releaser](https://zestreleaser.readthedocs.io) from 6.22.0 to 6.22.1. Signed-off-by: dependabot-preview[bot] <support@dependabot.com> * Fixed circle to build dependabot prs Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: Richard Vodden <richard.vodden@babylonhealth.com> * Set up ReadTheDocs * Painted all the thing blacker * Fixed badges on README.md * Synced deps with master * Fixed comprehensive rectangles * Fixed flow_over_gaussian * Painted the examples black * Added contents pages to readthedocs * Fixed wheel_on_inclined_plane * Fixed badges * Fixed badges * Created tutorial schedule * Added some documentation * Removed tests from codeclimate commentary * Removed tests from codeclimate commentary * Updated poetry.lock * Fixed the cognitive complexity of line.__call__() * Made composition naming consistent * Introduced the Angle object * Fixed tests * Told pytest to test docstrings (and fixed them :) ) * Factored the drawing logic out to backend * Fixed erroneous imports * Fixed simple circle.py * Fixed layered_medium_3xi.py * Fixed vehicle_dim.py * Fixed vehicle * Fixed pendulum1.py * Fixed poetry lock file * Fixed dependabot * Fixed rotation test * Bump hypothesis from 5.41.0 to 5.41.1 (#28) * Bump hypothesis from 5.41.0 to 5.41.1 Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 5.41.0 to 5.41.1. - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](HypothesisWorks/hypothesis@hypothesis-python-5.41.0...hypothesis-python-5.41.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> * Updated poetry.lock to reflect new dependency versions Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: CirleCI Automation <automation@circleci.com> * Fixed Hatch Test * fixed hello_world.py * Fixed layered_medium_2.py * fixed layered_medium_general.py * Fixed mesh_function.py * fixed staggered_mesh_function.py * Fixed remaining non-bugged examples * Ported Spring * Bump scipy from 1.5.3 to 1.5.4 (#29) * Bump scipy from 1.5.3 to 1.5.4 Bumps [scipy](https://github.com/scipy/scipy) from 1.5.3 to 1.5.4. - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](scipy/scipy@v1.5.3...v1.5.4) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> * Updated poetry.lock to reflect new dependency versions Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: CirleCI Automation <automation@circleci.com> * Fixed some precision issues * Bump hypothesis from 5.41.1 to 5.41.2 (#30) * Bump hypothesis from 5.41.1 to 5.41.2 Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 5.41.1 to 5.41.2. - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](HypothesisWorks/hypothesis@hypothesis-python-5.41.1...hypothesis-python-5.41.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> * Updated poetry.lock to reflect new dependency versions Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: CirleCI Automation <automation@circleci.com> * Ported dashpot * Restricted operating range to preserve precision * Fixed oscillator_sketch1.py * removed oscillator_sketch2.py * Fixed tests * Tidyed up point logic * Reconfigured codeclimate to make it less winey * added release cycle to circle configuration * fixed release cycle * Fixed tests Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: CirleCI Automation <automation@circleci.com>
- Loading branch information