-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathCHANGES.txt
106 lines (106 loc) · 3.9 KB
/
CHANGES.txt
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
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