Update and rearrange documentation Introduce `requisite_distance` function New notebook example Code reformatting
0.5.0
Updates [compat] to include Jump ~0.18.5 for compatibility with MultiJuMP. Update other deps `init_optimization` is now `init_opt` Fix path issue when including Optimization.jl Check curriculum validity when calling the curriculum constructor Suppress excess warnings from CSV
0.4.0
Added degree plan optimization capabilities (`optimize_plan`) Added documentation for degree plan creation Added Gurobi, MultiJuMP, JuMP dependencies Refactoring & style corrections
0.3.3
- Fixes issues with underlying dependencies (Mux, HTTP) - Updates several examples
0.3.2
New example files added. Files related the quality assurance of electrical engineering departments of various universities paper added. Optimization functions corrected according to the JuMP v0.19 guidelines.
0.3.1
Locked CSV file on Windows issue fixed Requisite separator changed from "," to ";". Optimization functions which use Gurobi optimization solver are added.