0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Oct 16, 2024 — Oct 16, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add issue templates
thombashi
as Tsuyoshi Hombashi
More... 8 months ago
Update CHANGELOG
thombashi
as Tsuyoshi Hombashi
More... 10 months ago
Bump version to 1.2.1
thombashi
as Tsuyoshi Hombashi
More... 10 months ago
Update README
thombashi
as Tsuyoshi Hombashi
More... 10 months ago
Merge pull request #68 from thombashi/fix_ci
thombashi
as Tsuyoshi Hombashi
More... 10 months ago
Update docs
thombashi
as Tsuyoshi Hombashi
More... 10 months ago
Add 'bin/' to .gitignore to exclude binary files from version control
thombashi
as Tsuyoshi Hombashi
More... 10 months ago
Add a Makefile target for generating CHANGELOG.md
thombashi
as Tsuyoshi Hombashi
More... 10 months ago
Use Final for constant type hints
thombashi
as Tsuyoshi Hombashi
More... 10 months ago
Add GitHub Actions workflow for building and publishing to PyPI
thombashi
as Tsuyoshi Hombashi
More... 10 months ago
Refactor NumpyTableWriter to use f-strings for setting type values
thombashi
as Tsuyoshi Hombashi
More... 10 months ago
Update copyright year in LICENSE and __version__.py; add Makefile target for updating copyright
thombashi
as Tsuyoshi Hombashi
More... 10 months ago
Merge pull request #67 from thombashi/fix_ci
thombashi
as Tsuyoshi Hombashi
More... 10 months ago
Fix CI
thombashi
as Tsuyoshi Hombashi
More... 10 months ago
Refactor Makefile to separate test commands for improved clarity
thombashi
as Tsuyoshi Hombashi
More... 10 months ago
Apply formatter
thombashi
as Tsuyoshi Hombashi
More... 10 months ago
Update tox configuration to replace pylama with ruff for linting
thombashi
as Tsuyoshi Hombashi
More... 10 months ago
Add GitHub Actions workflow for publishing to TestPyPI and signing with Sigstore
thombashi
as Tsuyoshi Hombashi
More... 10 months ago
Modify to use `setuptools_scm` for package build
thombashi
as Tsuyoshi Hombashi
More... 10 months ago
Remove pylama configuration and update tox to use ruff for linting
thombashi
as Tsuyoshi Hombashi
More... 10 months ago
Replace the formatter from black with ruff
thombashi
as Tsuyoshi Hombashi
More... 10 months ago
Remove typing_extensions ports that are no longer needed
thombashi
as Tsuyoshi Hombashi
More... 10 months ago
Extract linting for examples and update tox configuration
thombashi
as Tsuyoshi Hombashi
More... 10 months ago
Replace mypy with pyright
thombashi
as Tsuyoshi Hombashi
More... 10 months ago
Fix lint errors
thombashi
as Tsuyoshi Hombashi
More... 10 months ago
Update test dependencies
thombashi
as Tsuyoshi Hombashi
More... 10 months ago
Add dependency grouping for actions in dependabot configuration
thombashi
as Tsuyoshi Hombashi
More... 10 months ago
Add master branch trigger to CI workflow
thombashi
as Tsuyoshi Hombashi
More... 10 months ago
Remove deprecated `abstractproperty` and `abstractclassmethod` from exclude_lines in pyproject.toml
thombashi
as Tsuyoshi Hombashi
More... 10 months ago
Refactor deprecated `@abstractproperty` to use `@property` and `@abstractmethod` decorators
thombashi
as Tsuyoshi Hombashi
More... 10 months ago