Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to Memento v0.7 #299

Merged
merged 1 commit into from
Jun 1, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PowerModels.jl Change Log
=================

### Staged
- nothing
- Removed Memento depreciation warnings

### v0.7.1
- Added warning when data is missing in a PTI file
Expand Down
2 changes: 1 addition & 1 deletion REQUIRE
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ InfrastructureModels 0.0.6 0.2-
MathProgBase 0.5.4
JuMP 0.17 0.19-
Compat 0.26.0
Memento 0.6
Memento 0.7
2 changes: 1 addition & 1 deletion src/PowerModels.jl
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const LOGGER = getlogger(@__MODULE__)
# NOTE: If this line is not included then the precompiled `PowerModels.LOGGER` won't be registered at runtime.
function __init__()
Memento.register(LOGGER)
Memento.config(LOGGER, "info")
Memento.config!(LOGGER, "info")
end

include("io/matpower.jl")
Expand Down