aboutsummaryrefslogtreecommitdiff
path: root/src/argaze/DataStructures.py
AgeCommit message (Expand)Author
2023-06-07Improving cross reference in gaze analysis and timestamped data sections.Théo de la Hogue
2023-06-05Moving documentation to Mkdocs.Théo de la Hogue
2023-05-17Setting BSD license. Incrementing version.Théo de la Hogue
2023-03-28Improving documentation.Théo de la Hogue
2023-03-14Making JSonEncode to not export attributes starting with _ character.Théo de la Hogue
2023-02-13Checking split dict size.Théo de la Hogue
2022-12-07Encoding any data to json format. Adding pop_last_until, pop_last_before, get...Théo de la Hogue
2022-11-16Replacing __str__ by __repr__. Removing save_as_csv.Théo de la Hogue
2022-11-16Minor comment change.Théo de la Hogue
2022-11-16Replacing get_first and get_last method by first and last properties. Improvi...Théo de la Hogue
2022-11-16Making append method to return self instance.Théo de la Hogue
2022-11-09Making get_last_before to return timestamp and data.Théo de la Hogue
2022-11-09Fixing many errors due to major class rewriting.Théo de la Hogue
2022-11-09Large documentation improvement.Théo de la Hogue
2022-11-08Improving code documentation.Théo de la Hogue
2022-09-27Raising KeyError instead of ValueError.Théo de la Hogue
2022-08-31Adding a comment about TimeStampedBuffer as_dataframe method.Théo de la Hogue
2022-08-09Adding comment for new functions.Théo de la Hogue
2022-08-09rewriting movement identification classes.Théo de la Hogue
2022-05-20Adding down sampling features.Théo de la Hogue
2022-05-20Adding a plot method to TimeStampedBuffer class. Removing plot support from M...Théo de la Hogue
2022-05-20Removing DictObject class.Théo de la Hogue
2022-05-06Fixing look_at and looked_pixel functions. Fixing AOIScene serialization.Théo de la Hogue
2022-05-04Exporting TimeStampedBuffer key with double quote to ease later importation.Théo de la Hogue
2022-05-03Adding a method to convert a TimeStampedbuffer into panda dataframe.Théo de la Hogue
2022-05-03Improving gaze position management to export data with appropriate precisions.Théo de la Hogue
2022-04-27Fixing TimeStampedBuffer get_last_before functionThéo de la Hogue
2022-04-20Exporting timestamped buffer as csv file.Théo de la Hogue
2022-04-20Starting to work on csv export.Théo de la Hogue
2022-04-06Adding append function and improving pop_first_until function of TimeStampedB...Théo de la Hogue
2022-04-06Adding functions to TimeStampedBuffer classThéo de la Hogue
2022-04-06Refactoring Tobii Glasses Pro 2 streaming featuresThéo de la Hogue
2022-03-29Fixing tobii live data loading. Exporting TimeStampedBuffer as json.Théo de la Hogue
2022-03-28Serialising DictObject and TimeStampedBufferThéo de la Hogue
2022-03-28Load tobii timestamps in raw format. Adding frames() member to access iteratorThéo de la Hogue
2022-03-26reorganizing library elementsThéo de la Hogue