Summary
In this section we have made no changes to the core functionality of our software project. Instead we have made changes that make the software:
- easier to use for both developers and users
- by separating the command line interface from the core functionality;
- more portable
- by listing dependencies in
requirements.txt
andenvironment.yml
;
- by listing dependencies in
- easier to acknowledge and get help,
- by adding version, date, authorship, and citation information; and
- more accessible,
- by providing a
README.md
file.
- by providing a
The state of our project at the end of the second development cycle can be seen on the cycle2 branch of our github repository: here.