You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* UPD: MOI 0.8.1 and JuMP 0.19-beta2 compatibility
Change `using JuMP` to `import JuMP`
* `norm(x) <= t` --> `[t, x...] in SecondOrderCone()`
* `lowerbound`, `upperbound`, and `basename` in `@variable` to `lower_bound`, `upper_bound`, and `base_name`, respectively.
* `setupperbound` --> `set_upper_bound`
* `setlowerbound` --> `set_lower_bound`
Update one test, probably due to numerical instability from optimizer change.
* REF: Remove support for Julia < v1.0
changes to use `import` instead of `using`
removes all reverse compatibility code for julia versions lower than v1.0
adds unit testing on julia 1.1 and nightly (allowed failure)
removes compat (no longer required)
* UPD: add Juniper to manifest
* UPD: manifest.toml
* UPD: ACR to moi
* FIX: relax atol for numerical stability on linux tests
* UPD: Pkg3 syntax
updates to package 3 syntax
* UPD: Pkg3 syntax
* UPD: Version bump
* UPD: Changelog, manifest, travis
* UPD: InfrastructureModels version bound / Manifest
* FIX: missed conflict during rebase
* FIX: docs build
* FIX: jump syntax update on transformers
* FIX: PowerModels in manifest
* UPD: project.toml updates and NFAForm addition
* UPD: manifest.toml for powermodels v0.10
* FIX: `JuMP.getvalue` depeciated -> `JuMP.value`
* FIX: failing storage multinetwork test
0 commit comments