Bump to v1.0.0 (first stable release; metadata maintenance)#9
Merged
Conversation
Promotes dcebe to 1.0.0 to signal API stability. The MATLAB reference implementation has been published since 2018; the Python port was developed in 2026 and the public API (estimate_bat) is unchanged from the 0.1.0 dev release. Aligns pyproject.toml, python/dcebe/__init__.py __version__, and CITATION.cff version/date-released. Adds CHANGELOG.md (was missing). No algorithmic changes.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Phase 3 maintenance release for dcebe — promotes from
0.1.0to1.0.0to signal API stability. No algorithmic changes; the user-facing API (estimate_bat) is unchanged from the 0.1.0 dev release.Aligns all release-version surfaces:
pyproject.toml::version→1.0.0python/dcebe/__init__.py::__version__→"1.0.0"CITATION.cff→version: 1.0.0,date-released: 2026-05-11CHANGELOG.md→ created (was missing from the repo) with the[1.0.0] — 2026-05-11entryWhat landed in this version
LICENSEcleaned up: non-standard "if this code is used in any scientific publication, the following paper shall be cited" clause removed. The LICENSE file is now pure Apache-2.0 matching the SPDX declaration inCITATION.cffandpyproject.toml; the citation request lives inCITATION.cffand the README.CITATION.cffversion/date-released fields populated (Pass A).After merge
Tag
v1.0.0on the merge commit and push the tag. The auto-release workflow handles PyPI publish + GitHub Release creation.Test plan
dcebe 1.0.0with the harmonised README rendering correctlyfrom dcebe import estimate_batworks from the published wheelApache-2.0cleanly