-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathCHANGES.txt
More file actions
130 lines (130 loc) · 5.07 KB
/
Copy pathCHANGES.txt
File metadata and controls
130 lines (130 loc) · 5.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
v0.0.1: 2018-09-19 -- Initial package release.
v0.0.2: 2018-09-19 -- Initial package release.
v0.0.3: 2018-09-19 -- Initial package release.
v0.0.4: 2018-09-19 -- Initial package release.
v0.0.5:
2018-09-26 -- Set pickle protocol to 2 for python 2/3 compatability
v0.0.6:
2018-09-04 -- Move hapitime2datetime to hapi.py
2018-10-04 -- Make hapitime2datetime output datetimes and add tests
2018-10-04 -- Improve dateticks.py
2018-10-04 -- Add hapi_demo.ipynb
2018-10-04 -- Other documentation improvements
v0.0.7:
2018-10-06 -- Improve documentation
2018-10-06 -- Add reader tests
2018-10-23 -- Improve dateticks and tests
2018-10-23 -- Add OO interface for plots; add options
2018-11-27 -- Major refactoring and clean-up
2018-11-28 -- Add gallery and autoplot plotting options
v0.0.8:
2018-02-14 -- Same as v0.0.7 but packaging fix
v0.0.9b0:
2018-03-06 -- Updates to plot API
v0.0.9b1:
2018-03-06 -- load(res) -> load(res.json()) in util.jsonparse().
2018-03-06 -- Add tests for more Python versions.
2018-05-15 -- SSL issue for urlopen.
2018-05-17 -- Fixes for heatmap and Matplotlib 3.1.
v0.1.0: 2018-05-21 -- Tagged and pip-installable version
v0.1.1b:
2018-06-06 -- Beta for next version
2018-06-07 -- Plot improvements
2019-01-07 -- Address issue #6 (parameter order)
v0.1.1: 2019-01-08 -- Tagged and pip-installable version
v0.1.2b:
2019-01-08 -- Beta for next version
2019-01-16 -- Address issues #5 and #7
v0.1.2: 2019-01-16 -- Tagged and pip-installable version
v0.1.3b:
2019-01-17 -- Correction for subset() when only time param requested
2020-05-15 -- Correct interpretation of size
2020-05-15 -- Support HAPI 2.1 unit and label arrays
2020-07-27 -- Many minor plot fixes
v0.1.3: 2020-07-27 -- Tagged and pip-installable version
v0.1.4:
2020-07-27 -- datetick.py/OS-X fixes
2020-07-27 -- Python 2.7
v0.1.5b0:
2020-07-30 -- Use urllib3
v0.1.5b1:
2020-07-30 -- Use threadsafe plots
v0.1.5b2:
2020-07-31 -- Handle all NaN timeseries
v0.1.5b4:
2020-12-11 -- Chunked requests
v0.1.5:
2020-12-14 -- urllib3 and chunked requests
v0.1.6:
2020-12-15 -- Closes #25, pythonshell() Windows issue; e576f7e
v0.1.7:
2020-12-23 -- 797ce42 Make error() work when pythonshell() == 'shell'
2020-12-23 -- 84daa48 Chunking bugfixes
v0.1.8:
2020-12-23 -- 1cfbfc3 Add P1D chunk tests
2020-12-23 -- f41599c Add P1Y chunk tests
2020-12-23 -- ff8e1ab Refactor hapi.py; clean up util.py
v0.1.9b0:
2020-12-24 -- Remove hapiplot. Addresses #31.
2020-12-28 -- 1c1d32f Fix time name conflict.
v0.1.9b1:
2020-01-19 -- 53669fc Add missing hapitime.py file
2020-01-19 -- Deleted v0.1.8 pip package b/c affected by above
2020-01-20 -- 9f8b82f Use atol instead of rtol in readcompare.py
2020-01-20 -- d3625e3 Fix for wrong error message (#24)
v0.1.9b2:
2021-05-25 -- 23b659c Simplify dtype/length code
v0.1.9b3:
2021-05-25 -- 8161460 Refactor Makefile
v0.1.9b4:
2021-05-26 -- 2cabeb4 README.rst -> README.md
2021-05-26 -- b825a54 Fix README file extension
v0.2.0:
2021-06-16 -- 1e891a9 Tox and Travis update
v0.2.1:
2021-06-16 -- Fix for long_description_content_type
v0.2.2:
2021-06-16 -- Move import of joblib.
2022-01-17 -- Full Unicode support and additional tests.
v0.2.3:
2022-03-01 -- bf0cc88 Add allow_missing_Z in hapitime2datetime.
v0.2.4:
2022-03-07 -- 88b0eb2 try/except on file read
2022-03-29 -- 0042abb Fix for method=''. Closes #47.
v0.2.5:
2022-06-30 -- 10df388 Update docstring for hapi()
2022-07-12 -- 460c30b Final Unicode/Windows fixes
v0.2.6b:
2022-08-08 -- 508fb20-3f1168c Add datetime2hapitime
2022-08-08 -- 8bfef2f Allow start and stop to be None; https://github.com/hapi-server/client-python/issues/10
2022-09-21 -- bc70f3c CSV read failure; https://github.com/hapi-server/client-python/issues/62
2022-09-22 -- 373fdca Catch other CSV read failures
v0.2.6b1:
2023-02-04 -- 2ef7cff Unicode fix; Log string fix
2024-05-11 -- fba4ad3 Testing Updates
v0.2.6:
2023-05-24 -- Use token for PyPi in Makefile
v0.2.7b1:
2025-03-01 -- Unrecognized ISO 8601 time format: '00:00:00.Z' https://github.com/hapi-server/client-python/issues/76
2025-03-01 -- 'infer_datetime_format' is deprecated ... https://github.com/hapi-server/client-python/issues/78
2026-04-08 -- Improve NaN handling https://github.com/hapi-server/client-python/issues/88
2026-05-02 -- Logging and testing https://github.com/hapi-server/client-python/issues/89
v0.2.7:
2026-05-02 -- Support for Python 2.7 dropped. This is last release with support for 3.5 through 3.8.
v0.2.8b0:
2026-05-02 -- Documentation
v0.2.8b1:
2026-05-02 -- Versioning updates
2026-05-19 -- Better response error messages
v0.2.8b2:
2026-05-20 -- Refactor
v0.2.8:
2026-06-04 -- Compat. fixes for hapiplot package.
v0.2.8b0:
2026-06-08 -- Show time parsing error message
v0.2.9:
2026-06-08 -- 93-occasional-crashes-due-to-undefined-variable-dt-in-get_csv-hapiclient-version-028
v0.3.0b0:
2026-06-22 -- Try numpy if pandas csv read fails. https://github.com/hapi-server/client-python/pull/98
2026-06-22 -- Fix logging broken by refactor. https://github.com/hapi-server/client-python/pull/96
2026-06-22 -- Fix so test/test_logging.py passes (issue with using tox)