pyoframe 1.0.0__tar.gz → 1.0.1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (255) hide show
  1. pyoframe-1.0.1/.github/dependabot.yml +16 -0
  2. {pyoframe-1.0.0 → pyoframe-1.0.1}/.github/workflows/ci.yml +2 -2
  3. {pyoframe-1.0.0 → pyoframe-1.0.1}/PKG-INFO +4 -4
  4. {pyoframe-1.0.0 → pyoframe-1.0.1}/docs/overrides/main.html +5 -4
  5. {pyoframe-1.0.0 → pyoframe-1.0.1}/docs/why-pyoframe/index.md +1 -1
  6. {pyoframe-1.0.0 → pyoframe-1.0.1}/pyoframe.egg-info/PKG-INFO +4 -4
  7. {pyoframe-1.0.0 → pyoframe-1.0.1}/pyoframe.egg-info/SOURCES.txt +1 -0
  8. {pyoframe-1.0.0 → pyoframe-1.0.1}/pyoframe.egg-info/requires.txt +3 -3
  9. {pyoframe-1.0.0 → pyoframe-1.0.1}/pyproject.toml +3 -3
  10. {pyoframe-1.0.0 → pyoframe-1.0.1}/src/pyoframe/_version.py +3 -3
  11. {pyoframe-1.0.0 → pyoframe-1.0.1}/.gitattributes +0 -0
  12. {pyoframe-1.0.0 → pyoframe-1.0.1}/.github/CODEOWNERS +0 -0
  13. {pyoframe-1.0.0 → pyoframe-1.0.1}/.github/actions/setup_optimizers_linux/action.yml +0 -0
  14. {pyoframe-1.0.0 → pyoframe-1.0.1}/.github/actions/setup_optimizers_macos/action.yml +0 -0
  15. {pyoframe-1.0.0 → pyoframe-1.0.1}/.github/actions/setup_optimizers_windows/action.yml +0 -0
  16. {pyoframe-1.0.0 → pyoframe-1.0.1}/.github/workflows/format.yml +0 -0
  17. {pyoframe-1.0.0 → pyoframe-1.0.1}/.github/workflows/lines_changed_counter.yml +0 -0
  18. {pyoframe-1.0.0 → pyoframe-1.0.1}/.github/workflows/lint.yml +0 -0
  19. {pyoframe-1.0.0 → pyoframe-1.0.1}/.github/workflows/publish_doc.yml +0 -0
  20. {pyoframe-1.0.0 → pyoframe-1.0.1}/.github/workflows/publish_doc_dev.yml +0 -0
  21. {pyoframe-1.0.0 → pyoframe-1.0.1}/.github/workflows/publish_to_pypi.yml +0 -0
  22. {pyoframe-1.0.0 → pyoframe-1.0.1}/.github/workflows/test_doc.yml +0 -0
  23. {pyoframe-1.0.0 → pyoframe-1.0.1}/.gitignore +0 -0
  24. {pyoframe-1.0.0 → pyoframe-1.0.1}/.pre-commit-config.yaml +0 -0
  25. {pyoframe-1.0.0 → pyoframe-1.0.1}/.vscode/launch.json +0 -0
  26. {pyoframe-1.0.0 → pyoframe-1.0.1}/.vscode/settings.json +0 -0
  27. {pyoframe-1.0.0 → pyoframe-1.0.1}/CHANGELOG.md +0 -0
  28. {pyoframe-1.0.0 → pyoframe-1.0.1}/LICENSE +0 -0
  29. {pyoframe-1.0.0 → pyoframe-1.0.1}/README.md +0 -0
  30. {pyoframe-1.0.0 → pyoframe-1.0.1}/conftest.py +0 -0
  31. {pyoframe-1.0.0 → pyoframe-1.0.1}/docs/.nav.yml +0 -0
  32. {pyoframe-1.0.0 → pyoframe-1.0.1}/docs/contribute/index.md +0 -0
  33. {pyoframe-1.0.0 → pyoframe-1.0.1}/docs/examples/.nav.yml +0 -0
  34. {pyoframe-1.0.0 → pyoframe-1.0.1}/docs/examples/diet.md +0 -0
  35. {pyoframe-1.0.0 → pyoframe-1.0.1}/docs/examples/facility_location.md +0 -0
  36. {pyoframe-1.0.0 → pyoframe-1.0.1}/docs/examples/index.md +0 -0
  37. {pyoframe-1.0.0 → pyoframe-1.0.1}/docs/examples/portfolio_optimization.md +0 -0
  38. {pyoframe-1.0.0 → pyoframe-1.0.1}/docs/examples/production.md +0 -0
  39. {pyoframe-1.0.0 → pyoframe-1.0.1}/docs/index.md +0 -0
  40. {pyoframe-1.0.0 → pyoframe-1.0.1}/docs/javascripts/feedback.js +0 -0
  41. {pyoframe-1.0.0 → pyoframe-1.0.1}/docs/learn/advanced-concepts/.nav.yml +0 -0
  42. {pyoframe-1.0.0 → pyoframe-1.0.1}/docs/learn/advanced-concepts/datastructure.md +0 -0
  43. {pyoframe-1.0.0 → pyoframe-1.0.1}/docs/learn/advanced-concepts/internals.md +0 -0
  44. {pyoframe-1.0.0 → pyoframe-1.0.1}/docs/learn/advanced-concepts/performance.md +0 -0
  45. {pyoframe-1.0.0 → pyoframe-1.0.1}/docs/learn/advanced-concepts/quadratics.md +0 -0
  46. {pyoframe-1.0.0 → pyoframe-1.0.1}/docs/learn/advanced-concepts/troubleshooting.md +0 -0
  47. {pyoframe-1.0.0 → pyoframe-1.0.1}/docs/learn/concepts/.nav.yml +0 -0
  48. {pyoframe-1.0.0 → pyoframe-1.0.1}/docs/learn/concepts/addition.md +0 -0
  49. {pyoframe-1.0.0 → pyoframe-1.0.1}/docs/learn/concepts/building-blocks.md +0 -0
  50. {pyoframe-1.0.0 → pyoframe-1.0.1}/docs/learn/concepts/solver-access.md +0 -0
  51. {pyoframe-1.0.0 → pyoframe-1.0.1}/docs/learn/concepts/special-functions.md +0 -0
  52. {pyoframe-1.0.0 → pyoframe-1.0.1}/docs/learn/get-started/.nav.yml +0 -0
  53. {pyoframe-1.0.0 → pyoframe-1.0.1}/docs/learn/get-started/basic-example/example-with-dimensions.md +0 -0
  54. {pyoframe-1.0.0 → pyoframe-1.0.1}/docs/learn/get-started/basic-example/example.md +0 -0
  55. {pyoframe-1.0.0 → pyoframe-1.0.1}/docs/learn/get-started/basic-example/food_data.csv +0 -0
  56. {pyoframe-1.0.0 → pyoframe-1.0.1}/docs/learn/get-started/basic-example/foods.csv +0 -0
  57. {pyoframe-1.0.0 → pyoframe-1.0.1}/docs/learn/get-started/basic-example/foods_to_nutrients.csv +0 -0
  58. {pyoframe-1.0.0 → pyoframe-1.0.1}/docs/learn/get-started/basic-example/nutrients.csv +0 -0
  59. {pyoframe-1.0.0 → pyoframe-1.0.1}/docs/learn/get-started/basic-example/results.csv +0 -0
  60. {pyoframe-1.0.0 → pyoframe-1.0.1}/docs/learn/get-started/installation.md +0 -0
  61. {pyoframe-1.0.0 → pyoframe-1.0.1}/docs/learn/get-started/power_grid_example.ipynb +0 -0
  62. {pyoframe-1.0.0 → pyoframe-1.0.1}/docs/learn/get-started/three-bus.png +0 -0
  63. {pyoframe-1.0.0 → pyoframe-1.0.1}/docs/learn/migrate/v1.0.md +0 -0
  64. {pyoframe-1.0.0 → pyoframe-1.0.1}/docs/overrides/partials/actions.html +0 -0
  65. {pyoframe-1.0.0 → pyoframe-1.0.1}/docs/overrides/partials/comments.html +0 -0
  66. {pyoframe-1.0.0 → pyoframe-1.0.1}/docs/overrides/partials/integrations/analytics/custom.html +0 -0
  67. {pyoframe-1.0.0 → pyoframe-1.0.1}/docs/reference/.nav.yml +0 -0
  68. {pyoframe-1.0.0 → pyoframe-1.0.1}/docs/reference/bases/.nav.yml +0 -0
  69. {pyoframe-1.0.0 → pyoframe-1.0.1}/docs/reference/bases/BaseBlock.md +0 -0
  70. {pyoframe-1.0.0 → pyoframe-1.0.1}/docs/reference/bases/BaseOperableBlock.md +0 -0
  71. {pyoframe-1.0.0 → pyoframe-1.0.1}/docs/reference/external/.nav.yml +0 -0
  72. {pyoframe-1.0.0 → pyoframe-1.0.1}/docs/reference/external/pandas.DataFrame.to_expr.md +0 -0
  73. {pyoframe-1.0.0 → pyoframe-1.0.1}/docs/reference/external/pandas.Series.to_expr.md +0 -0
  74. {pyoframe-1.0.0 → pyoframe-1.0.1}/docs/reference/external/polars.DataFrame.to_expr.md +0 -0
  75. {pyoframe-1.0.0 → pyoframe-1.0.1}/docs/reference/index.md +0 -0
  76. {pyoframe-1.0.0 → pyoframe-1.0.1}/docs/reference/public/.nav.yml +0 -0
  77. {pyoframe-1.0.0 → pyoframe-1.0.1}/docs/reference/public/Config.md +0 -0
  78. {pyoframe-1.0.0 → pyoframe-1.0.1}/docs/reference/types/.nav.yml +0 -0
  79. {pyoframe-1.0.0 → pyoframe-1.0.1}/docs/reference/types/Operable.md +0 -0
  80. {pyoframe-1.0.0 → pyoframe-1.0.1}/docs/stylesheets/extra.css +0 -0
  81. {pyoframe-1.0.0 → pyoframe-1.0.1}/docs/why-pyoframe/data_py.parquet +0 -0
  82. {pyoframe-1.0.0 → pyoframe-1.0.1}/docs/why-pyoframe/gen_py.parquet +0 -0
  83. {pyoframe-1.0.0 → pyoframe-1.0.1}/docs/why-pyoframe/pyoframe-performance.ipynb +0 -0
  84. {pyoframe-1.0.0 → pyoframe-1.0.1}/docs/why-pyoframe/three-bus-four-gen.png +0 -0
  85. {pyoframe-1.0.0 → pyoframe-1.0.1}/giscus.json +0 -0
  86. {pyoframe-1.0.0 → pyoframe-1.0.1}/mkdocs.yml +0 -0
  87. {pyoframe-1.0.0 → pyoframe-1.0.1}/pyoframe.egg-info/dependency_links.txt +0 -0
  88. {pyoframe-1.0.0 → pyoframe-1.0.1}/pyoframe.egg-info/top_level.txt +0 -0
  89. {pyoframe-1.0.0 → pyoframe-1.0.1}/scripts/archive/benchmark_assign_ids_constraints.py +0 -0
  90. {pyoframe-1.0.0 → pyoframe-1.0.1}/scripts/archive/benchmark_assign_ids_constraints_2.py +0 -0
  91. {pyoframe-1.0.0 → pyoframe-1.0.1}/scripts/archive/benchmark_assign_ids_variables.py +0 -0
  92. {pyoframe-1.0.0 → pyoframe-1.0.1}/scripts/archive/benchmark_attr_performance.py +0 -0
  93. {pyoframe-1.0.0 → pyoframe-1.0.1}/scripts/generate_api_reference.py +0 -0
  94. {pyoframe-1.0.0 → pyoframe-1.0.1}/scripts/griffe_extensions.py +0 -0
  95. {pyoframe-1.0.0 → pyoframe-1.0.1}/setup.cfg +0 -0
  96. {pyoframe-1.0.0 → pyoframe-1.0.1}/src/pyoframe/__init__.py +0 -0
  97. {pyoframe-1.0.0 → pyoframe-1.0.1}/src/pyoframe/_arithmetic.py +0 -0
  98. {pyoframe-1.0.0 → pyoframe-1.0.1}/src/pyoframe/_constants.py +0 -0
  99. {pyoframe-1.0.0 → pyoframe-1.0.1}/src/pyoframe/_core.py +0 -0
  100. {pyoframe-1.0.0 → pyoframe-1.0.1}/src/pyoframe/_model.py +0 -0
  101. {pyoframe-1.0.0 → pyoframe-1.0.1}/src/pyoframe/_model_element.py +0 -0
  102. {pyoframe-1.0.0 → pyoframe-1.0.1}/src/pyoframe/_monkey_patch.py +0 -0
  103. {pyoframe-1.0.0 → pyoframe-1.0.1}/src/pyoframe/_objective.py +0 -0
  104. {pyoframe-1.0.0 → pyoframe-1.0.1}/src/pyoframe/_utils.py +0 -0
  105. {pyoframe-1.0.0 → pyoframe-1.0.1}/tests/__init__.py +0 -0
  106. {pyoframe-1.0.0 → pyoframe-1.0.1}/tests/conftest.py +0 -0
  107. {pyoframe-1.0.0 → pyoframe-1.0.1}/tests/examples/README.md +0 -0
  108. {pyoframe-1.0.0 → pyoframe-1.0.1}/tests/examples/__init__.py +0 -0
  109. {pyoframe-1.0.0 → pyoframe-1.0.1}/tests/examples/cutting_stock_problem/__init__.py +0 -0
  110. {pyoframe-1.0.0 → pyoframe-1.0.1}/tests/examples/cutting_stock_problem/input_data/orders.csv +0 -0
  111. {pyoframe-1.0.0 → pyoframe-1.0.1}/tests/examples/cutting_stock_problem/input_data/parameters.csv +0 -0
  112. {pyoframe-1.0.0 → pyoframe-1.0.1}/tests/examples/cutting_stock_problem/model.py +0 -0
  113. {pyoframe-1.0.0 → pyoframe-1.0.1}/tests/examples/cutting_stock_problem/results/objective.csv +0 -0
  114. {pyoframe-1.0.0 → pyoframe-1.0.1}/tests/examples/cutting_stock_problem/results/problem-copt-machine.lp +0 -0
  115. {pyoframe-1.0.0 → pyoframe-1.0.1}/tests/examples/cutting_stock_problem/results/problem-copt-pretty.lp +0 -0
  116. {pyoframe-1.0.0 → pyoframe-1.0.1}/tests/examples/cutting_stock_problem/results/problem-gurobi-machine.lp +0 -0
  117. {pyoframe-1.0.0 → pyoframe-1.0.1}/tests/examples/cutting_stock_problem/results/problem-gurobi-pretty.lp +0 -0
  118. {pyoframe-1.0.0 → pyoframe-1.0.1}/tests/examples/cutting_stock_problem/results/problem-highs-machine.lp +0 -0
  119. {pyoframe-1.0.0 → pyoframe-1.0.1}/tests/examples/cutting_stock_problem/results/problem-highs-pretty.lp +0 -0
  120. {pyoframe-1.0.0 → pyoframe-1.0.1}/tests/examples/diet_problem/README.md +0 -0
  121. {pyoframe-1.0.0 → pyoframe-1.0.1}/tests/examples/diet_problem/__init__.py +0 -0
  122. {pyoframe-1.0.0 → pyoframe-1.0.1}/tests/examples/diet_problem/input_data/foods.csv +0 -0
  123. {pyoframe-1.0.0 → pyoframe-1.0.1}/tests/examples/diet_problem/input_data/foods_to_nutrients.csv +0 -0
  124. {pyoframe-1.0.0 → pyoframe-1.0.1}/tests/examples/diet_problem/input_data/nutrients.csv +0 -0
  125. {pyoframe-1.0.0 → pyoframe-1.0.1}/tests/examples/diet_problem/model.py +0 -0
  126. {pyoframe-1.0.0 → pyoframe-1.0.1}/tests/examples/diet_problem/model_gurobipy.py +0 -0
  127. {pyoframe-1.0.0 → pyoframe-1.0.1}/tests/examples/diet_problem/results/Buy.csv +0 -0
  128. {pyoframe-1.0.0 → pyoframe-1.0.1}/tests/examples/diet_problem/results/Buy_ub.csv +0 -0
  129. {pyoframe-1.0.0 → pyoframe-1.0.1}/tests/examples/diet_problem/results/max_nutrients.csv +0 -0
  130. {pyoframe-1.0.0 → pyoframe-1.0.1}/tests/examples/diet_problem/results/min_nutrients.csv +0 -0
  131. {pyoframe-1.0.0 → pyoframe-1.0.1}/tests/examples/diet_problem/results/objective.csv +0 -0
  132. {pyoframe-1.0.0 → pyoframe-1.0.1}/tests/examples/diet_problem/results/problem-copt-machine.lp +0 -0
  133. {pyoframe-1.0.0 → pyoframe-1.0.1}/tests/examples/diet_problem/results/problem-copt-pretty.lp +0 -0
  134. {pyoframe-1.0.0 → pyoframe-1.0.1}/tests/examples/diet_problem/results/problem-gurobi-machine.lp +0 -0
  135. {pyoframe-1.0.0 → pyoframe-1.0.1}/tests/examples/diet_problem/results/problem-gurobi-pretty.lp +0 -0
  136. {pyoframe-1.0.0 → pyoframe-1.0.1}/tests/examples/diet_problem/results/problem-highs-machine.lp +0 -0
  137. {pyoframe-1.0.0 → pyoframe-1.0.1}/tests/examples/diet_problem/results/problem-highs-pretty.lp +0 -0
  138. {pyoframe-1.0.0 → pyoframe-1.0.1}/tests/examples/diet_problem/results/solution-copt-machine.sol +0 -0
  139. {pyoframe-1.0.0 → pyoframe-1.0.1}/tests/examples/diet_problem/results/solution-copt-pretty.sol +0 -0
  140. {pyoframe-1.0.0 → pyoframe-1.0.1}/tests/examples/diet_problem/results/solution-gurobi-machine.sol +0 -0
  141. {pyoframe-1.0.0 → pyoframe-1.0.1}/tests/examples/diet_problem/results/solution-gurobi-pretty.sol +0 -0
  142. {pyoframe-1.0.0 → pyoframe-1.0.1}/tests/examples/diet_problem/results/solution-highs-machine.sol +0 -0
  143. {pyoframe-1.0.0 → pyoframe-1.0.1}/tests/examples/diet_problem/results/solution-highs-pretty.sol +0 -0
  144. {pyoframe-1.0.0 → pyoframe-1.0.1}/tests/examples/facility_location/__init__.py +0 -0
  145. {pyoframe-1.0.0 → pyoframe-1.0.1}/tests/examples/facility_location/model.py +0 -0
  146. {pyoframe-1.0.0 → pyoframe-1.0.1}/tests/examples/facility_location/results/objective.csv +0 -0
  147. {pyoframe-1.0.0 → pyoframe-1.0.1}/tests/examples/facility_location/results/problem-gurobi-machine.lp +0 -0
  148. {pyoframe-1.0.0 → pyoframe-1.0.1}/tests/examples/facility_location/results/problem-gurobi-pretty.lp +0 -0
  149. {pyoframe-1.0.0 → pyoframe-1.0.1}/tests/examples/facility_problem/__init__.py +0 -0
  150. {pyoframe-1.0.0 → pyoframe-1.0.1}/tests/examples/facility_problem/input_data/plants.csv +0 -0
  151. {pyoframe-1.0.0 → pyoframe-1.0.1}/tests/examples/facility_problem/input_data/transport_costs.csv +0 -0
  152. {pyoframe-1.0.0 → pyoframe-1.0.1}/tests/examples/facility_problem/input_data/wharehouses.csv +0 -0
  153. {pyoframe-1.0.0 → pyoframe-1.0.1}/tests/examples/facility_problem/model.py +0 -0
  154. {pyoframe-1.0.0 → pyoframe-1.0.1}/tests/examples/facility_problem/model_gurobipy.py +0 -0
  155. {pyoframe-1.0.0 → pyoframe-1.0.1}/tests/examples/facility_problem/results/objective.csv +0 -0
  156. {pyoframe-1.0.0 → pyoframe-1.0.1}/tests/examples/facility_problem/results/open.csv +0 -0
  157. {pyoframe-1.0.0 → pyoframe-1.0.1}/tests/examples/facility_problem/results/problem-copt-machine.lp +0 -0
  158. {pyoframe-1.0.0 → pyoframe-1.0.1}/tests/examples/facility_problem/results/problem-copt-pretty.lp +0 -0
  159. {pyoframe-1.0.0 → pyoframe-1.0.1}/tests/examples/facility_problem/results/problem-gurobi-machine.lp +0 -0
  160. {pyoframe-1.0.0 → pyoframe-1.0.1}/tests/examples/facility_problem/results/problem-gurobi-pretty.lp +0 -0
  161. {pyoframe-1.0.0 → pyoframe-1.0.1}/tests/examples/facility_problem/results/problem-highs-machine.lp +0 -0
  162. {pyoframe-1.0.0 → pyoframe-1.0.1}/tests/examples/facility_problem/results/problem-highs-pretty.lp +0 -0
  163. {pyoframe-1.0.0 → pyoframe-1.0.1}/tests/examples/facility_problem/results/solution-copt-machine.sol +0 -0
  164. {pyoframe-1.0.0 → pyoframe-1.0.1}/tests/examples/facility_problem/results/solution-copt-pretty.sol +0 -0
  165. {pyoframe-1.0.0 → pyoframe-1.0.1}/tests/examples/facility_problem/results/solution-gurobi-machine.sol +0 -0
  166. {pyoframe-1.0.0 → pyoframe-1.0.1}/tests/examples/facility_problem/results/solution-gurobi-pretty.sol +0 -0
  167. {pyoframe-1.0.0 → pyoframe-1.0.1}/tests/examples/facility_problem/results/solution-highs-machine.sol +0 -0
  168. {pyoframe-1.0.0 → pyoframe-1.0.1}/tests/examples/facility_problem/results/solution-highs-pretty.sol +0 -0
  169. {pyoframe-1.0.0 → pyoframe-1.0.1}/tests/examples/facility_problem/results/transport.csv +0 -0
  170. {pyoframe-1.0.0 → pyoframe-1.0.1}/tests/examples/portfolio_optim/input_data/assets.csv +0 -0
  171. {pyoframe-1.0.0 → pyoframe-1.0.1}/tests/examples/portfolio_optim/input_data/covariance.csv +0 -0
  172. {pyoframe-1.0.0 → pyoframe-1.0.1}/tests/examples/portfolio_optim/input_data/portfolio_params.csv +0 -0
  173. {pyoframe-1.0.0 → pyoframe-1.0.1}/tests/examples/portfolio_optim/model.py +0 -0
  174. {pyoframe-1.0.0 → pyoframe-1.0.1}/tests/examples/portfolio_optim/results/con_min_return.csv +0 -0
  175. {pyoframe-1.0.0 → pyoframe-1.0.1}/tests/examples/portfolio_optim/results/con_weights_sum.csv +0 -0
  176. {pyoframe-1.0.0 → pyoframe-1.0.1}/tests/examples/portfolio_optim/results/objective.csv +0 -0
  177. {pyoframe-1.0.0 → pyoframe-1.0.1}/tests/examples/portfolio_optim/results/problem-copt-machine.lp +0 -0
  178. {pyoframe-1.0.0 → pyoframe-1.0.1}/tests/examples/portfolio_optim/results/problem-copt-pretty.lp +0 -0
  179. {pyoframe-1.0.0 → pyoframe-1.0.1}/tests/examples/portfolio_optim/results/problem-gurobi-machine.lp +0 -0
  180. {pyoframe-1.0.0 → pyoframe-1.0.1}/tests/examples/portfolio_optim/results/problem-gurobi-pretty.lp +0 -0
  181. {pyoframe-1.0.0 → pyoframe-1.0.1}/tests/examples/portfolio_optim/results/problem-highs-machine.lp +0 -0
  182. {pyoframe-1.0.0 → pyoframe-1.0.1}/tests/examples/portfolio_optim/results/problem-highs-pretty.lp +0 -0
  183. {pyoframe-1.0.0 → pyoframe-1.0.1}/tests/examples/portfolio_optim/results/solution-copt-machine.sol +0 -0
  184. {pyoframe-1.0.0 → pyoframe-1.0.1}/tests/examples/portfolio_optim/results/solution-copt-pretty.sol +0 -0
  185. {pyoframe-1.0.0 → pyoframe-1.0.1}/tests/examples/portfolio_optim/results/solution-gurobi-machine.sol +0 -0
  186. {pyoframe-1.0.0 → pyoframe-1.0.1}/tests/examples/portfolio_optim/results/solution-gurobi-pretty.sol +0 -0
  187. {pyoframe-1.0.0 → pyoframe-1.0.1}/tests/examples/portfolio_optim/results/solution-highs-machine.sol +0 -0
  188. {pyoframe-1.0.0 → pyoframe-1.0.1}/tests/examples/portfolio_optim/results/solution-highs-pretty.sol +0 -0
  189. {pyoframe-1.0.0 → pyoframe-1.0.1}/tests/examples/portfolio_optim/results/weight.csv +0 -0
  190. {pyoframe-1.0.0 → pyoframe-1.0.1}/tests/examples/production_planning/__init__.py +0 -0
  191. {pyoframe-1.0.0 → pyoframe-1.0.1}/tests/examples/production_planning/input_data/machines_availability.csv +0 -0
  192. {pyoframe-1.0.0 → pyoframe-1.0.1}/tests/examples/production_planning/input_data/processing_times.csv +0 -0
  193. {pyoframe-1.0.0 → pyoframe-1.0.1}/tests/examples/production_planning/input_data/products_profit.csv +0 -0
  194. {pyoframe-1.0.0 → pyoframe-1.0.1}/tests/examples/production_planning/model.py +0 -0
  195. {pyoframe-1.0.0 → pyoframe-1.0.1}/tests/examples/production_planning/results/objective.csv +0 -0
  196. {pyoframe-1.0.0 → pyoframe-1.0.1}/tests/examples/production_planning/results/problem-copt-machine.lp +0 -0
  197. {pyoframe-1.0.0 → pyoframe-1.0.1}/tests/examples/production_planning/results/problem-copt-pretty.lp +0 -0
  198. {pyoframe-1.0.0 → pyoframe-1.0.1}/tests/examples/production_planning/results/problem-gurobi-machine.lp +0 -0
  199. {pyoframe-1.0.0 → pyoframe-1.0.1}/tests/examples/production_planning/results/problem-gurobi-pretty.lp +0 -0
  200. {pyoframe-1.0.0 → pyoframe-1.0.1}/tests/examples/production_planning/results/problem-highs-machine.lp +0 -0
  201. {pyoframe-1.0.0 → pyoframe-1.0.1}/tests/examples/production_planning/results/problem-highs-pretty.lp +0 -0
  202. {pyoframe-1.0.0 → pyoframe-1.0.1}/tests/examples/production_planning/results/solution-copt-machine.sol +0 -0
  203. {pyoframe-1.0.0 → pyoframe-1.0.1}/tests/examples/production_planning/results/solution-copt-pretty.sol +0 -0
  204. {pyoframe-1.0.0 → pyoframe-1.0.1}/tests/examples/production_planning/results/solution-gurobi-machine.sol +0 -0
  205. {pyoframe-1.0.0 → pyoframe-1.0.1}/tests/examples/production_planning/results/solution-gurobi-pretty.sol +0 -0
  206. {pyoframe-1.0.0 → pyoframe-1.0.1}/tests/examples/production_planning/results/solution-highs-machine.sol +0 -0
  207. {pyoframe-1.0.0 → pyoframe-1.0.1}/tests/examples/production_planning/results/solution-highs-pretty.sol +0 -0
  208. {pyoframe-1.0.0 → pyoframe-1.0.1}/tests/examples/production_planning/results/solution.csv +0 -0
  209. {pyoframe-1.0.0 → pyoframe-1.0.1}/tests/examples/pumped_storage/README.md +0 -0
  210. {pyoframe-1.0.0 → pyoframe-1.0.1}/tests/examples/pumped_storage/__init__.py +0 -0
  211. {pyoframe-1.0.0 → pyoframe-1.0.1}/tests/examples/pumped_storage/input_data/elspot-prices_2021_hourly_eur.csv +0 -0
  212. {pyoframe-1.0.0 → pyoframe-1.0.1}/tests/examples/pumped_storage/model.py +0 -0
  213. {pyoframe-1.0.0 → pyoframe-1.0.1}/tests/examples/pumped_storage/results/Pump.csv +0 -0
  214. {pyoframe-1.0.0 → pyoframe-1.0.1}/tests/examples/pumped_storage/results/Storage_level.csv +0 -0
  215. {pyoframe-1.0.0 → pyoframe-1.0.1}/tests/examples/pumped_storage/results/Turb.csv +0 -0
  216. {pyoframe-1.0.0 → pyoframe-1.0.1}/tests/examples/pumped_storage/results/objective.csv +0 -0
  217. {pyoframe-1.0.0 → pyoframe-1.0.1}/tests/examples/pumped_storage/results/problem-copt-machine.lp +0 -0
  218. {pyoframe-1.0.0 → pyoframe-1.0.1}/tests/examples/pumped_storage/results/problem-copt-pretty.lp +0 -0
  219. {pyoframe-1.0.0 → pyoframe-1.0.1}/tests/examples/pumped_storage/results/problem-gurobi-machine.lp +0 -0
  220. {pyoframe-1.0.0 → pyoframe-1.0.1}/tests/examples/pumped_storage/results/problem-gurobi-pretty.lp +0 -0
  221. {pyoframe-1.0.0 → pyoframe-1.0.1}/tests/examples/pumped_storage/results/problem-highs-machine.lp +0 -0
  222. {pyoframe-1.0.0 → pyoframe-1.0.1}/tests/examples/pumped_storage/results/problem-highs-pretty.lp +0 -0
  223. {pyoframe-1.0.0 → pyoframe-1.0.1}/tests/examples/pumped_storage/results/solution-copt-machine.sol +0 -0
  224. {pyoframe-1.0.0 → pyoframe-1.0.1}/tests/examples/pumped_storage/results/solution-copt-pretty.sol +0 -0
  225. {pyoframe-1.0.0 → pyoframe-1.0.1}/tests/examples/pumped_storage/results/solution-gurobi-machine.sol +0 -0
  226. {pyoframe-1.0.0 → pyoframe-1.0.1}/tests/examples/pumped_storage/results/solution-gurobi-pretty.sol +0 -0
  227. {pyoframe-1.0.0 → pyoframe-1.0.1}/tests/examples/pumped_storage/results/solution-highs-machine.sol +0 -0
  228. {pyoframe-1.0.0 → pyoframe-1.0.1}/tests/examples/pumped_storage/results/solution-highs-pretty.sol +0 -0
  229. {pyoframe-1.0.0 → pyoframe-1.0.1}/tests/examples/sudoku/__init__.py +0 -0
  230. {pyoframe-1.0.0 → pyoframe-1.0.1}/tests/examples/sudoku/input_data/initial_numbers.csv +0 -0
  231. {pyoframe-1.0.0 → pyoframe-1.0.1}/tests/examples/sudoku/model.py +0 -0
  232. {pyoframe-1.0.0 → pyoframe-1.0.1}/tests/examples/sudoku/results/problem-copt-machine.lp +0 -0
  233. {pyoframe-1.0.0 → pyoframe-1.0.1}/tests/examples/sudoku/results/problem-copt-pretty.lp +0 -0
  234. {pyoframe-1.0.0 → pyoframe-1.0.1}/tests/examples/sudoku/results/problem-gurobi-machine.lp +0 -0
  235. {pyoframe-1.0.0 → pyoframe-1.0.1}/tests/examples/sudoku/results/problem-gurobi-pretty.lp +0 -0
  236. {pyoframe-1.0.0 → pyoframe-1.0.1}/tests/examples/sudoku/results/problem-highs-machine.lp +0 -0
  237. {pyoframe-1.0.0 → pyoframe-1.0.1}/tests/examples/sudoku/results/problem-highs-pretty.lp +0 -0
  238. {pyoframe-1.0.0 → pyoframe-1.0.1}/tests/examples/sudoku/results/solution-copt-machine.sol +0 -0
  239. {pyoframe-1.0.0 → pyoframe-1.0.1}/tests/examples/sudoku/results/solution-copt-pretty.sol +0 -0
  240. {pyoframe-1.0.0 → pyoframe-1.0.1}/tests/examples/sudoku/results/solution-gurobi-machine.sol +0 -0
  241. {pyoframe-1.0.0 → pyoframe-1.0.1}/tests/examples/sudoku/results/solution-gurobi-pretty.sol +0 -0
  242. {pyoframe-1.0.0 → pyoframe-1.0.1}/tests/examples/sudoku/results/solution-highs-machine.sol +0 -0
  243. {pyoframe-1.0.0 → pyoframe-1.0.1}/tests/examples/sudoku/results/solution-highs-pretty.sol +0 -0
  244. {pyoframe-1.0.0 → pyoframe-1.0.1}/tests/examples/sudoku/results/solution.csv +0 -0
  245. {pyoframe-1.0.0 → pyoframe-1.0.1}/tests/test_addition.py +0 -0
  246. {pyoframe-1.0.0 → pyoframe-1.0.1}/tests/test_arithmetic.py +0 -0
  247. {pyoframe-1.0.0 → pyoframe-1.0.1}/tests/test_constraint.py +0 -0
  248. {pyoframe-1.0.0 → pyoframe-1.0.1}/tests/test_examples.py +0 -0
  249. {pyoframe-1.0.0 → pyoframe-1.0.1}/tests/test_io.py +0 -0
  250. {pyoframe-1.0.0 → pyoframe-1.0.1}/tests/test_model.py +0 -0
  251. {pyoframe-1.0.0 → pyoframe-1.0.1}/tests/test_names.py +0 -0
  252. {pyoframe-1.0.0 → pyoframe-1.0.1}/tests/test_objective.py +0 -0
  253. {pyoframe-1.0.0 → pyoframe-1.0.1}/tests/test_solver.py +0 -0
  254. {pyoframe-1.0.0 → pyoframe-1.0.1}/tests/test_variable.py +0 -0
  255. {pyoframe-1.0.0 → pyoframe-1.0.1}/tests/util.py +0 -0
@@ -0,0 +1,16 @@
1
+ version: 2
2
+ updates:
3
+ - package-ecosystem: pip
4
+ directory: "/"
5
+ schedule:
6
+ interval: daily
7
+ time: "17:00"
8
+ groups:
9
+ python-production-packages:
10
+ dependency-type: production
11
+ patterns:
12
+ - "*"
13
+ python-dev-packages:
14
+ dependency-type: development
15
+ patterns:
16
+ - "*"
@@ -45,9 +45,9 @@ jobs:
45
45
  username: ${{ github.triggering_actor }}
46
46
  env:
47
47
  GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
48
- # If neither has permissions and no 'safe to test' label throw error
48
+ # If neither has permissions and no 'safe to test' label and not dependabot throw error
49
49
  - name: Check User Permission
50
- if: steps.checkAccess.outputs.require-result == 'false' && steps.checkTriggeringAccess.outputs.require-result == 'false' && !contains(github.event.pull_request.labels.*.name, 'safe to test')
50
+ if: steps.checkAccess.outputs.require-result == 'false' && steps.checkTriggeringAccess.outputs.require-result == 'false' && !contains(github.event.pull_request.labels.*.name, 'safe to test') && (github.actor != 'dependabot[bot]')
51
51
  shell: bash
52
52
  run: |
53
53
  echo "${{ github.triggering_actor }} does not have permissions on this repo."
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pyoframe
3
- Version: 1.0.0
3
+ Version: 1.0.1
4
4
  Summary: Blazing fast linear program interface
5
5
  Author-email: Bravos Power <dev@bravospower.com>
6
6
  License-Expression: MIT
@@ -17,10 +17,10 @@ Description-Content-Type: text/markdown
17
17
  License-File: LICENSE
18
18
  Requires-Dist: polars~=1.0
19
19
  Requires-Dist: pyarrow
20
- Requires-Dist: pandas
20
+ Requires-Dist: pandas<3
21
21
  Requires-Dist: pyoptinterface==0.5.1
22
22
  Provides-Extra: highs
23
- Requires-Dist: highsbox; extra == "highs"
23
+ Requires-Dist: highsbox<=1.11.0; extra == "highs"
24
24
  Provides-Extra: ipopt
25
25
  Requires-Dist: pyoptinterface[nlp]; extra == "ipopt"
26
26
  Requires-Dist: llvmlite<=0.44.0; extra == "ipopt"
@@ -34,7 +34,7 @@ Requires-Dist: pre-commit==4.3.0; extra == "dev"
34
34
  Requires-Dist: gurobipy==12.0.3; extra == "dev"
35
35
  Requires-Dist: coverage==7.10.6; extra == "dev"
36
36
  Requires-Dist: ipykernel==6.30.1; extra == "dev"
37
- Requires-Dist: highsbox; extra == "dev"
37
+ Requires-Dist: highsbox<=1.11.0; extra == "dev"
38
38
  Requires-Dist: pyoptinterface[nlp]; extra == "dev"
39
39
  Requires-Dist: numpy; extra == "dev"
40
40
  Provides-Extra: docs
@@ -1,11 +1,12 @@
1
1
  {% extends "base.html" %}
2
2
 
3
3
  <! -- https://github.com/squidfunk/mkdocs-material/discussions/5803 -->
4
- {% if config.extra.pre_release %}
5
- {% block announce %}
4
+ {% block announce %}
5
+ {%- if config.extra.pre_release -%}
6
6
  You are currently viewing <strong>pre-release</strong> documentation. This may contain features that have not yet been packaged. For the most accurate information, please <strong><a href="{{ '../' ~ base_url }}">access the release version</a></strong>.
7
- {% endblock %}
8
- {% endif %}
7
+ {%- endif -%}
8
+ {% endblock %}
9
+
9
10
 
10
11
  {% block outdated %}
11
12
  You are currently viewing <strong>outdated</strong> documentation. For the most up-to-date information, please <strong><a href="{{ '../' ~ base_url }}">refer to the latest release</a></strong>.
@@ -8,4 +8,4 @@ A growing community of users are choosing Pyoframe for its speed, memory efficie
8
8
 
9
9
  We are actively developing performance benchmarks against other libraries. Preliminary (unpublished) results indicate that Pyoframe is much faster!
10
10
 
11
- Kjartan has also kindly developed a [notebook showcasing Pyoframe](https://colab.research.google.com/github/Bravos-Power/pyoframe/blob/ms/docs/docs/why-pyoframe/pyoframe-performance.ipynb) for its speed, memory efficiency and readability compared to GAMS, Gurobipy, and Linopy.
11
+ Kjartan has also kindly developed a [notebook showcasing Pyoframe](https://colab.research.google.com/github/Bravos-Power/pyoframe/blob/main/docs/why-pyoframe/pyoframe-performance.ipynb) for its speed, memory efficiency and readability compared to GAMS, Gurobipy, and Linopy.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pyoframe
3
- Version: 1.0.0
3
+ Version: 1.0.1
4
4
  Summary: Blazing fast linear program interface
5
5
  Author-email: Bravos Power <dev@bravospower.com>
6
6
  License-Expression: MIT
@@ -17,10 +17,10 @@ Description-Content-Type: text/markdown
17
17
  License-File: LICENSE
18
18
  Requires-Dist: polars~=1.0
19
19
  Requires-Dist: pyarrow
20
- Requires-Dist: pandas
20
+ Requires-Dist: pandas<3
21
21
  Requires-Dist: pyoptinterface==0.5.1
22
22
  Provides-Extra: highs
23
- Requires-Dist: highsbox; extra == "highs"
23
+ Requires-Dist: highsbox<=1.11.0; extra == "highs"
24
24
  Provides-Extra: ipopt
25
25
  Requires-Dist: pyoptinterface[nlp]; extra == "ipopt"
26
26
  Requires-Dist: llvmlite<=0.44.0; extra == "ipopt"
@@ -34,7 +34,7 @@ Requires-Dist: pre-commit==4.3.0; extra == "dev"
34
34
  Requires-Dist: gurobipy==12.0.3; extra == "dev"
35
35
  Requires-Dist: coverage==7.10.6; extra == "dev"
36
36
  Requires-Dist: ipykernel==6.30.1; extra == "dev"
37
- Requires-Dist: highsbox; extra == "dev"
37
+ Requires-Dist: highsbox<=1.11.0; extra == "dev"
38
38
  Requires-Dist: pyoptinterface[nlp]; extra == "dev"
39
39
  Requires-Dist: numpy; extra == "dev"
40
40
  Provides-Extra: docs
@@ -9,6 +9,7 @@ giscus.json
9
9
  mkdocs.yml
10
10
  pyproject.toml
11
11
  .github/CODEOWNERS
12
+ .github/dependabot.yml
12
13
  .github/actions/setup_optimizers_linux/action.yml
13
14
  .github/actions/setup_optimizers_macos/action.yml
14
15
  .github/actions/setup_optimizers_windows/action.yml
@@ -1,6 +1,6 @@
1
1
  polars~=1.0
2
2
  pyarrow
3
- pandas
3
+ pandas<3
4
4
  pyoptinterface==0.5.1
5
5
 
6
6
  [dev]
@@ -13,7 +13,7 @@ pre-commit==4.3.0
13
13
  gurobipy==12.0.3
14
14
  coverage==7.10.6
15
15
  ipykernel==6.30.1
16
- highsbox
16
+ highsbox<=1.11.0
17
17
  pyoptinterface[nlp]
18
18
  numpy
19
19
 
@@ -32,7 +32,7 @@ mike==2.1.3
32
32
  ruff==0.12.11
33
33
 
34
34
  [highs]
35
- highsbox
35
+ highsbox<=1.11.0
36
36
 
37
37
  [ipopt]
38
38
  pyoptinterface[nlp]
@@ -22,12 +22,12 @@ classifiers = [
22
22
  dependencies = [
23
23
  "polars~=1.0",
24
24
  "pyarrow",
25
- "pandas",
25
+ "pandas<3",
26
26
  "pyoptinterface==0.5.1", # pinned to avoid broken versions
27
27
  ]
28
28
 
29
29
  [project.optional-dependencies]
30
- highs = ["highsbox"]
30
+ highs = ["highsbox<=1.11.0"]
31
31
  ipopt = [
32
32
  "pyoptinterface[nlp]",
33
33
  "llvmlite<=0.44.0", # Remove once issue is fixed: https://github.com/metab0t/PyOptInterface/issues/56
@@ -44,7 +44,7 @@ dev = [
44
44
  "ipykernel==6.30.1", # add support for jupyter notebooks
45
45
  # Automatically install as many solvers as possible
46
46
  # (we don't pin since we want to test against the latest)
47
- "highsbox",
47
+ "highsbox<=1.11.0",
48
48
  "pyoptinterface[nlp]",
49
49
  "numpy", # for testing with np.nan, don't pin so that two versions of Python are possible
50
50
  ]
@@ -28,7 +28,7 @@ version_tuple: VERSION_TUPLE
28
28
  commit_id: COMMIT_ID
29
29
  __commit_id__: COMMIT_ID
30
30
 
31
- __version__ = version = '1.0.0'
32
- __version_tuple__ = version_tuple = (1, 0, 0)
31
+ __version__ = version = '1.0.1'
32
+ __version_tuple__ = version_tuple = (1, 0, 1)
33
33
 
34
- __commit_id__ = commit_id = 'gf21b8a6df'
34
+ __commit_id__ = commit_id = 'gf528fc0a7'
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes