January 2021
DevLog
poyonga
poyonga is Groonga client for Python. version 0.5.0 has been released.
Supported Apache Arrow in poyonga 0.5.0.
call select command with output_type="apache-arrow" option:
from poyonga import Groonga
g = Groonga()
g.call(
    "select",
    table="Users",
    match_columns="name,location_str,description",
    query="東京",
    output_type="apache-arrow",
    output_columns="_key,name",
)
- Release Note
 - see examples on README and examples directory.
 
Thank you for kou's contribution.
gocloc
- migrate CI to GitHub Actions from Travis CI
 - Add Language: AutoHotkey c4330a0
 
pgmagick
- migrate CI to GitHub Actions from Travis CI #62
 
Thanks to all the sponsors
Thanks!!
31 January 2021