-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
41 changed files
with
3,442 additions
and
292 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
|
||
class KamiConan(ConanFile): | ||
name = "kami" | ||
version = "0.5.1" | ||
version = "0.6.0" | ||
license = "MIT" | ||
author = "James P. Howard, II <[email protected]>" | ||
url = "https://github.com/jhuapl/kami" | ||
|
@@ -44,8 +44,8 @@ def package_info(self): | |
|
||
|
||
def requirements(self): | ||
self.requires("fmt/7.1.3") | ||
self.requires("spdlog/1.8.5") | ||
self.requires("cli11/1.9.1") | ||
self.requires("fmt/9.0.0") | ||
self.requires("spdlog/1.10.0") | ||
self.requires("cli11/2.2.0") | ||
self.requires("neargye-semver/0.3.0") | ||
self.requires("gtest/cci.20210126") |
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 was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,24 @@ | ||
To Do List | ||
========== | ||
|
||
Must Dos | ||
-------- | ||
The list below is a list of things considered necessary before | ||
a 1.0 release. This list is *not* static. | ||
|
||
- Network domain | ||
- Data collection process | ||
- Demonstration of data collection process | ||
- Tutorial write up | ||
|
||
Wishlist | ||
-------- | ||
The list below is a list of things considered nice to have at | ||
any point. | ||
|
||
- Revise unit tests to take advantage of fixtures | ||
- Documentation with basic introduction to ABMs | ||
- Network Boltzmann model example | ||
- Additional examples as appropriate | ||
|
||
.. toctree:: |
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
Oops, something went wrong.