1. daeaf5b Update Readme.md figure with corrected error bars by Marc Kupietz · 3 years, 5 months ago
  2. 2d98161 Merge changes I80f6ea7b,Iabfc017e by Marc Kupietz · 3 years, 5 months ago
  3. 7fdb415 Use f-strings to simplify vc list construction in hello_world.py by Marc Kupietz · 3 years, 5 months ago
  4. 3314654 Fix error bars in hello_world.py by Marc Kupietz · 3 years, 5 months ago
  5. e9695b7 Prepare new development version 0.6.1.9000 by Marc Kupietz · 3 years, 7 months ago
  6. 595bb72 Bump actions/cache from 2 to 2.1.5 by dependabot[bot] · 3 years, 7 months ago
  7. 287c94c Bump actions/setup-python from 2 to 2.2.2 by dependabot[bot] · 3 years, 7 months ago
  8. 1bcac51 Bump actions/checkout from 2 to 2.3.4 by dependabot[bot] · 3 years, 7 months ago
  9. cbeb7ee Bump version to 0.6.1 (= RKorAPClient version) by Marc Kupietz · 3 years, 7 months ago v0.6.1
  10. 240ff89 Add example for collocation score query by Marc Kupietz · 3 years, 7 months ago
  11. a26176f Fix paramater documentation of smoothingConstant by Marc Kupietz · 3 years, 7 months ago
  12. d95b947 GH workflow: install dependencies on Linux by Marc Kupietz · 3 years, 7 months ago
  13. b70b55f Add missing module requirement for packaging by Marc Kupietz · 3 years, 7 months ago
  14. ed06d08 Drop Python 3.6 support - panads 1.2 requires v3.7 by Marc Kupietz · 3 years, 7 months ago
  15. cdeea61 Run ci workflow on ubuntu again by Marc Kupietz · 3 years, 7 months ago
  16. 45b5206 Run worklflows on 3.9 instead of 3.7 by Marc Kupietz · 3 years, 7 months ago
  17. 54d66b8 Update Readme.md by Marc Kupietz · 3 years, 7 months ago
  18. 9429cf6 Convert collocationScoreQuery list arguments to R vectors by Marc Kupietz · 3 years, 7 months ago
  19. 67c06b5 Keep glbally activated pandas2ri until all functions wrapped by Marc Kupietz · 3 years, 7 months ago
  20. 1e7e154 Prepare for 0.6.1 by Marc Kupietz · 3 years, 7 months ago
  21. 7f6dfd8 Require pandas >= 1.2 by Marc Kupietz · 3 years, 7 months ago
  22. 76140cf Add skipped test for multi collocation query by Marc Kupietz · 3 years, 7 months ago
  23. 6ed123f Replace deprecated assertEquals by Marc Kupietz · 3 years, 7 months ago
  24. 80bf0fb Replace deprecated global pandas2ri conversion by Marc Kupietz · 3 years, 7 months ago
  25. e002976 Update documentation for collocationScoreQuery by Marc Kupietz · 3 years, 7 months ago
  26. 03ac78c Fix pandas dataframe documentation link by Marc Kupietz · 3 years, 7 months ago
  27. 27a1a2a Update for and sync with new R-package version 0.6.1 by Marc Kupietz · 3 years, 9 months ago
  28. 4ae4e52 Upgrade to GitHub-native Dependabot by dependabot-preview[bot] · 3 years, 7 months ago
  29. ee0b46c Advertise Python 3.9 support by Marc Kupietz · 3 years, 7 months ago
  30. 0155a74 Fix class test for rpy2 3.4 by Marc Kupietz · 3 years, 7 months ago
  31. c1dfa20 Sync version numbering with R client library by Marc Kupietz · 3 years, 7 months ago
  32. 78f7dd2 Minor typos in Readme by Akron · 4 years, 4 months ago v0.3.1
  33. 8d7071b Fix command line section in Readme.md by Marc Kupietz · 4 years, 4 months ago
  34. a9af993 Disable Linux CI test until R dependencies are fixed by Marc Kupietz · 4 years, 4 months ago
  35. 2d0f936 Prepare for first PyPI release by Marc Kupietz · 4 years, 4 months ago
  36. 439c7fc Merge "gh-actions: use generic ubuntu-latest" by Marc Kupietz · 4 years, 4 months ago
  37. dc31195 gh-actions: use generic ubuntu-latest by Marc Kupietz · 4 years, 4 months ago
  38. e4b0811 Merge "gh-actions: setup R with r-lib/actions also on linux" by Marc Kupietz · 4 years, 4 months ago
  39. d35b6e6 gh-actions: setup R with r-lib/actions also on linux by Marc Kupietz · 4 years, 4 months ago
  40. c4aa2c1 Merge "gh-actions: upgrade to generic R release version" by Marc Kupietz · 4 years, 4 months ago
  41. 602833a gh-actions: upgrade to generic R release version by Marc Kupietz · 4 years, 4 months ago
  42. 0d2ae33 Bump version to 0.2.3 by Marc Kupietz · 4 years, 4 months ago
  43. 8a8d82d Add MANIFEST.in to include Readme.md in dist by Marc Kupietz · 4 years, 4 months ago
  44. 6fff906 Add setup.cfg by Marc Kupietz · 4 years, 4 months ago
  45. 20d72d5 Rename LICENSE to LICENSE.txt by Marc Kupietz · 4 years, 4 months ago
  46. 317c72e Remove redundant pandas import by Marc Kupietz · 4 years, 4 months ago
  47. 6ff9c13 Bump version to 0.2.0 by Marc Kupietz · 4 years, 4 months ago
  48. f84866e Add plotly to requirements by Marc Kupietz · 4 years, 4 months ago
  49. 3be8bd9 Replace utf8 with ascii characters by Marc Kupietz · 4 years, 4 months ago
  50. 018a168 Support command line invocation by Marc Kupietz · 4 years, 5 months ago
  51. 3e6c963 Add citation hint by Marc Kupietz · 4 years, 5 months ago
  52. cafdbb7 Build and deploy documentation automatically to gh-pages by Marc Kupietz · 4 years, 5 months ago
  53. 7494fad Add documentation to core classes and methods by Marc Kupietz · 4 years, 5 months ago
  54. f5fb1ee Amend setup.py by Marc Kupietz · 4 years, 5 months ago
  55. 0915894 Improve Readme.md by Marc Kupietz · 4 years, 5 months ago
  56. 6d53974 Provide Python wrappers for RKorAPClient R-S4 classes and class methods by Marc Kupietz · 4 years, 5 months ago
  57. fb85a9c Add more information to Description in Readme.md by Marc Kupietz · 4 years, 5 months ago
  58. d46d767 Add more badges before going public by Marc Kupietz · 4 years, 5 months ago
  59. 4b03ac4 Specify R repos in RKorAPClient installation instructions by Marc Kupietz · 4 years, 5 months ago
  60. 932638e Add environment variable handling to Windows installation instructions by Marc Kupietz · 4 years, 5 months ago
  61. c5a554e RKorAPClient requires R version >= 3.5 by Marc Kupietz · 4 years, 5 months ago
  62. f7b1d00 Require ryp2 >= 3.3 by Marc Kupietz · 4 years, 5 months ago
  63. e8ca49f CI script: R should be in c:/R/bin/x64 only by Marc Kupietz · 4 years, 5 months ago
  64. d94c0bf Bump version to 0.0.2 by Marc Kupietz · 4 years, 5 months ago
  65. 255cec5 Fix headings in installation instructions by Marc Kupietz · 4 years, 5 months ago
  66. 4aa3d50 Fix and simplify installation instructions by Marc Kupietz · 4 years, 5 months ago
  67. 54285e8 Update Readme.md by Marc Kupietz · 4 years, 5 months ago
  68. 6fc4b2a CI tests: run all tests from yaml directly by Marc Kupietz · 4 years, 5 months ago
  69. f78db63 CI tests: work around caching problem by Marc Kupietz · 4 years, 5 months ago
  70. 5ebaa4b CI unit tests: one macOS build is enough by Marc Kupietz · 4 years, 5 months ago
  71. a039fcf Use KorAP's project homepage as hompage by Marc Kupietz · 4 years, 5 months ago
  72. 3cb8eba CI unit test: Fix r-version cache key by Marc Kupietz · 4 years, 5 months ago
  73. 1e0d3cd Simplify gh action CI tests by Marc Kupietz · 4 years, 5 months ago
  74. 01f4160 Add gh action ci tests from rpy2 by Marc Kupietz · 4 years, 5 months ago
  75. ca08069 Make PythonKorAPClient a pip-installable package by Marc Kupietz · 4 years, 5 months ago
  76. 12a9fe8 Initial import by Marc Kupietz · 4 years, 5 months ago