Skip to content

Commit 38b9389

Browse files
authored
Merge pull request #291 from tky823/docs/release-0.2.0
CHANGELOG for 0.2.0
2 parents 176f405 + 057d37c commit 38b9389

File tree

2 files changed

+56
-3
lines changed

2 files changed

+56
-3
lines changed

CHANGELOG.rst

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

4+
v0.2.0
5+
******
6+
7+
What's Changed
8+
==============
9+
10+
Breaking Changes 🛠
11+
-------------------
12+
* Rename `aux` to `auxiliary` by @tky823 in https://github.com/tky823/ssspy/pull/268
13+
* Detailed build status by @tky823 in https://github.com/tky823/ssspy/pull/288
14+
15+
New Features 🎉
16+
---------------
17+
* Implementation of harmonic vector analysis by @tky823 in https://github.com/tky823/ssspy/pull/271
18+
* Implementation of ADMM-HVA by @tky823 in https://github.com/tky823/ssspy/pull/281
19+
20+
Bug Fixes 🐛
21+
------------
22+
* Fix test coverage by @tky823 in https://github.com/tky823/ssspy/pull/269
23+
* Fix timing of uploading package by @tky823 in https://github.com/tky823/ssspy/pull/273
24+
* Remove status badge of lint by @tky823 in https://github.com/tky823/ssspy/pull/274
25+
26+
Other Changes
27+
-------------
28+
* Upload package to TestPyPI by @tky823 in https://github.com/tky823/ssspy/pull/267
29+
* Remove duplicate uploads to TestPyPI by @tky823 in https://github.com/tky823/ssspy/pull/270
30+
* Use flooring function to compute norm. by @tky823 in https://github.com/tky823/ssspy/pull/276
31+
* Regression tests by @tky823 in https://github.com/tky823/ssspy/pull/238
32+
* Add `needs` to upload_package job in GHA. by @tky823 in https://github.com/tky823/ssspy/pull/277
33+
* Update actions/checkout in GitHub actions by @tky823 in https://github.com/tky823/ssspy/pull/279
34+
* Hugging Face demo by @tky823 in https://github.com/tky823/ssspy/pull/282
35+
* Set permissions in workflows by @tky823 in https://github.com/tky823/ssspy/pull/289
36+
* Bump up version to 0.2.0 by @tky823 in https://github.com/tky823/ssspy/pull/290
37+
38+
39+
**Full Changelog**: https://github.com/tky823/ssspy/compare/v0.1.7...v0.2.0
40+
441
v0.1.7
542
******
643

docs/index.rst

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,30 @@ Welcome to ssspy's documentation!
1212
.. image:: https://github.com/tky823/ssspy/actions/workflows/lint.yaml/badge.svg
1313
:target: https://github.com/tky823/ssspy/actions/workflows/lint.yaml
1414

15-
.. image:: https://github.com/tky823/ssspy/actions/workflows/test_package.yaml/badge.svg
16-
:target: https://github.com/tky823/ssspy/actions/workflows/test_package.yaml
17-
1815
.. image:: https://codecov.io/gh/tky823/ssspy/branch/main/graph/badge.svg?token=IZ89MTV64G
1916
:target: https://codecov.io/gh/tky823/ssspy
2017

2118
``ssspy`` is a Python toolkit for sound source separation.
2219

20+
Build status
21+
------------
22+
23+
+--------+--------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------+
24+
| Python | Ubuntu | MacOS (x86_64) | MacOS (arm64) | Windows |
25+
+--------+--------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------+
26+
| 3.9 | .. image:: https://github.com/tky823/ssspy/actions/workflows/test_package_ubuntu-latest_python-3.9.yaml/badge.svg?branch=main | .. image:: https://github.com/tky823/ssspy/actions/workflows/test_package_macos-13_python-3.9.yaml/badge.svg?branch=main | .. image:: https://github.com/tky823/ssspy/actions/workflows/test_package_macos-latest_python-3.9.yaml/badge.svg?branch=main | .. image:: https://github.com/tky823/ssspy/actions/workflows/test_package_windows-latest_python-3.9.yaml/badge.svg?branch=main |
27+
| | :target: https://github.com/tky823/ssspy/actions/workflows/test_package_ubuntu-latest_python-3.9.yaml | :target: https://github.com/tky823/ssspy/actions/workflows/test_package_macos-13_python-3.9.yaml | :target: https://github.com/tky823/ssspy/actions/workflows/test_package_macos-latest_python-3.9.yaml | :target: https://github.com/tky823/ssspy/actions/workflows/test_package_windows-latest_python-3.9.yaml |
28+
+--------+--------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------+---------------------------------+
29+
| 3.10 | .. image:: https://github.com/tky823/ssspy/actions/workflows/test_package_ubuntu-latest_python-3.10.yaml/badge.svg?branch=main | .. image:: https://github.com/tky823/ssspy/actions/workflows/test_package_macos-13_python-3.10.yaml/badge.svg?branch=main | .. image:: https://github.com/tky823/ssspy/actions/workflows/test_package_macos-latest_python-3.10.yaml/badge.svg?branch=main | .. image:: https://github.com/tky823/ssspy/actions/workflows/test_package_windows-latest_python-3.10.yaml/badge.svg?branch=main |
30+
| | :target: https://github.com/tky823/ssspy/actions/workflows/test_package_ubuntu-latest_python-3.10.yaml | :target: https://github.com/tky823/ssspy/actions/workflows/test_package_macos-13_python-3.10.yaml | :target: https://github.com/tky823/ssspy/actions/workflows/test_package_macos-latest_python-3.10.yaml | :target: https://github.com/tky823/ssspy/actions/workflows/test_package_windows-latest_python-3.10.yaml |
31+
+--------+--------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------+---------------------------------+
32+
| 3.11 | .. image:: https://github.com/tky823/ssspy/actions/workflows/test_package_ubuntu-latest_python-3.11.yaml/badge.svg?branch=main | .. image:: https://github.com/tky823/ssspy/actions/workflows/test_package_macos-13_python-3.11.yaml/badge.svg?branch=main | .. image:: https://github.com/tky823/ssspy/actions/workflows/test_package_macos-latest_python-3.11.yaml/badge.svg?branch=main | .. image:: https://github.com/tky823/ssspy/actions/workflows/test_package_windows-latest_python-3.11.yaml/badge.svg?branch=main |
33+
| | :target: https://github.com/tky823/ssspy/actions/workflows/test_package_ubuntu-latest_python-3.11.yaml | :target: https://github.com/tky823/ssspy/actions/workflows/test_package_macos-13_python-3.11.yaml | :target: https://github.com/tky823/ssspy/actions/workflows/test_package_macos-latest_python-3.11.yaml | :target: https://github.com/tky823/ssspy/actions/workflows/test_package_windows-latest_python-3.11.yaml |
34+
+--------+--------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------+---------------------------------+
35+
| 3.12 | .. image:: https://github.com/tky823/ssspy/actions/workflows/test_package_ubuntu-latest_python-3.12.yaml/badge.svg?branch=main | .. image:: https://github.com/tky823/ssspy/actions/workflows/test_package_macos-13_python-3.12.yaml/badge.svg?branch=main | .. image:: https://github.com/tky823/ssspy/actions/workflows/test_package_macos-latest_python-3.12.yaml/badge.svg?branch=main | .. image:: https://github.com/tky823/ssspy/actions/workflows/test_package_windows-latest_python-3.12.yaml/badge.svg?branch=main |
36+
| | :target: https://github.com/tky823/ssspy/actions/workflows/test_package_ubuntu-latest_python-3.12.yaml | :target: https://github.com/tky823/ssspy/actions/workflows/test_package_macos-13_python-3.12.yaml | :target: https://github.com/tky823/ssspy/actions/workflows/test_package_macos-latest_python-3.12.yaml | :target: https://github.com/tky823/ssspy/actions/workflows/test_package_windows-latest_python-3.12.yaml |
37+
+--------+--------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------+---------------------------------+
38+
2339
Installation
2440
------------
2541

0 commit comments

Comments
 (0)