Skip to content

Commit 1c4c97e

Browse files
committed
chore: remove legacy setuptools scaffolding and tidy repo
Delete setup.py, setup.cfg, tox.ini and the stray root __init__.py. Remove eight unused runtime dependencies (ruamel.yaml, pandas, chardet, matplotlib, scipy, sphinx, and the stdlib-shadowing pathlib/asyncio), drop the testing extra in favor of the dev dependency group, and trim the deptry ignores accordingly (lock: 220 to 187 packages). Update README, CONTRIBUTING, docs/dev.md and test docstrings to the uv/make workflow; mark CHANGELOG as release-notes-based until python-semantic-release lands
1 parent edd958a commit 1c4c97e

24 files changed

Lines changed: 182 additions & 1622 deletions

AUTHORS.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
> **Note:** This file is no longer updated manually. Changes since
4+
> v0.12.0 are tracked in the
5+
> [GitHub Releases](https://github.com/OpenSemanticLab/osw-python/releases).
6+
> Automated changelog generation (python-semantic-release) is planned;
7+
> the historical entries below are preserved for reference.
8+
39
## Version v0.12.0
410
- rework ontology import (BREAKING, see examples/ontology_import.py)
511
- add in-memory credentials in CredentialManager

CITATION.cff

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,7 @@ authors:
77
- family-names: Gold
88
given-names: Lukas
99
orcid: https://orcid.org/0000-0001-7444-2969
10+
- family-names: Räder
11+
given-names: Andreas
12+
orcid: https://orcid.org/0000-0002-2673-0832
1013
title: OpenSemanticWorld Python Package (osw-python)

0 commit comments

Comments
 (0)