Releases: purarue/google_takeout_parser
Releases · purarue/google_takeout_parser
v0.1.12
What's Changed
- path dispatch: support both "Location History" and "Location History (Timeline)" directories by @karlicoss in #70
- _parse_semantic_location_history: handle missing placeId in otherCandidateLocations by @karlicoss in #71
- path_dispatch: speedup dispatch map about 80% by @karlicoss in #72
- fix for youtube comments csv + old Chrome/MyActivity.json by @karlicoss in #73
- Add missing type annotations for bs4 and pytz in testing environment by @mighabana in #75
- get_paths_for_function: fix failure on Windows by @karlicoss in #78
- Add additional fields to existing models by @mighabana in #76
New Contributors
- @mighabana made their first contribution in #75
Full Changelog: v0.1.11...v0.1.12
v0.1.11
What's Changed
- parse_html.activity: about 30% speedup for html parsing by @karlicoss in #66
- parse_json._parse_location_history: speedup parsing about 50% by @karlicoss in #67
- optimizations for GoogleEventSet, speeding up merging 20+% by @karlicoss in #68
Full Changelog: v0.1.10...v0.1.11
v0.1.10
Full Changelog: v0.1.9...v0.1.10
v0.1.9
What's Changed
- add csv youtube/live chat parsing by @seanbreckenridge in #63
Full Changelog: v0.1.8...v0.1.9
v0.1.8
What's Changed
- v0.1.8: bump required cachew version by @seanbreckenridge in #61
Full Changelog: v0.1.7...v0.1.8
v0.1.7
What's Changed
- Handler map localization by @parthux1 in #44
- location history: make some fields optional (often missing in pre-2015 history) by @karlicoss in #56
- Update de locale by @parthux1 in #59
New Contributors
Full Changelog: v0.1.6...v0.1.7
v0.1.6
What's Changed
- allowlist for http -> https, resolves #31 by @seanbreckenridge in #48
- semantic locaion history parser: handle missing placeId and placeConfidence by @karlicoss in #50
- semantic_location: remove JSON field by @seanbreckenridge in #52
Full Changelog: v0.1.5...v0.1.6
v0.1.5
What's Changed
- adds a go script to parse large HTML into split files (should only be used for legacy HTML exports)
- path_dispatch knows to match the split files
- adds a filter flag to filter to a specific model type
- internal types in Activity are now namedtuples, which
means the fields are tagged/more readable
Full Changelog: v0.1.4...v0.1.5
v0.1.4
What's Changed
This is the first release on github, but version 0.1.4
Since 0.1.3, this bumped the cachew version and removed support
for python3.7 (since it has since stopped getting support (EOLd))
Added some tests and changes to match the new cachew changes
Changed the elevation type for Location to be float, to match
the usage in here:
https://github.com/karlicoss/HPI/blob/master/my/location/common.py