Commit Graph

42 Commits

Author SHA1 Message Date
a306f0df26 Update docs dependencies; re-run notebooks 2025-06-10 12:28:39 -05:00
702824a3b5 Bump version to 0.4 2024-02-06 16:17:27 -06:00
25728f5512 Small updates to Makefile 2023-06-09 10:57:41 -05:00
1ea989d48a MIPLearn v0.3 2023-06-08 11:25:39 -05:00
6cc253a903 Update 2022-06-01 11:40:48 -05:00
ce78d5114a Merge branch 'feature/new-py-api' into feature/docs 2022-02-25 08:36:43 -06:00
ba8f5bb2f4 Upgrade to Gurobi 9.5 2022-01-25 08:33:23 -06:00
5075a3c2f2 install-deps: Specify gurobi version 2021-12-03 12:40:58 -06:00
beb15f7667 Remove obsolete benchmark files 2021-09-10 16:35:17 -05:00
7d55d6f34c Use np.array for Variables.names 2021-08-08 07:24:14 -05:00
3f117e9171 Replace mkdocs by sphinx 2021-05-24 09:33:45 -05:00
3f4336f902 Always remove .mypy_cache; fix more mypy tests 2021-04-09 08:18:54 -05:00
32b6a8f3fa Bump version to 0.2.0.dev1 2021-04-09 08:08:16 -05:00
c66a59d668 Make version a pre-release 2021-04-09 07:53:14 -05:00
e9cd6d1715 Add types to remaining files; activate mypy's disallow_untyped_defs 2021-04-07 21:25:30 -05:00
b70aa1574e Update Makefile and GH actions 2021-04-04 08:47:49 -05:00
3ab3bb3c1f Refactor PrimalSolutionComponent 2021-01-25 14:54:58 -06:00
8dba65dd9c Start refactoring of classifiers 2021-01-22 11:35:29 -06:00
b87ef651e1 Document and simplify Classifier and Regressor 2021-01-22 09:06:04 -06:00
f755661fa6 Simplify BenchmarkRunner; update docs 2021-01-22 07:22:19 -06:00
0cf963e873 Fix tests for Python 3.6 2021-01-21 13:01:14 -06:00
1971389a57 Add types to InternalSolver 2021-01-20 10:07:28 -06:00
718ac0da06 Reformat additional files 2020-12-05 11:14:15 -06:00
d99600f101 Reformat source code with Black; add pre-commit hooks and CI checks 2020-12-05 10:59:33 -06:00
e7426e445a Make tests compatible with Python 3.7+ 2020-12-03 12:00:32 -06:00
be67345917 Bump version to 0.2 2020-09-23 14:26:16 -05:00
3e77d8291c Update Makefile 2020-08-29 18:22:57 -05:00
3fa0150dd9 Update GitHub Actions 2020-08-29 17:37:13 -05:00
5663ced0be Move python files to root folder; remove built docs 2020-08-29 11:42:02 -05:00
741af8506b Remove Julia components 2020-08-29 11:37:01 -05:00
683b3c5893 GitHub Actions: Add Julia tests 2020-08-18 12:05:35 -05:00
64425e5624 Makefile: Fix Julia calls 2020-08-17 19:44:34 -05:00
8ad16aac89 Makefile: Use python3 by default 2020-08-17 16:41:13 -05:00
df0a5e5b73 Build system image 2020-07-30 09:02:37 -05:00
709f9fd0bf Run Julia tests on "make test" 2020-04-12 11:06:41 -05:00
7765d1f822 Reorganize directories 2020-03-05 17:58:56 -06:00
5750b4c98d KNN: Make distinction between k and min_samples; improve logging 2020-02-05 12:15:29 -06:00
e0b997b3fd pytest: stop at first error 2020-02-04 11:29:27 -06:00
a9776715f4 Implement MultiKnapsackGenerator and MultiKnapsackInstance 2020-01-30 07:44:57 -06:00
acdb8c645b Makefile: Add 'docs' target 2020-01-29 15:23:31 -06:00
6a29411df3 Modularize LearningSolver into components; implement branch-priority 2020-01-28 13:35:51 -06:00
e4526bc724 Add PerVariableTransformer 2019-12-20 14:18:26 -06:00