Skip to content

hhatto's OSS DevLog

March 2021

DevLog

autopep8

v1.5.6 has been released, and v1.5.7 under development.

v1.5.7(WIP)

under development

  • change: disallow 0 for indent-size option (#597)
  • improved documentation for pyproject.toml config (#596)
  • change: exit code is 99 when error occured cli option parsing (#595)
  • fixed #591 (pull-request: #592)
  • Add Python3.9 for CI (#590)

v1.5.6

  • requirements pycodestyle version 2.7.0 and higher version (#589)
  • E128 check similar to pycodestyle (#585)
    • Thanks yamt's contribution 🀝

gocloc

Thanks to all the sponsors

Thanks!!

If you would like to support me, please visit my GitHub Sponsor pageπŸšͺ

February 2021

DevLog

autopep8

v1.5.5 has been released, and development of version 2.0 is underway.

v2 (under develoment)

  • change: not use lib2to3's throw fixes (#583)

v1.5.5

  • improvement: lazy load toml package (#566)
  • fix: not convert raw string for w605 fixed method (#580)

other

gocloc

version v0.4.0 and v0.4.1 has been released.

many fix and It now supports Go1.16 and can also use darwin/arm64 (M1 Mac) binary.

pgmagick

  • fix broken build #66

Thanks to all the sponsors

Thanks!!

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",
)

Thank you for kou's contribution.

gocloc

pgmagick

Thanks to all the sponsors

Thanks!!