Skip to content

Releases: pennsignals/dsdk

0.2.11

22 Sep 20:43
Compare
Choose a tag to compare

Update for replay tests with non-naive utc datetime and a location time zone.

Postgres provides the source clock as well as the defaults for AS_OF and TIME_ZONE when not provided in env variables.

0.2.10

24 Aug 20:17
Compare
Choose a tag to compare

Add Persistor as a component similar to Model to be instantiated directly or through a Mixin.
Add Postgres Mixin and Persistor.
Add contextmanagers to include both the pre and post argument parsing steps.
Push argument parsing details into the component classes and out of the mixins.
Push df_from_query and df_from_query_by_id into the Persistor classes to allow implementations to differ.
Eliminate unnecessary dict construction for dataframes.

0.2.10-rc.3

24 Aug 17:09
Compare
Choose a tag to compare
0.2.10-rc.3 Pre-release
Pre-release

Add Persistor as a component similar to Model to be instantiated directly or through a Mixin.
Add Postgres Mixin and Persistor.
Add contextmanagers to include both the pre and post argument parsing steps.
Push argument parsing details into the component classes and out of the mixins.
Push df_from_query and df_from_query_by_id into the Persistor classes to allow implementations to differ.
Eliminate unnecessary dict construction for dataframes.

0.2.10-rc.2

24 Aug 17:00
Compare
Choose a tag to compare
0.2.10-rc.2 Pre-release
Pre-release

Add Persistor as a component similar to Model to be instantiated directly or through a Mixin.
Add Postgres Mixin and Persistor.
Add contextmanagers to include both the pre and post argument parsing steps.
Push argument parsing details into the component classes and out of the mixins.
Push df_from_query and df_from_query_by_id into the Persistor classes to allow implementations to differ.
Eliminate unnecessary dict construction for dataframes.

0.2.10-rc.1

24 Aug 16:35
5ba3b60
Compare
Choose a tag to compare
0.2.10-rc.1 Pre-release
Pre-release

Add Persistor as a component similar to Model to be instantiated directly or through a Mixin.
Add Postgres Mixin and Persistor.
Add contextmanagers to include both the pre and post argument parsing steps.
Push argument parsing details into the component classes and out of the mixins.
Push df_from_query and df_from_query_by_id into the Persistor classes to allow implementations to differ.
Eliminate unnecessary dict construction for dataframes.

0.2.9

15 Jul 18:41
5ba3b60
Compare
Choose a tag to compare

Push control of logging configuration into the apps.
Expose mssql.CheckTablePrivileges and utils.configure_logger (was get_logger) as top-level dsdk imports. Hide the bad utils submodule name.

0.2.9-rc.5

15 Jul 18:09
5ba3b60
Compare
Choose a tag to compare
0.2.9-rc.5 Pre-release
Pre-release

Replace get_logger with configure_logger.

0.2.9-rc.4

15 Jul 17:57
e9a396b
Compare
Choose a tag to compare
0.2.9-rc.4 Pre-release
Pre-release

Add default argument for root logger.

0.2.9-rc.3

15 Jul 17:43
105bf01
Compare
Choose a tag to compare
0.2.9-rc.3 Pre-release
Pre-release

Add to dsdk imports.

0.2.9-rc.2

15 Jul 17:35
cd7d837
Compare
Choose a tag to compare
0.2.9-rc.2 Pre-release
Pre-release

Push logging setup into the apps the use dsdk.utils.get_logger.