SOFA Statistics full changelog
SOFA Statistics 1.4.5
released Aug 24, 2015 (New Release)
Box plots can be displayed with different outlier and whisker display options. ODS importing can now cope with repeated column names. Better error message when unable to get regression line details because of limited variability.
Bug fixes:
Fix bug when problem with imported data. Fix to title and date concatenation code so doesn't break when title has non-ascii characters e.g. in Spanish (affecting Windows and Mac) Reordered regression line plotting in js so appears on top of dots. Added zero division error trap to spearman's test error output. Fixed bug which prevented ods_reader from importing repeating rows at the end of a spreadsheet. Only repeated empty rows at the end are considered the end of the data. Properly handle all read operations on internal-use text files e.g. proj, css etc. Can cope with a utf-8 BOM (only) to cope with Windows Notepad editing. Breaks if other encodings used which is fair enough.
Bug fixes:
Fix bug when problem with imported data. Fix to title and date concatenation code so doesn't break when title has non-ascii characters e.g. in Spanish (affecting Windows and Mac) Reordered regression line plotting in js so appears on top of dots. Added zero division error trap to spearman's test error output. Fixed bug which prevented ods_reader from importing repeating rows at the end of a spreadsheet. Only repeated empty rows at the end are considered the end of the data. Properly handle all read operations on internal-use text files e.g. proj, css etc. Can cope with a utf-8 BOM (only) to cope with Windows Notepad editing. Breaks if other encodings used which is fair enough.
SOFA Statistics 1.4.4
released May 20, 2015 (New Release)
Fix bug resulting in Pearson's r being displayed instead of Spearman's rho.
Fixed bug on some systems when saving a worksheet with spaces in name.
Prevented numerous bugs related to quoting table names, fully qualified file names etc.
Fixed bug on some systems when saving a worksheet with spaces in name.
Prevented numerous bugs related to quoting table names, fully qualified file names etc.
SOFA Statistics 1.4.3
released Mar 20, 2014 (New Release)
Can import tab-delimited data.
More options for attractive charts and reports. Three new themes available - sky, prestige (screen), and prestige (print).
Better support for automation (i.e. headless, running without GUI) esp in international context.
Exporting to spreadsheet now relies on more robust code library (xlwt)
Easy to select or deselect lots of row stats measures at once.
Faster opening in many cases.
Bug fixes:
Minor tweak to PostgreSQL plug-in to handle timestamps without timezone.
Resolved bug when SQLite numbers are stored in a non-numeric field and processed for Chi Square test.
Importing csvs now copes better when only missing vals in sample of a field. Gives user the choice.
Fixed bug when doing a Row Stats table with a rows variable e.g. by Gender and some of the fields can't be calculated for some of the row categories.
Headless importing now works in the event of inconsistent data types in fields.
More options for attractive charts and reports. Three new themes available - sky, prestige (screen), and prestige (print).
Better support for automation (i.e. headless, running without GUI) esp in international context.
Exporting to spreadsheet now relies on more robust code library (xlwt)
Easy to select or deselect lots of row stats measures at once.
Faster opening in many cases.
Bug fixes:
Minor tweak to PostgreSQL plug-in to handle timestamps without timezone.
Resolved bug when SQLite numbers are stored in a non-numeric field and processed for Chi Square test.
Importing csvs now copes better when only missing vals in sample of a field. Gives user the choice.
Fixed bug when doing a Row Stats table with a rows variable e.g. by Gender and some of the fields can't be calculated for some of the row categories.
Headless importing now works in the event of inconsistent data types in fields.
SOFA Statistics 1.4.2
released Mar 4, 2014 (New Release)
Fixed bug introduced in 1.4.1 which stopped SOFA working with MS Access databases.
Fixed misc bugs associated with sort order of value labels when configuring a variable. Default project path for sofa_db connection now copes with paths containing single quotes e.g. Grant's Machine.
Fixed bug which occurs when running scripts directly in a non-English locale. The locale folder stored in the script is now the one the GUI identified as the correct one. So translated config e.g. for Mean, Sum etc will match what it should.
Fixed misc bugs associated with sort order of value labels when configuring a variable. Default project path for sofa_db connection now copes with paths containing single quotes e.g. Grant's Machine.
Fixed bug which occurs when running scripts directly in a non-English locale. The locale folder stored in the script is now the one the GUI identified as the correct one. So translated config e.g. for Mean, Sum etc will match what it should.
SOFA Statistics 1.4.0
released Dec 18, 2013 (New Release)
Cleaner interface for viewing, saving, and exporting output. Data export to spreadsheet plug-in now automatically exports as csv as well as xls. Data importing copes with spaces at the end of dates - trailing spaces are removed and the value is treated properly as a date.
SOFA Statistics 1.3.5
released Oct 15, 2013 (New Release)
Fixed bug in histogram output when limited data spread. Error caused by miscalculation of significant decimal points required for display.
Fixed bug stopping late-added title details appearing when exporting output. The demo output is refreshed first so the source file is forced to be up-to-date. Probably needs a proper tidy-up some day but this works well in the mean time.
Fixed bug in exporting to desktop folder in fix_pdf - need to strip end off folder name when no AM/PM under localisation used.
Fixed various bugs associated with exporting output. When copying output, message about keeping form open now names form it means (to reduce confusion).
Fixed bug when using a project after it has just been deleted (by pressing cancel in select projects dialog after having deleted the currently active project).
Fixed bug which meant quot;Show Resultsquot; and quot;Add to reportquot; options were displayed when setting up a project.
Fixed bug when cancelling a variable details selection in a project.
Fixed bug stopping late-added title details appearing when exporting output. The demo output is refreshed first so the source file is forced to be up-to-date. Probably needs a proper tidy-up some day but this works well in the mean time.
Fixed bug in exporting to desktop folder in fix_pdf - need to strip end off folder name when no AM/PM under localisation used.
Fixed various bugs associated with exporting output. When copying output, message about keeping form open now names form it means (to reduce confusion).
Fixed bug when using a project after it has just been deleted (by pressing cancel in select projects dialog after having deleted the currently active project).
Fixed bug which meant quot;Show Resultsquot; and quot;Add to reportquot; options were displayed when setting up a project.
Fixed bug when cancelling a variable details selection in a project.
SOFA Statistics 1.3.4
released Jul 24, 2013 (New Release)
Bug fixes:
· Fixed bug with calculation of mean with MS SQL Server data (now explicitly cast as float to avoid integer result).
· Fixed bug in ANOVA output for precise (as opposed to speed) - it used to try mixing Decimals and other numeric types unsuccessfully.
· Fixed bugs with chart data gathering queries so works in MS SQL Server properly. Also cleaner for the others in any case.
· Fixed bug in underlying code if unique=False ever applied with scatterplots (currently never but it was still, technically, a bug).
· Fixed bug in scatterplot SQL which affected MS Access and MS SQL Server (can't use aliases in group by etc).
· Adjusted y-title position in dojo scatterplots to avoid it being cropped.
· Fixed bug when Postgresql date date being displayed as a category (couldn't calculate a length of a datetime.datetime object).
· Fixed layout bug when report table resized after Add to Report checkbox hidden. Now freshens layout when checkbox reappears.
· Fixed bug with calculation of mean with MS SQL Server data (now explicitly cast as float to avoid integer result).
· Fixed bug in ANOVA output for precise (as opposed to speed) - it used to try mixing Decimals and other numeric types unsuccessfully.
· Fixed bugs with chart data gathering queries so works in MS SQL Server properly. Also cleaner for the others in any case.
· Fixed bug in underlying code if unique=False ever applied with scatterplots (currently never but it was still, technically, a bug).
· Fixed bug in scatterplot SQL which affected MS Access and MS SQL Server (can't use aliases in group by etc).
· Adjusted y-title position in dojo scatterplots to avoid it being cropped.
· Fixed bug when Postgresql date date being displayed as a category (couldn't calculate a length of a datetime.datetime object).
· Fixed layout bug when report table resized after Add to Report checkbox hidden. Now freshens layout when checkbox reappears.
SOFA Statistics 1.3.3
released Apr 28, 2013 (New Release)
· 95% confidence intervals now added to ANOVA and t-tests
· Right justified numbers in associated output
· Can now sort by category labels in clustered bar charts, line charts, area charts and box plots
· Area charts can also be sorted ascending or descending by count/mean/sum
· The series and category are now displayed in tooltips e.g. Italy, 20-29 for clustered bar charts, multi-series line charts, and box plots. This is especially helpful when there are lots of categories and/or series
· Improved statistics output footnotes
· Borders on bar-type charts are now optional
· Chi square clustered bar charts can cope with higher default limits for number of values
· Importing field names with more than 90 characters prohibited at the point of import rather than causing problems later
· The group by max number of values is now controlled by a single my_global setting (making it easier to override)
· The default settings for some remaining max values have been increased
· Right justified numbers in associated output
· Can now sort by category labels in clustered bar charts, line charts, area charts and box plots
· Area charts can also be sorted ascending or descending by count/mean/sum
· The series and category are now displayed in tooltips e.g. Italy, 20-29 for clustered bar charts, multi-series line charts, and box plots. This is especially helpful when there are lots of categories and/or series
· Improved statistics output footnotes
· Borders on bar-type charts are now optional
· Chi square clustered bar charts can cope with higher default limits for number of values
· Importing field names with more than 90 characters prohibited at the point of import rather than causing problems later
· The group by max number of values is now controlled by a single my_global setting (making it easier to override)
· The default settings for some remaining max values have been increased
SOFA Statistics 1.3.2
released Feb 1, 2013 (New Release)
· Minor GUI bugs on start screen fixed.
SOFA Statistics 1.3.1
released Jan 15, 2013 (New Release)
· Fixed code picking optimal min and max axis values for scatterplots and box plots to cope when value range is much smaller than gap to 0.
· CSV import now copes with new lines inside fields when gathering data for sample display.
· Extra settings for Line Charts now display when they should even if only changing data type.
· Fixed bug which allowed line breaks in field names.
· CSV import now copes with new lines inside fields when gathering data for sample display.
· Extra settings for Line Charts now display when they should even if only changing data type.
· Fixed bug which allowed line breaks in field names.
SOFA Statistics for Windows 7 - free download notice
Windows 7 Download periodically updates software information of SOFA Statistics from the publisher.
« BACK
My Account
Help
Windows 7 Software Coupons
-
WinX HD Video Converter
56% Off -
WinX MediaTrans
63% Off -
MacX Video Converter Pro
56% Off -
FREE VPN PROXY by SEED4.ME WINDOWS
Free VPN by Seed4Me -
MacX Media Management Bundle
70% Off
My Saved Stuff
You have not saved any software.
Click "Save" next to each software.
Click "Save" next to each software.
Would you like to receive announcements of new versions of your software by email or by RSS reader? Register for FREE!
Windows 7 Downloads Picks
- Microsoft Office 2007
- LibreOffice 25.2.1.2 Latest
- LibreOffice x64 24.2.4
- PDF-XChange Lite 10.2.1.385
- EMF Printer Driver 17.76 Revision 3239
- Microsoft Office 2003
- WebEx MeetMeNow 2.0 44.6.0.29928
- Quite Imposing Plus 5.3n
- Microsoft Office 2007 Service Pack SP3
- CZ Excel Converter 4.0 B130902
- Notepad++ Portable 8.7.8
- Zotero 7.0.12
- Microsoft Office 2010 x32 14.0 BETA
- Adobe Reader XI 11.0.10
- Adobe Acrobat Reader 2024.002.20857
- Microsoft Visio 2010 14.0.4730.1010
- VaySoft PDF to EXE Converter 1.11
- Xlpd 7.0 B0148
- Microsoft Publisher 2010 14.0.4760.1000
- Adobe Reader X 10.1.8
Popular Tags
conversion
microsoft
word
word to pdf
free
data
spreadsheet
outlook
editor
adobe
printer
document
powerpoint
excel
software
convert
create
files
pdf
office
converter
create pdf
tool
text
pdf converter
xls
doc
acrobat
pdf creator
add in
Popular Windows 7 Software
- Microsoft Office 2007
- LibreOffice 25.2.1.2 Latest
- Card Maker Software For Windows OS 8.2.0.2
- LibreOffice x64 24.2.4
- PDF-XChange Lite 10.2.1.385
- Portable RightNote 6.5.2
- Shop-Data Transfer 1.0.142
- Retail Barcoding & Labeling Application 9.2.3.2
- EMF Printer Driver 17.76 Revision 3239
- Alternate Translation KIT 2.120
- EconomSys 1.20.100
- Microsoft Office 2003
- Retail Logistics Barcode Maker Software 9.2.3.1
- Barcode Printing Software 7.0.1.5
- DWG to Any Converter Command Line 2.7
© 2025 Windows7Download.com - All logos, trademarks, art and other creative works are and remain copyright and property of their respective owners. Microsoft Windows is a registered trademarks of Microsoft Corporation. Microsoft Corporation in no way endorses or is affiliated with windows7download.com.