This is an automated email from the ASF dual-hosted git repository.
jky pushed a change to branch 0.0.6
in repository https://gitbox.apache.org/repos/asf/flagon-distill.git
from 61af38d Merge pull request #15 from UMD-ARLIS/dev
new 965aa59 ci(bump-version): adjusts the cz version bump and changelog
to all PRs into dev
new 471e28e ci(bump-version): Removes bump commit message restrain to
trigger commitizen
new cafa1ad ci(bump-version): triggers action run on PR into dev
new 5518d07 ci(bump-version): remove dependency on RAT
new d53211c test(test_segment): adds specified default for the newline
behavior on the exported csv in export_segment; changes the file opener in
test_segment to a proper context manager so the file closes on context exit
new 4698e04 docs(readme): fixed repo url and name
The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.github/workflows/bump_version.yml | 11 ++++---
CHANGELOG.md | 56 ++++++++++++++++++++++++++++++++++
CHANGELOG.rst | 62 --------------------------------------
README.rst | 4 +--
distill/__version__.py | 2 +-
distill/segmentation/segment.py | 51 +++++++++++++++----------------
pyproject.toml | 4 +--
tests/test_segment.py | 22 +++++++-------
8 files changed, 103 insertions(+), 109 deletions(-)
create mode 100644 CHANGELOG.md
delete mode 100644 CHANGELOG.rst