Skip to content

Commit 11126ae

Browse files
authored
update to memento v0.7 (#299)
removes depreciation warnings.
1 parent 211200a commit 11126ae

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ PowerModels.jl Change Log
22
=================
33

44
### Staged
5-
- nothing
5+
- Removed Memento depreciation warnings
66

77
### v0.7.1
88
- Added warning when data is missing in a PTI file

REQUIRE

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ InfrastructureModels 0.0.6 0.2-
44
MathProgBase 0.5.4
55
JuMP 0.17 0.19-
66
Compat 0.26.0
7-
Memento 0.6
7+
Memento 0.7

src/PowerModels.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const LOGGER = getlogger(@__MODULE__)
1818
# NOTE: If this line is not included then the precompiled `PowerModels.LOGGER` won't be registered at runtime.
1919
function __init__()
2020
Memento.register(LOGGER)
21-
Memento.config(LOGGER, "info")
21+
Memento.config!(LOGGER, "info")
2222
end
2323

2424
include("io/matpower.jl")

0 commit comments

Comments
 (0)