QualCoder 3.6 #1006
Replies: 5 comments 9 replies
-
Thank you @ccbogel and @kaixxx for this long awaited release with many key improvements and a welcome refresh. Please let us know which mac architectures and/or MacOS versions you are referring to in the Readme as not able to run the tarball install of QualCoder - and when we can expect the MacOS app? Am planning to onboard a team, so this info would save us a lot of potential trial and error. Also, please do not let the 3.3 GB installer size for the Ubuntu version keep you from releasing it! Better a 3GB executable than none ;-) |
Beta Was this translation helpful? Give feedback.
-
Hi @menelic |
Beta Was this translation helpful? Give feedback.
-
Thanks for the Mac installer! Did not work on 2013 MacBook Pro Mac OS Big Sur 11.7.10 intel i7. The QC jumped up and down and I got the security noticed and clicked on "open anyway". But it did not run. I even changed preferences to run app from anywhere. I was able to run 3.2 and 3.5 on this but recently 3.5 did not work. |
Beta Was this translation helpful? Give feedback.
-
Would it be possible to relabel the download assets files so that the two exe files are grouped together and the two files for Mac OS together? Also, could a tool tip be added so that we know the two exe files are for Windows and the other 2 or for Mac and that one is for intel and the other for M1 processor. I also successfully ran both exe files on a Windows 11 computer. My understanding of the differences is that if I "install" using the set.up than I have to uninstall. Where as with the other exe file I just delete the folder. I noticed with exe I get more "not responding" while it is processing. |
Beta Was this translation helpful? Give feedback.
-
Thanks and it is very clear now! Although the new file names will need to replace filenames at the top of this page and other pages. Also for OS, do you need to include "older" and "newer"? It confused me because I was thinking that there are newer and older intel (I have a 2013 and 2017 mac). Is the only difference whether intel or M processor rather than how old they are? |
Beta Was this translation helpful? Give feedback.
-
Various updates to QualCoder 3.6 are detailed below.
Installation:
Windows
You have two options (see attached files at the end of the release page):
On first use of the exe, Windows will ask you to allow to run QualCoder. This is because it is from an unknown publisher. It costs a lot of money to get a trusted publisher certificate - so that will not be possible for the foreseeable future.
Mac
Attached to the release page you will find two options:
The app bundles are compiled on macOS Sequoia. They might also work on Sonoma and Ventura. If you are on an older version, consider updating your OS or install QualCoder from source as described in the wiki: https://github.com/ccbogel/QualCoder/wiki/2.1.-Installation#macos
Note: We are currently not able to sign the app bundles, so you will get a warning that QualCoder is from an unregistered developer. You have to manually allow the app to be executed, if your Gatekeeper is active. Follow these steps:
Linux
A binary (double click to run) is available for Ubuntu 24.
Run from source
For install from source code, download the zip file below and use the instructions on the main GitHub QualCoder page, or the wiki to install on your operating system.
License changes
The license for QualCoder has been changed to the GNU Lesser General Public License (LGPL) version 3 license.
General changes
Throughout QualCoder all the icons have been replace with material design icons.
Thanks to Kai:
A lock out for the SQLite database to prevent multiple access.
Improved error messaging with an error dialog class.
Default to native style on Windows.
Applied UTF-8 to config file.
Kai Droege - Artificial intelligence features
Many thanks to Kai for testing and developing these features over the last several months.
** A “code chat” that works on already coded data,
** a “topic chat” that explores a certain phenomenon in the data, even if it has not been coded yet (this is internally using the ‘AI search’ described above), and
** a “general chat” that allows to discuss any question not directly related to the data (basically a build in ChatGPT).
Implementation details:
By default, the AI features are disabled. The user is asked at the first startup whether they want to enable it. If so, a wizard will guide through the setup process. This wizard can also be started later via the new AI menu.
Startup: Even with the AI turned off, the startup time will be a little longer. Some of the heavy AI-related libraries (especially “sentence-encoder”) will be loaded in a background thread to prevent the app from becoming unresponsive. A new status message at the bottom of the app indicates when the AI is ready.
Vector store: For the semantic search to operate, all text based empirical documents in a project must be converted into semantic embeddings using the local AI model (sentence encoder) mentioned above. These embeddings are then stored in a special database called a “vector store”, based on chroma_db. This happens only once (and when a document is edited, renamed or newly added). Since the analysis of a large document can take up to a minute or longer, this is done in a background thread (status bar: "AI: reading data"). The AI features cannot be used until this process is finished.
Data Structure: Additional AI-related data will be stored in a newly created subfolder within the project called "ai_data". This contains the vector store, a yaml-file with project specific prompts (if there are any) and an SQLite database storing the AI-chats.
UI integration: A new tab for the AI chat and a new menu for the AI features. All AI-related settings are incorporated in the normal settings dialog.
Manage files
Context menu. Added a show all rows EXCEPT value.
Added button to rename all visible rows. Select visible rows by using show value like, show this value and/or show Except value. The rename take a user created prefix and the _001, _002 et cetera.
Editing text files. Uses a different module to speed up identifying changes. A big improvement with large text files.
Manage files - audio video
The option to automatically transcribe audio to text using AI has been removed.
Some
Import survey
The default process is now for each qualitative data column, will be imported as an individual file into the database.
On import each qualitative column name will be added as a code, and the relevant row text will be auto-coded to that code.
Manage references
Improved several functions.
Can view the file via right-click on the file in the files table.
File linked ris_id now has a tooltip that shows the reference title, year and reference type.
New button to automatically link a reference to a file. This works by matching words in the reference title to words in the file name. Needs at least a 70% match between the words to automatically link.
Check the linking after it is applied to ensure it is correct.
Fixed error that kept reference attributes for a file, that remained after a reference was unlinked.
Codes
Code organiser menu option.
Useful for grounded theory development to help develop and organise the coding concepts and their hierarchy.
BACK UP PROJECT before applying changes to the codes tree.
Select a code branch or All, then right click to:
Add categories, rename codes and categories, update memos, merge codes, merge categories, delete categories.
Code images
Can export image grayed-out/blurred/solarised with coded sections highlighted, using key press Ctrl G
Can export image grayed-out/blurred/solarised with selected coded area highlighted - using right-click context menu in a selected coded area
Can export image grayed-out/blurred/solarised with selected code highlighted - using right-click context menu in a selected coded area
L keypress to 'Show codes like' when coding area is in focus
Code text
Line numbers added to show position in text.
A button added to set a default colour for all newly added codes while coding, instead of a random colour.
L keypress to 'Show codes like' when coding area is in focus
Code audio video
Added a button to open the context menu for options with coded segments. Select the segment then the option.
This is a hack to fix an issue in the Windows Exe where right-click on a segment does not open the context menu.
L keypress to 'Show codes like' when coding area is in focus
Reports
Report codes
Checkbox added to allow of export file and case attributes. This is only for exporting codes results as Excel (XLSX) or CSV file formats.
Each file variable will be prepended with FileVar_
Each case variable will be prepended with CaseVar_
HTML export with media links.
The export links contained some errors. This has been fixed.
Codes by text segments
This report creates a table where each text segment is one row. The columns are of all selected codes. A 1 represents that the segment is coded by that code, a 0 - it is not coded by that code.
This function is useful for those researchers who code the same segments of text with multiple codes, such as in the legal field or organisational psychology.
Code co-occurrence
This report shows a table of code names along the x and y axes. The table cells show the count of coding co-occurrences. This is where two codes overlap or are directly abutting. Click on the cell to show the text coding details.
Options include: selecting specific text files or selecting specific codes. There is an export to Excel option.
Errors in this release
CSV import error.
Note, the Windows exe has fixed this error.
line 561 in import_survey.py
Please delete the word "True"
self.ui.comboBox_quote.setFocus(True)
Making QualCoder run more easily on different operating systems
There are now an installer for Windows and app bundles for MacOS available, se installation instructions at the beginning of this page.
There may be an Ubuntu 24 executable. However, it is 3.3GB in size.
Beta Was this translation helpful? Give feedback.
All reactions