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