Skip to content

Commit 7b35fbc

Browse files
committed
Changelog Thanks: Initial version
MANIFEST.in: inclusion of these files
1 parent 6618be8 commit 7b35fbc

File tree

3 files changed

+27
-2
lines changed

3 files changed

+27
-2
lines changed

Changelog

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
2021-04-16 Pierre Schnizer <[email protected]>
2+
3+
* archiver.getData: t0, t1 now required to be timezone aware
4+
Archiver appliance processes timestamps in UTC. This conversion
5+
is now handled internally
6+
7+
2021-02-05 Felix M"oller <[email protected]>
8+
9+
* archiver.askAppliance: removed limit of response for server request
10+
use key word argument limits to limit the response of the server
11+
12+
2020-12-17 Pierre Schnizer <[email protected]>
13+
14+
* archiver.getData: metadata now compliant with pandas 1.0
15+
when getData returns a dataframe, df.meta is now a typing.SimpleNameSpace
16+
Header information are now stored in df.meta.header
17+
previously df.meta['header']

MANIFEST.in

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,8 @@ include bact_archiver/*.py
88
# configuration files
99
include config/*.cfg
1010
# documentation files
11-
doc/conf.py
12-
doc/*.rst
11+
include doc/conf.py
12+
include doc/*.rst
13+
14+
include THANKS
15+
include Changelog

THANKS

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
* Felix M"oller <[email protected]>
2+
No limits of variables reported by archiver.askAppliance
3+
4+
* Thomas Birke <[email protected]>
5+
Support, testing, fixes

0 commit comments

Comments
 (0)