Skip to content

DNA 3.0.10

Latest
Compare
Choose a tag to compare
@leifeld leifeld released this 01 Mar 19:00
· 62 commits to master since this release

Instructions:

dna-3.0.10.jar is the main DNA application. You need Java 11 or higher to use it, for example the Adoptium OpenJDK 11.

rDNA_3.0.10.tar.gz is the accompanying R package.

sample.dna is a toy database. The password for accessing the database is sample for all coders, including the admin coder.

bibliography.pdf is a bibliography listing 259 publications and theses using DNA.

Release notes:

  • MacOS bug fixed: On MacOS, the dialog windows for opening and saving databases and other files did not show any databases to select (see #244, #263, #267, and #268). This was due to a security issue in MacOS: DNA uses a Java Swing component called JFileChooser to display dialog windows for opening and saving files. MacOS does not trust this file dialog and only shows files to the native file chooser component. The new version therefore detects whether the user is on MacOS and, if so, uses a native AWT FileDialog instead, which uses the system's native file chooser, and thereby fixes the problem.
  • Bug fix in the time window functionality in the dna_network function in rDNA.
  • Bug fix in the way the combine setting in one-mode network export aggregated duplicate statements. This was correct in version 3.0.8 but not anymore in 3.0.9 and has been fixed again.
  • New bibliography with currently 259 publications and theses using DNA. The release comes with a PDF file, but the most recent version is always available here as a Markdown file (accessible from the project landing page as well).