Skip to content
Snippets Groups Projects
Commit 2d8bab3c authored by imcovangent's avatar imcovangent
Browse files

Updated docs and created pypi distribution.

Former-commit-id: 5108424576b403dc7ecc8843d6a95640d0d93c57
parent 33b7e301
No related branches found
No related tags found
No related merge requests found
......@@ -14,6 +14,7 @@ graft kadmos/cmdows/schemas
graft kadmos/vispack/VISTOMS_170803
graft kadmos/vispack/VISTOMS_170814
graft kadmos/vispack/VISTOMS_170817
graft kadmos/vispack/VISTOMS_dev
# Include XDSM templates
include kadmos/external/XDSM_writer/*.tex
......
......@@ -10,71 +10,79 @@ The repository is structured as follows:
- dist/
contains copies of all major distributions of KADMOS
contains copies of all major distributions of KADMOS
- docs/
contains the documentation
contains the documentation
- examples/
contains two example knowlegde bases and scripts
contains two example knowlegde bases and scripts
- kadmos/
contains the main code for KADMOS
- cmdows
- cmdows
contains tools for interacting with CMDOWS files
- external
- external
contains mainly third party scripts used at various parts in the code
- graph
- graph
contains the main graph-based logic for KADMOS
- interface
- interface
contains a script for launching a web-based interface for accessing a few KADMOS functionalities
- knowledgebase
- knowledgebase
contains the definition of a knowledge base model
- utilities
- utilities
contains several helper functions
- vispack
- vispack
contains source files for the VISTOMS visualizations
- license.md
contains the license
contains the license
- readme.md
contains this document
contains this document
Credits
=======
KADMOS is currently being developed at [TU Delft](https://tudelft.nl) by [Imco van Gent](https://bitbucket.org/imcovangent/) as an open source project. KADMOS can still be considered as an early beta and is subjected to change. Ideas and improvement suggestions are greatly appreciated!
KADMOS is currently being developed at [TU Delft](https://tudelft.nl) by [Imco van Gent](https://bitbucket.org/imcovangent/) as an open-source project. KADMOS can still be considered as an early beta and is subjected to change. Ideas and improvement suggestions are greatly appreciated!
Changelog
=========
## 0.8 (XX/XX/2017)
## 0.8 (XX/XX/2018)
- Matching KADMOS with CMDOWS 0.8
- Revisting KnowledgeBase class
- Inclusion of distributed architectures and derivatives
## 0.7.5 (21/12/2017)
- Further matching of KADMOS with CMDOWS 0.7
- General improvements, enhancements and bug fixes
- Deprecated KnowledgeBase class and enhanced CMDOWS load to handle XML I/Os
- Improved MDAO Process Graph determination to account for data dependencies
- Extended CMDOWS file operations library
- Improved determination of function hierarchy
- Added function to automatically determine an optimal function order
- Updated all code to work with NetworkX 2.0
## 0.7 (08/09/2017)
......
File added
f4a5fca5e2227152fb5f20756834785f44d96872
\ No newline at end of file
from setuptools import setup, find_packages
version = '0.7'
version = '0.7.5'
def readme():
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment