-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update assembly version for MIKE 2025 * To fix issue #42: No records insert to m_ScenarioManagementUpdatedFields when it is needed. * To support 2025 version * Add full test action for release * Update test action secret * Update change log --------- Co-authored-by: Ryan Walter Murray <[email protected]>
- Loading branch information
1 parent
902b9fd
commit 9576e20
Showing
6 changed files
with
14 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,14 +7,15 @@ exclude = ["notebooks", "tests"] | |
|
||
[project] | ||
name = "mikeplus" | ||
version = "2024.1.1" | ||
version = "2025.0.0" | ||
dependencies = [ | ||
"numpy", | ||
'pythonnet>=3.0', | ||
"pandas", | ||
] | ||
|
||
authors = [ | ||
{ name="Ryan Walter Murray", email="[email protected]" }, | ||
{ name="Wen Wu", email="[email protected]" }, | ||
] | ||
description = "A python script package to manipulate MIKE+ database, run simulation by using MIKE+ data, run tools based on MIKE+ data" | ||
|