Timeseriesflattener

Latest version: v2.2.6

Safety actively analyzes 638396 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 17 of 21

0.13.0

Feature
* Check that all col names exist in df before creating spec ([`7e75001`](https://github.com/Aarhus-Psychiatry-Research/timeseriesflattener/commit/7e7500146c75b854f4a6565283a07364fd2c63e7))

Documentation
* Style ([`d56926e`](https://github.com/Aarhus-Psychiatry-Research/timeseriesflattener/commit/d56926e74b80c1bf777a5109b55ca3b711b4de82))

0.12.1

Fix
* Override cache attributes if unset or None ([`9f896c8`](https://github.com/Aarhus-Psychiatry-Research/timeseriesflattener/commit/9f896c89be7f194c61de9d99ac0bfe8488ccb27f))
* Duplication of citizen id columns when reading cache ([`d78340c`](https://github.com/Aarhus-Psychiatry-Research/timeseriesflattener/commit/d78340c25d4b8478b28b12104b9f0d9963bb59f3))

Documentation
* Raise warning if overriding cache attributes ([`ffba27e`](https://github.com/Aarhus-Psychiatry-Research/timeseriesflattener/commit/ffba27e05058892fe1a3c9f1e6d8c29d6cef66a6))
* Fixed citation ([`ef3312a`](https://github.com/Aarhus-Psychiatry-Research/timeseriesflattener/commit/ef3312a90cc78318b0264ad86a1649ec2d502ba0))
* Update citation.cff with zonedo ([`ef3fc65`](https://github.com/Aarhus-Psychiatry-Research/timeseriesflattener/commit/ef3fc6543dfc8807aefaa5d792f186580a8789f6))
* Added pypi badge ([`218cbcc`](https://github.com/Aarhus-Psychiatry-Research/timeseriesflattener/commit/218cbcc241cf6b848f52dfde3a8acc410be057f0))
* Improvements ([`1726246`](https://github.com/Aarhus-Psychiatry-Research/timeseriesflattener/commit/17262468476eb1899c536a267344dcaf1840568c))
* Misc. ([`338b2b1`](https://github.com/Aarhus-Psychiatry-Research/timeseriesflattener/commit/338b2b11b3f46cc8d6fc308198462a938da2902f))

0.11.0

Documentation
* Added explanation comment to token ([`9ae8716`](https://github.com/Aarhus-Psychiatry-Research/timeseriesflattener/commit/9ae8716435b766eca0338b179446b569dbdf1ee6))

**Notice**
`timeseriesflattener` have been renamed timeseriesflattener

0.10.0

Feature
* Add n_hba1c_within_n_lookahead_days ([`e84b591`](https://github.com/Aarhus-Psychiatry-Research/timeseriesflattener/commit/e84b5918724a55b721ec4d1a7291533227fe9ef8))
* Add outcome ([`cd39dd6`](https://github.com/Aarhus-Psychiatry-Research/timeseriesflattener/commit/cd39dd6adfaa0c261abb2942ac9f215670c1c92d))
* Add birth year as a predictor ([`7b186d2`](https://github.com/Aarhus-Psychiatry-Research/timeseriesflattener/commit/7b186d2fc339dd423207b9311cdb6d1fad7078ee))
* Allow exclusion of specific atc codes ([`75619a1`](https://github.com/Aarhus-Psychiatry-Research/timeseriesflattener/commit/75619a122e26ad43fd7058e3db49c062e33b0b9f))

Fix
* Date of birth col name should respect output prefix ([`6ec6535`](https://github.com/Aarhus-Psychiatry-Research/timeseriesflattener/commit/6ec6535a2df4161ffc6e94e02eb9b340722f43e7))
* Incorrect column name when adding age as predictor ([`cdbf25c`](https://github.com/Aarhus-Psychiatry-Research/timeseriesflattener/commit/cdbf25cd26f60baa795e43bc9df3865868248960))
* Errors in sql loaders after refactor ([`28c9f63`](https://github.com/Aarhus-Psychiatry-Research/timeseriesflattener/commit/28c9f63fd8b81892fbea2695df94df47f6fe8dc6))
* Correct type hinting in load_diagnoses ([`f2d5c5b`](https://github.com/Aarhus-Psychiatry-Research/timeseriesflattener/commit/f2d5c5bfebce3fc8c3c61ee5231716dfc7883c8e))

Documentation
* Speccify that n_rows = None returns all rows. ([`a4720a8`](https://github.com/Aarhus-Psychiatry-Research/timeseriesflattener/commit/a4720a8777601e81993f6707a4f4f48a6f850282))

Performance
* Shuffle feature specs to even out compute vs. IO load ([`0db9f0f`](https://github.com/Aarhus-Psychiatry-Research/timeseriesflattener/commit/0db9f0fd77989fdced4489ca9c45caff3d741086))
* Tweak n_workers for more performance ([`3eeee4d`](https://github.com/Aarhus-Psychiatry-Research/timeseriesflattener/commit/3eeee4da7092364d68a8a6eb2e3e028df4403fa1))
* Segment feature loading for more parallelisation ([`9ee5c87`](https://github.com/Aarhus-Psychiatry-Research/timeseriesflattener/commit/9ee5c8778820da29d370653ce435665226e3cfdb))
* Rotate feature addition for debugging ([`76af9c7`](https://github.com/Aarhus-Psychiatry-Research/timeseriesflattener/commit/76af9c717059f063d8aeb6756816b8e574bb845b))
* Parallelise temporal predictor loading ([`8d53f16`](https://github.com/Aarhus-Psychiatry-Research/timeseriesflattener/commit/8d53f165e760e581d8888287474f6f353642ae0b))
* Only create one subprocess per values loader ([`1a3e5de`](https://github.com/Aarhus-Psychiatry-Research/timeseriesflattener/commit/1a3e5dedb66a864b27be5318359b60f778eaa15b))
* Parralelise groupspec combination creation ([`9ccba2a`](https://github.com/Aarhus-Psychiatry-Research/timeseriesflattener/commit/9ccba2a24538b752409f166f82a0474805e18150))

0.9.0

Feature
* At groupspec init, iterate over values_loader and check that they exist in the loader registry ([`04dfd7e`](https://github.com/Aarhus-Psychiatry-Research/timeseriesflattener/commit/04dfd7e7e038472cfd26f67c79a6b050cc13b15e))

Fix
* More explanation in error message ([`b784991`](https://github.com/Aarhus-Psychiatry-Research/timeseriesflattener/commit/b7849911c85ca6ac5bd165b7a48ccce1a768f70b))
* Bettee valueerror message formatting ([`7b3b994`](https://github.com/Aarhus-Psychiatry-Research/timeseriesflattener/commit/7b3b994cbe38df73a4149c4463b5f283ad297218))
* Better valueerror message ([`d92f798`](https://github.com/Aarhus-Psychiatry-Research/timeseriesflattener/commit/d92f7989af27a879fd090bed33ce5027e96e581b))
* Find invalid loaders ([`ba2d4c5`](https://github.com/Aarhus-Psychiatry-Research/timeseriesflattener/commit/ba2d4c540f097c33ca5c29a0b72a908ad6dc04e3))

0.8.0

Feature
* Allow load_medications to concat a list of medications ([`d78f465`](https://github.com/Aarhus-Psychiatry-Research/timeseriesflattener/commit/d78f46592213b8245229d6618d40f1a1ff4d80eb))

Fix
* Remove original functions ([`da59110`](https://github.com/Aarhus-Psychiatry-Research/timeseriesflattener/commit/da59110978469b0743ce2d625005fc90950fb436))

Documentation
* Improve docs ([`9aad0af`](https://github.com/Aarhus-Psychiatry-Research/timeseriesflattener/commit/9aad0af6205af2e3deffb573676af5a20401bae1))

Page 17 of 21

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.