Recent Releases of citric
citric - 1.3.0
1.3.0 - 2025-xx-xx
✨ Added
- #1242 Added survey group ID input parameter to
list_surveys
📚 Documentation
- #1227 Document usage in R with reticulate
🏷️ Typing
#1230 Add type annotations for quota language settings and test those attributes
#1245 Richer annotation for the return type of
list_surveys
📦 Packaging
- #1236 Use PEP 639
- Python
Published by edgarrmondragon about 1 year ago
citric - 1.1.0
1.1.0 - 2024-10-29
Added
- #1153 Added
nameanddescriptionparameters toimport_groupRPC method - #1190 Added a new
RESTClientmethod to refresh the session token - #1201 Official support for Python 3.13 ### Refactored
- #1189 Test and document new top-level question attributes from LimeSurvey 6.6.3+ ### Documentation
- #1199 Updated the contributing guide to reflect current workflow
- Python
Published by github-actions[bot] over 1 year ago
citric - 1.0.0
1.0.0 - 2024-02-12
Added
- #1079 Added
get_db_versionmethod to RPC client - #1092 Added a
Session.callmethod to allow calling RPC methods without any error handling to get the raw response ### Removed - #1093 Removed the
Session._headersattribute ### Documentation - #1057 Documented
conda installoption - #1092 Linked unimplemented methods to
Session.callexamples
- Python
Published by github-actions[bot] about 2 years ago
citric - 0.10.0.post1
Update some project metadata
- Python
Published by edgarrmondragon about 2 years ago
citric - 0.10.0
0.10.0 - 2023-11-29
Added
- #994 Experimental support for the new REST API
- #1016 Support
DestSurveyIDparameter in RPC methodcopy_survey - #1026 Support
userActivationSettingsparameter in RPC methodactivate_survey### Fixed - #1026 Update
types.YesNoto include inherited (I) values ### Documentation - #1035 Document how to disable TLS certificate verification
- Python
Published by github-actions[bot] about 2 years ago
citric - 0.9.0
0.9.0 - 2023-10-11
Added
- #944 Add
Client.get_server_version - #1005 Official support for Python 3.12 ### Documentation
- #934 Report status of integration tests against multiple LimeSurvey versions
- #964 Fix GitHub archive URLs in integration test docs
- #996 Document current version in docs site
- Python
Published by github-actions[bot] over 2 years ago
citric - 0.8.0
0.8.0 - 2023-08-22
Added
- #793 Implement
invite_participantsin client ### Changed - #617 Drop support for Python 3.7 ### Refactored
- #918 Use latest
typingfeatures where possible - #935 Use
__all__to expose public API ### Documentation - #930 Update duckdb notebook example
- #934 Document integration test status in readme
- #940 Fix edit button
- Python
Published by github-actions[bot] over 2 years ago
citric - 0.4.0
Added
- #582 Stable support for Python 3.11
- #586 Experimental support for Python 3.12 ### Changed
- #607 Use keyword-only arguments for
add_participantsandlist_participants### Refactor - #626 Refactor returns of the type
if: ... else: return ...
- Python
Published by edgarrmondragon about 3 years ago
citric - 0.2.0
What's Changed
- feat: Implement
update_responsein client by @edgarrmondragon in https://github.com/edgarrmondragon/citric/pull/476 - chore: Update bug issue template by @edgarrmondragon in https://github.com/edgarrmondragon/citric/pull/478
- chore: Release 0.2.0 by @github-actions in https://github.com/edgarrmondragon/citric/pull/479
Full Changelog: https://github.com/edgarrmondragon/citric/compare/0.1.0...0.2.0
- Python
Published by edgarrmondragon over 3 years ago
citric - 0.1.0
What's Changed
- docs: Fix repeated
httpsby @edgarrmondragon in https://github.com/edgarrmondragon/citric/pull/458 - ci: Run tests against LimeSurvey git trunk by @edgarrmondragon in https://github.com/edgarrmondragon/citric/pull/461
- docs: Add pre-commit CI badge to README by @edgarrmondragon in https://github.com/edgarrmondragon/citric/pull/466
- docs: Add link to the RC API documentation by @edgarrmondragon in https://github.com/edgarrmondragon/citric/pull/470
- feat: implement
delete_questionin client by @edgarrmondragon in https://github.com/edgarrmondragon/citric/pull/214 - chore: Release 0.1.0 by @github-actions in https://github.com/edgarrmondragon/citric/pull/474
Full Changelog: https://github.com/edgarrmondragon/citric/compare/0.0.14...0.1.0
- Python
Published by edgarrmondragon over 3 years ago
citric - 0.0.13
What's Changed
- chore: Use upstream pre-commit hooks by @edgarrmondragon in https://github.com/edgarrmondragon/citric/pull/368
- chore: Use docker-compose in gitpod by @edgarrmondragon in https://github.com/edgarrmondragon/citric/pull/372
- chore: pre-commit autoupdate by @pre-commit-ci in https://github.com/edgarrmondragon/citric/pull/373
- chore: Configure pre-commit CI by @edgarrmondragon in https://github.com/edgarrmondragon/citric/pull/379
- test: use Python 3.11a7 in test matrix by @edgarrmondragon in https://github.com/edgarrmondragon/citric/pull/403
- feat: Clean up top level package import by @edgarrmondragon in https://github.com/edgarrmondragon/citric/pull/419
- test: Add PyPy 3.9 to test matrix by @edgarrmondragon in https://github.com/edgarrmondragon/citric/pull/421
- test: Test on latest 5-apache image by @edgarrmondragon in https://github.com/edgarrmondragon/citric/pull/428
- chore: Update PyPI metadata by @edgarrmondragon in https://github.com/edgarrmondragon/citric/pull/429
- docs: split README content into multiple pages by @edgarrmondragon in https://github.com/edgarrmondragon/citric/pull/433
- feat: add
get_uploaded_file_objectsto Client by @edgarrmondragon in https://github.com/edgarrmondragon/citric/pull/435
New Contributors
- @pre-commit-ci made their first contribution in https://github.com/edgarrmondragon/citric/pull/373
Full Changelog: https://github.com/edgarrmondragon/citric/compare/0.0.12...0.0.13
- Python
Published by edgarrmondragon almost 4 years ago
citric - 0.0.12
What's Changed
- test: use Python 3.11a6 in test matrix by @edgarrmondragon in https://github.com/edgarrmondragon/citric/pull/286
- feat: implement
delete_languagein client by @edgarrmondragon in https://github.com/edgarrmondragon/citric/pull/208
Full Changelog: https://github.com/edgarrmondragon/citric/compare/0.0.11...0.0.12
- Python
Published by edgarrmondragon almost 4 years ago
citric - 0.0.11
What's Changed
- feat: implement
set_group_properties,set_language_properties,set_participant_properties,set_question_properties,set_survey_properties, methods in client by @edgarrmondragon in https://github.com/edgarrmondragon/citric/pull/296
Full Changelog: https://github.com/edgarrmondragon/citric/compare/0.0.10...0.0.11
- Python
Published by edgarrmondragon almost 4 years ago
citric - 0.0.10
What's Changed
- chore: implement PEP 563 and PEP 585 by @edgarrmondragon in https://github.com/edgarrmondragon/citric/pull/183
- feat: implement
copy_surveyin client by @edgarrmondragon in https://github.com/edgarrmondragon/citric/pull/192 - feat: implement
import_groupin client by @edgarrmondragon in https://github.com/edgarrmondragon/citric/pull/190 - feat: implement
list_groupsin client by @edgarrmondragon in https://github.com/edgarrmondragon/citric/pull/196 - feat: implement
delete_groupin client by @edgarrmondragon in https://github.com/edgarrmondragon/citric/pull/194 - test: run integration tests by @edgarrmondragon in https://github.com/edgarrmondragon/citric/pull/197
- feat: implement
add_languagein client by @edgarrmondragon in https://github.com/edgarrmondragon/citric/pull/207 - feat: implement
add_surveyin client by @edgarrmondragon in https://github.com/edgarrmondragon/citric/pull/210 - chore: explicit Python version check by @edgarrmondragon in https://github.com/edgarrmondragon/citric/pull/212
- fix: address code smells and other issues by @edgarrmondragon in https://github.com/edgarrmondragon/citric/pull/215
- feat: implement
get_*_propertiesin client by @edgarrmondragon in https://github.com/edgarrmondragon/citric/pull/231 - feat: implement
get_summaryin client by @edgarrmondragon in https://github.com/edgarrmondragon/citric/pull/241 - feat: implement
export_timelinein client by @edgarrmondragon in https://github.com/edgarrmondragon/citric/pull/240
Full Changelog: https://github.com/edgarrmondragon/citric/compare/0.0.9...0.0.10
- Python
Published by edgarrmondragon about 4 years ago
citric - 0.0.9
What's Changed
- Experimental support Python 3.11 in https://github.com/edgarrmondragon/citric/pull/155
- Run unit tests for Windows and MacOS in https://github.com/edgarrmondragon/citric/pull/165
- Drop support for Python 3.6 in https://github.com/edgarrmondragon/citric/pull/151
- Add Jupyter notebook with code samples to documentation in https://github.com/edgarrmondragon/citric/pull/152
Full Changelog: https://github.com/edgarrmondragon/citric/compare/0.0.8...0.0.9
- Python
Published by edgarrmondragon about 4 years ago
citric - 0.0.8
What's Changed
- feat: add
import_questionRPC method toClientin https://github.com/edgarrmondragon/citric/pull/148 - feat: add
add_groupRPC method toClientin https://github.com/edgarrmondragon/citric/pull/148
Full Changelog: https://github.com/edgarrmondragon/citric/compare/0.0.7...0.0.8
- Python
Published by edgarrmondragon about 4 years ago
citric - 0.0.3
What's Changed
- Bump importlib-metadata from 1.7.0 to 4.8.2 by @dependabot in https://github.com/edgarrmondragon/citric/pull/90
- Bump xdoctest from 0.12.0 to 0.15.10 by @dependabot in https://github.com/edgarrmondragon/citric/pull/89
- Add
list_usersby @edgarrmondragon in https://github.com/edgarrmondragon/citric/pull/93
Full Changelog: https://github.com/edgarrmondragon/citric/compare/0.0.2...0.0.3
- Python
Published by edgarrmondragon over 4 years ago