chore: remove deprecated flow_boundary and update docs to match new architecture

This commit is contained in:
Sepehr
2026-03-01 20:00:09 +01:00
parent 20700afce8
commit d88914a44f
105 changed files with 11222 additions and 2994 deletions

View File

@@ -25,7 +25,7 @@
"outputs": [],
"source": [
"import entropyk\n",
"import numpy as np"
"import numpy as np\n"
]
},
{
@@ -175,11 +175,25 @@
"except entropyk.SolverError as e:\n",
" print(\"Solver error:\", e)\n"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"display_name": "entropyk",
"language": "python",
"name": "python3"
},