python-peass 2.0.1__tar.gz → 2.0.1.1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: python-peass
3
- Version: 2.0.1
3
+ Version: 2.0.1.1
4
4
  Summary: python-peass: Perceptual Evaluation methods for Audio Source Separation
5
5
  Author-email: Avery Khoo <avery.khoo@gmail.com>
6
6
  Requires-Python: >=3.9
@@ -25,7 +25,7 @@ Project-URL: Tracker, https://github.com/averykhoo/python-peass/issues
25
25
 
26
26
  # python-peass
27
27
 
28
- [![Test Suite](https://github.com/averykhoo/python-peass/actions/workflows/test.yml/badge.svg)](https://github.com/averykhoo/python-peass/actions)
28
+ [![Test Suite](https://github.com/averykhoo/python-peass/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/averykhoo/python-peass/actions)
29
29
  [![PyPI version](https://img.shields.io/pypi/v/python-peass.svg)](https://pypi.org/project/python-peass/)
30
30
 
31
31
  > This project was ported by Gemini 3.5 Flash from
@@ -1,6 +1,6 @@
1
1
  # python-peass
2
2
 
3
- [![Test Suite](https://github.com/averykhoo/python-peass/actions/workflows/test.yml/badge.svg)](https://github.com/averykhoo/python-peass/actions)
3
+ [![Test Suite](https://github.com/averykhoo/python-peass/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/averykhoo/python-peass/actions)
4
4
  [![PyPI version](https://img.shields.io/pypi/v/python-peass.svg)](https://pypi.org/project/python-peass/)
5
5
 
6
6
  > This project was ported by Gemini 3.5 Flash from
@@ -3,7 +3,7 @@ python-peass: Perceptual Evaluation methods for Audio Source Separation
3
3
  A modern, Pythonic port of the PEASS v2.0.1 toolkit [1].
4
4
  """
5
5
 
6
- __version__ = "2.0.1"
6
+ __version__ = "2.0.1.1" # matches peass version, with one more segment for me to edit
7
7
 
8
8
  from .decomposition import extract_distortion_components
9
9
  from .metrics import audio_quality_features
File without changes