Commit graph

32 commits

Author SHA1 Message Date
Kian-Meng Ang
d2ef23fcb4 docs: fix typos
found via `codespell -L copie,datas,pres,fo,tooks,noo,ue,ket,frop`
2023-03-27 03:02:35 +01:00
Dima Gerasimov
c63177e186 general/ci: clean up mypy-misc pipeline, only exclude specific files instead
marked some module configs which aren't really ready for public use as type: ignore
2023-02-21 00:20:58 +00:00
Dima Gerasimov
73e57b52d1 general: cleanup -- remove main and executable bit where it's not necessary 2022-05-31 22:16:05 +01:00
Dima Gerasimov
382f205429 my.body.sleep: fix issue with attaching temperature
seems that the index operator only works when boundaries are in the dataframe
2022-04-15 19:15:04 +01:00
Sean Breckenridge
5ecd4b4810 cleanup; remove unused imports 2021-04-02 08:38:06 +01:00
Dima Gerasimov
3a1e21635a my.body.blood: use same file
overall I guess this module is highly specific to me anyway, so gonna be
hard to make it generic...
2021-02-14 16:20:38 +00:00
Dima Gerasimov
5b501d1562 extract combined exercise module 2021-01-11 20:42:23 +00:00
Dima Gerasimov
e81dddddf0 core: proprely resolve class properties in make_config + add test 2020-12-13 18:29:49 +01:00
Dima Gerasimov
571cb48aea core: add modules_ast for more robust module collection 2020-12-11 07:02:16 +01:00
Dima Gerasimov
a6e5908e6d get rid of porg dependency, use orgparse directly 2020-11-06 23:02:35 +01:00
Dima Gerasimov
ed47e98d5c my.body.sleep: integrate with optional temperature data 2020-10-12 21:48:04 +02:00
Dima Gerasimov
725597de97 add my.body.sleep, combine together emfit/jawbone 2020-10-12 21:48:04 +02:00
Dima Gerasimov
d8ed780e36 my.orgmode: cache entries 2020-10-11 18:44:37 +02:00
Dima Gerasimov
1ded99c61c my.notes.orgmode: move to my.orgmode 2020-10-11 18:44:37 +02:00
Dima Gerasimov
e63c159b80 my.body.exercise: add more annotations & ci check 2020-10-03 18:24:08 +02:00
Dima Gerasimov
f02c572cc0 body.exercise: add cardio summary, move cross trainer to a separate file 2020-09-19 18:10:16 +01:00
Dima Gerasimov
eb14d5988d my.body.exercise: more robuse handling + handle mismatching timezones 2020-09-19 18:10:16 +01:00
Dima Gerasimov
afce09d1d4 my.body.exercise: more consistent merging for cross trainer data 2020-09-19 18:10:16 +01:00
Dima Gerasimov
1ca2d116ec my.body.exercise: cleanup & error handling for merging cross trainer stuff 2020-09-19 18:10:16 +01:00
Dima Gerasimov
0b947e7d14 my.body.exercise: port code from private workouts provider, simplify 2020-09-19 18:10:16 +01:00
Dima Gerasimov
63b848087d my.jawbone: minor cleanup & refactoring, proper error propagation 2020-09-17 21:39:14 +01:00
Dima Gerasimov
99e50f0afe core: experiments with attaching datetime information to errors
my.body.weigth: put datetime information in the error rows
2020-09-09 21:37:15 +01:00
Dima Gerasimov
743312a87b my.body.blood: prettify, add stat() 2020-09-09 21:37:15 +01:00
Dima Gerasimov
4cceccd787 add test for dynamic config attributes (import my.cfg as config) 2020-05-04 22:08:58 +01:00
Dima Gerasimov
e5b3a1e91e use my.config instead of mycfg; minor cleanups and docstrings 2020-04-12 00:22:10 +01:00
Dima Gerasimov
17d13bc322 import dataframe from private package 2020-03-14 19:32:34 +00:00
Dima Gerasimov
76390e96ab import weight provider from private 2020-03-14 19:19:47 +00:00
Dima Gerasimov
d00e09d1a1 More module descriptions 2020-02-26 16:32:03 +01:00
Dima Gerasimov
8da1f34653 Fix import in blood.py 2019-12-21 11:37:24 +00:00
Dima Gerasimov
522d3bc5d9 Move error handling to common 2019-12-21 10:58:45 +00:00
Dima Gerasimov
066641a4ce Rename my_configuration to mycfg for brevity 2019-12-19 20:14:26 +00:00
Dima Gerasimov
cbd2dea779 Move blood data provider to public 2019-12-01 13:48:52 +01:00