We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea6c605 commit 0dee4a4Copy full SHA for 0dee4a4
.pre-commit-config.yaml
@@ -26,14 +26,14 @@ repos:
26
- id: black
27
28
- repo: https://github.com/codespell-project/codespell
29
- rev: v2.2.4
+ rev: v2.2.5
30
hooks:
31
- id: codespell
32
additional_dependencies:
33
- tomli
34
35
- repo: https://github.com/tox-dev/pyproject-fmt
36
- rev: "0.11.2"
+ rev: "0.12.0"
37
38
- id: pyproject-fmt
39
DIRECTORY.md
@@ -486,6 +486,9 @@
486
* [Test Linear Algebra](linear_algebra/src/test_linear_algebra.py)
487
* [Transformations 2D](linear_algebra/src/transformations_2d.py)
488
489
+## Linear Programming
490
+ * [Simplex](linear_programming/simplex.py)
491
+
492
## Machine Learning
493
* [Astar](machine_learning/astar.py)
494
* [Data Transformations](machine_learning/data_transformations.py)
0 commit comments