NEW: generate function prototypes from header
MOD: Python3 support
MOD: improve error message when loading DLL is failed.
NEW: move utility functions to pyAPISUBP.utility
FIX: bug in calcurating threshold for Microsaccade detection
FIX: dummy backend didn't accept config
FIX: getCameraImageSize() doesn't work in Python3
FIX: bug fix version (0.11.0.post1)
FIX: fix verbose mode, check whether the first line of datafile starts with #SimpleGazeTrackerDataFile
FIX: fix typo
MOD: config option is added to openDataFile(). sendSettings() is now deprecated.
NEW: GazeParser.Core.GazeData.extractTraj() is added
FIX: fix typo
MOD: update sample files
MOD: update documents
MOD: update cleanup batch file
MOD: update default CONFIG
MOD: GPC5300 edition supports 64bit environment.
FIX: add HTML documents and DLLs to setup projects
Merge branch 'master' of ssh://git.code.sf.net/p/gazeparser/code
FIX: fix changelog
Merge branch 'master' of ssh://git.code.sf.net/p/gazeparser/code
MOD: update Readme.rst
MOD: update setup projects to include appropriate DLLs.
MOD: run gen_docfiles before dpkg-buildpackage
FIX: update rules not to use dh-python for SimpleGazeTracker
FIX: add dh-python to Build-Depends for GazeParser
MOD: update HTML document
MOD: update NEWS, ChangeLog and Readme.rst
FIX: avoid warnings in Ubuntu
MOD: ignore working directory for building simplegazetracker-flycap package
MOD: add documents to makefile.am
FIX: HTML help can't be opened if space character is included in application directory path.
MOD: add HTML document to setup project (Optitrack only)
MOD: GazeParser.Utility.join() fills additional data if they are missing in some data files
NEW: add HTML documents
Merge branch 'master' of ssh://git.code.sf.net/p/gazeparser/code
NEW: add HTML help to SimpleGazeTracker
Merge branch 'py3' into vs2017
MOD: change version number (0.10.0 -> 0.11.0)
MOD: change version number (0.10.0 -> 0.11.0)
FIX: fix typo
MOD: who error if PsychoPy is older than 1.84.0
NEW: add tests
MOD: snprintf() is now available in Windows
MOD: migration to VisualStudio 2017 and x64
FIX: fix problems concerning with size_t
MOD: ignore SimpleGazeTracker/.vs directory
MOD: switch from afxres.h to winres.h
FIX: findNearestIndexFromMessage() didn't work
FIX: #DATAFORMAT is ignored if useFileParameters=False
FIX: RectRegion object cannot be created if mode is 'all'
FIX: nanmedian() is now in numpy
MOD: remove VisionEgg backend
MOD: ignore .opensdf file
MOD: TrackingTools module supports Python3
MOD: remove GazeParserComponents1.83 from setup.py
MOD: remove Tk apps
MOD: avoid using exec for compatibility between py2 and py3, add outputfile option to TrackerToGazeParser
MOD: remove Eyelink and Tobii support
MOD: Config.printParameters() warns if parameter is missing (to support old Config object)
MOD: remove components for PsychoPy 1.83
ENH: support for migration of Builder components
FIX: interactive config dialog can't be opened in Python3
MOD: ignore small diffrence of return value of numpy.arctan2() between python2-x86 and python3-x64
MOD: support for Python 3
NEW: change data file format to remove dependency on anydbm
NEW: Config object supports __str__
NEW: Core objects support __eq__
MOD: improve __repr__ and __str__
NEW: add __repr__ to GazeParser Core objects
MOD: improve __repr__ and __str__ of Config object
MOD: support pillow and tkinter
FIX: support for wxpython phoenix
MOD: eliminate warning by 'pylint --py3k'
FIX: GazeParser PsychoPy components were not installed.
MOD: support degFlat and degFlatPos
FIX: remove unnecessary parameters from GazeparserGetPos component.
FIX: remove unnecessary import
FIX: support non-ascii file names
FIX: dtype must be specified in recent versions of numpy
FIX: fix instruction of doCalibration()
FIX: fix merge error and typo
FIX: ManualCalibration fails if number key greater than number of calibration points is pressed.
MOD: direct point selection in doCalibration()
Merge branch 'master' of ssh://git.code.sf.net/p/gazeparser/code
FIX: don't remove message if allowRecalibration is False
MOD: add help dialog
FIX: deleteCalibrationDataSubset() deletes (0,0)
FIX: fix typo
MOD: improve re-calibration procedure
FIX: use dictionary to get calibration point index
MOD: remove frame and add help message to calibration results screen
FIX: wrong parameters in GazeParserMessage
Mod: update keywords in setup.py
FIX: add argtypes to DLL functions
MOD: update default parameter of CONFIG_DIRECTS...
FIX: show error dialog when setting image forma...
MOD: support Camera ID (DirectShow)
MOD: update cleanup batch file