Skip to content

Commit

Permalink
Update release note (#1193)
Browse files Browse the repository at this point in the history
- update release note
- remove gh publish step in internal publish wf
  • Loading branch information
yunchu committed Nov 16, 2023
1 parent ad34886 commit 375d184
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 10 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/publish_sdist_to_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,15 +72,6 @@ jobs:
with:
text: ${{ github.ref }}
regex: '^refs/heads/releases/[0-9]+\.[0-9]+\.[0-9]+(rc[0-9]+)?$'
- name: Upload package distributions to github
if: ${{ steps.check-tag.outputs.match != '' }}
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: dist/*
tag: ${{ github.ref }}
overwrite: true
file_glob: true
- name: Check dist contents
run: twine check dist/*
- name: Publish package dist to internal PyPI
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## \[Unreleased\]
## Nov. 2023 Release 1.5.1

### Enhancements
- Enhance Datumaro data format stream importer performance
Expand Down
19 changes: 19 additions & 0 deletions docs/source/docs/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,25 @@ Release Notes
.. toctree::
:maxdepth: 1

v1.5.1 (2023.11)
----------------

Enhancements
^^^^^^^^^^^^
- Enhance Datumaro data format stream importer performance
- Change image default dtype from float32 to uint8
- Add comparison level-up doc
- Add ImportError to catch GitPython import error

Bug fixes
^^^^^^^^^
- Modify the draw function in the visualizer not to raise an error for unsupported annotation types.
- Correct explore path in the related document.
- Fix errata in the voc document. Color values in the labelmap.txt should be separated by commas, not colons.
- Fix hyperlink errors in the document.
- Fix memory unbounded Arrow data format export/import.
- Update CVAT format doc to bypass warning.

v1.5.0 (2023.09)
----------------

Expand Down

0 comments on commit 375d184

Please sign in to comment.