Releases: ODM2/ODMToolsPython
v1.1.0 Beta
Windows Executable Installer
ODMTools_v1.1.0-beta_setup.exe is a Windows executable installer that allows you to install Python, the required libraries, and ODM Tools with a simple install wizard. The installer will work regardless of whether or not you already have Python installed on your local machine.
Tested on:
- Win 8.1 x64
Zip File with No Install
ODMTools_v1.1.0-beta_No_Install.zip and ODMTools_v1.1.0-beta_Mac_No_Install.zip contains a self-contained Python environment and the ODMTools v1.1.0-beta source code so you can run from source without an install. Just unzip this file and consult the read me file for instructions on how to use it.
Mac Installer
A Mac executable installer that allows the user to install python, the required libraries, and ODM Tools with a simple install wizard. The installer will work regardless of whether or not you already have python installed on your local machine.
Release includes:
- Changing databases now resolves an issue where the memory database wouldn't clean up after itself
- Better compatibility with smaller screen sizes.
- New addpoint form utilizing Pandas library
- Users now can upload a csv file(comma separated) of datavalues that can be added to the plot
- Users can edit fields inline
- Console is now a dockable panel. Improved cross platform compatibility
- Summary Statistics now have an option to export summary to csv
- Removed ObjectListView as a dependancy. We now include a patched version of ObjectListView
- About page was added
- Issues with the matplotlib toolbar icons have been resolved
- Mac issues with saving have been solved and optimized.
- Added support for connecting to Postgres databases
- Numerous bug fixes and performance improvements