Skip to content

Commit 4dca654

Browse files
committed
Todo updates.
1 parent 3ba8a11 commit 4dca654

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

README.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ If you wish to request or contribute support for a new data source, please conta
142142
------------------
143143

144144
- Pre-alpha, leaving stage two of development and entering stage three.
145-
- Gitnet is currently in version 0.0.8. After entering Alpha, regular updates on feature changes and bug fixes will be published with each version release.
145+
- Gitnet is currently in unofficial version 0.0.8. After entering Alpha and publishing an official release, regular updates on feature changes and bug fixes will be published with each version release.
146146
- Entering the first round of user testing, as of yet all tests done have been either unit testing or internal.
147147

148148

@@ -151,7 +151,13 @@ If you wish to request or contribute support for a new data source, please conta
151151

152152
As a project in development, Gitnet will have a list of potential issues, updates, and features.
153153
Any external requests and issue reports can be made on our GitHub project page.
154+
We appreciate any comments from developers and researchers who stumble upon our work.
154155

155156
- Solve problems related to the pygraphviz dependency on Windows. Some users may encounter difficulty running `graph.quickplot()` as a result.
157+
- May not be possible given the general inaccessibility of the graphviz software interface.
156158
- Increase efficiency of internal log parsing. Some large projects can take up to several minutes to process.
159+
- Currently in progress, some significant improvements have been made, although ahead of any official release.
157160
- Include remote log extraction. One of the biggest caveats of gitnet is that you have to spend a significant amount of time downloading large projects.
161+
- Include additional export options for users of additional visualization packages, and who want to export dynamic network data.
162+
- Include additional custom classes for more VCS types and mailing lists.
163+
- Better quickplot visualizations, with default colours and optional labels.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
'Programming Language :: Python :: 3.4',
3434
'Programming Language :: Python :: 3.5',
3535
],
36-
keywords='research open-source github social-networks collaboration',
36+
keywords='research open-source github social-networks collaboration linux',
3737
packages=find_packages(exclude=['tests']),
3838
install_requires=['bash', 'networkx', 'matplotlib'],
3939
test_suite='gitnet.tests',

0 commit comments

Comments
 (0)