Releases: jwcarr/eyekit
Releases · jwcarr/eyekit
Eyekit 0.2.10
- Added
discard_short_fixations
tool snap_to_lines
now modifiesFixationSequence
in place, like other tools- Added
purge
method toFixationSequence
- Removed
fixation_sequence_distance
function – no clear use case
Eyekit 0.2.9
- Added new correction method "stretch"
- Clearer parameter names for the merge and regress correction methods
- Option to make image background transparent
- Properly pass figure scale down to images for correct stroke widths in figures
Eyekit 0.2.8
- Added
set_default_font()
tovis
module - Entire codebase converted to black style
Eyekit 0.2.7
- Added new
Booklet
class for making multipage visualizations - Renamed
image
module tovis
and removed theImage
andFigure
classes from the top-level - Fixed the
discard_out_of_bounds_fixations()
tool - Figure crop margins now set with method rather than at save time
Eyekit 0.2.6
- Added gaze duration analysis function
Eyekit 0.2.5
- Caption and lettering fonts can now be set independently
Eyekit 0.2.4
- Added support for bold and italic font styles
Eyekit 0.2.3
- Cropping now supports multiple TextBlocks in the same image
Eyekit 0.2.2
- Default alphabet is now maximalist rather than minimalist. In most cases, it should not be necessary to specify an alphabet manually.
Eyekit 0.2.1
- More built-in alphabets, which are specified directly rather than through the ALPHABETS global
- The crop margin is now set in the save() methods
- Default figure padding in millimeters rather than points
- Fixed small bugs and documentation typos