You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,7 @@ Design Structure Matrix editor (DSM editor) - An open-source application for edi
11
11
* Fast Render mode that removes a lot of graphical detail to load bigger matrices faster and see a bigger picture
12
12
* Propagation Analysis
13
13
* Export to various formats: CSV, Excel, PNG, Thebeau Matlab File
14
+
* Clustering algorithm based on [Ronnie Thebeau's clustering algorithm](https://dsmweb.org/matlab-macro-for-clustering-dsms/). NOTE: this is a beta feature and has not been fully validated
14
15
15
16
16
17
### To Install for Developers (version >= 2.0.0)
@@ -23,7 +24,7 @@ Maven will install all the dependencies. There may be issues with the java runti
23
24
24
25
### To Install for Users (version >= 2.0.0)
25
26
* Go to the [releases page](https://github.com/ajcarney/DSMEditor/releases) and download the latest zip or tar file for your operating system
26
-
* Unzip the file to a known directory with write permissions so that the program can save to files
27
+
* Unzip the file to a known directory with write permissions so that the program can save to files.
27
28
* No need to install anything else (including java) as the program comes pre-packaged with an open-source version of the Java runtime from [Adoptium](https://adoptium.net/) (no need to mess with Oracle anymore)
28
29
* The zip file includes an executable (.exe for windows or .sh for unix) that will start the program
29
30
@@ -70,6 +71,5 @@ If you encounter any bugs or would like to submit a feature request, feel free t
70
71
This project is in semi-active development. As a college student, the school year is busy, and as such, the majority of development is done during the summer months
0 commit comments