File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ PowerModels.jl Change Log
2
2
=================
3
3
4
4
### Staged
5
- - nothing
5
+ - Removed Memento depreciation warnings
6
6
7
7
### v0.7.1
8
8
- Added warning when data is missing in a PTI file
Original file line number Diff line number Diff line change @@ -4,4 +4,4 @@ InfrastructureModels 0.0.6 0.2-
4
4
MathProgBase 0.5.4
5
5
JuMP 0.17 0.19-
6
6
Compat 0.26.0
7
- Memento 0.6
7
+ Memento 0.7
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ const LOGGER = getlogger(@__MODULE__)
18
18
# NOTE: If this line is not included then the precompiled `PowerModels.LOGGER` won't be registered at runtime.
19
19
function __init__ ()
20
20
Memento. register (LOGGER)
21
- Memento. config (LOGGER, " info" )
21
+ Memento. config! (LOGGER, " info" )
22
22
end
23
23
24
24
include (" io/matpower.jl" )
You can’t perform that action at this time.
0 commit comments