This repository has been archived by the owner on Sep 19, 2019. It is now read-only.
forked from Baguage/pyqualtrics
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG.txt
76 lines (60 loc) · 2.43 KB
/
CHANGELOG.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
Unreleased
[+] Added mock.MockQualtrics object (for unit testing code that uses pyqualtrics.Qualtrics class)
0.6.8 - 2017-12-29
[*] Updated classifiers in setup.py to reflect Python 3.5 support
0.6.7 - 2017-09-26
[+] Added error messages for getSurvey if it fails
0.6.6 - 2017-05-25
[+] Support for Python 2.7 and Python 3.5
0.6.5 - 2017-04-01
[+] Added v3 API calls: CreateResponseExport, GetResponseExportProgress, GetResponseExportFile and
DownloadResponseExportFile
0.6.4 - 2017-05-01
[*] Fixed bug with getPanel returning None if there are no participants in that panel
0.6.3 - 2016-12-24
[*] getSurvey return None if using invalid token
0.6.2 - 2016-12-20
[*] Fixed error message in getResponse when dealing with deleted responses
0.6.1 - 2016-11-27
[*] Fixed problem with installation
0.6.0 - 2016-09-24
[+] More tests
[*] importPanel API call is back to normal
[+] A few more API calls for Research Suite and another product called Target Audience.
[+] getPanels, sendSurveyToPanel, sendReminder, importContacts, getListContacts, removeContact API calls
[+] Added requests_kwargs option passed directly to requests library
0.5.1 Hotfix for Ticket #21
[*] Fix for #21 ConnectionError is not handled properly
[-] importPanel function is currently broken, due to change on API end apparently
0.5.0 - 2016-06-16
[*] More tests
[+] updateResponseEmbeddedData function
[+] importResponses function
[+] importResponsesAsDict function
0.4.1 2016-04-25
[+] createDistribution function (for generating unique survey links)
[+] generate_unique_survey_link function
[*] fixed bug #17 preserve order of responses in getLegacyResponseData
0.4.0 2016-03-25
* getPanel, importSurvey, activateSurvey, deactivateSurvey, getSingleResponseHTML functions
0.3.0 2016-01-14
* Renamed parameters for consistency: library_id to LibraryID, panel_id to PanelID, name to Name
* New example: create panel, add recipient, send survey, delete panel
0.2.0 2016-01-05
* Improved test coverage up to 80%
* importPanel function now automatically computes Email, LastName, FirstName and ExternalRef parameters
* Added command line tool "qualtrics"
0.1.0: 2016-01-03 - Initial version
* createPanel
* deletePanel
* getPanelMemberCount
* addRecipient
* getRecipient
* removeRecipient
* sendSurveyToIndividual
* getDistributions
* getSurvey
* getLegacyResponseData
* getResponse
* importPanel
* importJsonPanel