- 13 Jun, 2019 2 commits
-
-
Aurélien Campéas authored
We can leave the old ones in place.
-
Aurélien Campéas authored
-
- 12 Jun, 2019 1 commit
-
-
Aurélien Campéas authored
-
- 24 May, 2019 3 commits
-
-
Aurélien Campéas authored
... since we only get one at a time.
-
Aurélien Campéas authored
sql is such a fuss...
-
Aurélien Campéas authored
-
- 23 May, 2019 1 commit
-
-
Aurélien Campéas authored
Since straight out of the db we only get an offset, and the utc timezone is quite implicit. We want it to be explicit since pandas can change it interpretation from version to version (e.g. .23 to .24 in a .loc in the presence of a datetime with offset but no tz). (we know it is utc because: * postgres is configured (see conftest) to UTC * we insert as utc )
-
- 20 May, 2019 7 commits
-
-
Aurélien Campéas authored
-
Aurélien Campéas authored
-
Aurélien Campéas authored
-
Aurélien Campéas authored
-
Aurélien Campéas authored
-
Aurélien Campéas authored
-
Aurélien Campéas authored
`sqlp` carries an sql string fragment plus its needed parameters
-
- 17 May, 2019 1 commit
-
-
Aurélien Campéas authored
-
- 13 May, 2019 1 commit
-
-
Aurélien Campéas authored
... rather than just a name list.
-
- 10 May, 2019 2 commits
-
-
Aurélien Campéas authored
-
Aurélien Campéas authored
Since supervision uses one, we'd better do this right. Was lots in the transition from sqlalchemy to plain sql.
-
- 09 May, 2019 3 commits
-
-
Aurélien Campéas authored
We still keep the stripped changesets in db because it is basically impossible to remove them using the current schema. The foreign keys from series tables to the changeset table turn it into a neverending operation. Fix for this will belong to #54.
-
Aurélien Campéas authored
-
Aurélien Campéas authored
These orphans are created when strip is invoked. Next, strip will use it.
-
- 07 May, 2019 4 commits
-
-
Aurélien Campéas authored
-
Aurélien Campéas authored
-
Aurélien Campéas authored
Little has changed yet. We have: * TimeSerie -> timeseries * .get_history -> .history * .get_delta -> .staircase closes #47
-
Aurélien Campéas authored
Having a slightly cluttered changeset log is a much less serious issue than having slow and/or failing delete operations. We now mark the changeset entries to tell them from normal entries. Proper handling of the changeset entries deletion will be addressed in #54. closes #51
-
- 02 May, 2019 1 commit
-
-
Aurélien Campéas authored
Also `get_delta` becomes `staircase` and `get_history` becomes `history`
-
- 06 May, 2019 1 commit
-
-
Aurélien Campéas authored
While doing so we also get rid of * old migrations * the rename utility
-
- 27 Feb, 2019 1 commit
-
-
Aurélien Campéas authored
-
- 05 Feb, 2019 1 commit
-
-
Aurélien Campéas authored
It can have annoying consequences before a first-time insertion.
-
- 30 Jan, 2019 2 commits
-
-
Aurélien Campéas authored
-
Aurélien Campéas authored
-
- 29 Jan, 2019 2 commits
-
-
Aurélien Campéas authored
-
Aurélien Campéas authored
-
- 27 Mar, 2019 1 commit
-
-
Arnaud Campeas authored
Previously, the nans where ignored when calling the series through the get_delta method which causes discrepancies between the series obtained from a standard get and a get_delta
-
- 07 Jan, 2019 3 commits
-
-
Aurélien Campéas authored
-
Aurélien Campéas authored
-
Aurélien Campéas authored
-
- 18 Dec, 2018 3 commits
-
-
Aurélien Campéas authored
-
Aurélien Campéas authored
-
Aurélien Campéas authored
-