File tree 3 files changed +12
-4
lines changed
3 files changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
12
12
### Fixed
13
13
14
14
15
+
16
+ ## [ 0.7.0] - 2023-10-12
17
+ ### Breaking
18
+ Upgrade to Pytorch 2.0+ and PyTorch-Lightning 2.0+
19
+
15
20
## [ 0.6.1] - 2023-07-19
16
21
17
22
### Breaking
Original file line number Diff line number Diff line change 7
7
[ ![ Build Status] ( https://github.com/asteroid-team/asteroid/workflows/CI/badge.svg )] ( https://github.com/asteroid-team/asteroid/actions?query=workflow%3ACI+branch%3Amaster+event%3Apush )
8
8
[ ![ codecov] [ codecov-badge ]] [ codecov ]
9
9
[ ![ Code style: black] ( https://img.shields.io/badge/code%20style-black-000000.svg )] ( https://github.com/psf/black )
10
- [ ![ Documentation Status] ( https://img.shields.io/badge/docs-0.5.1 -blue )] ( https://asteroid.readthedocs.io/en/v0.5.1 / )
10
+ [ ![ Documentation Status] ( https://img.shields.io/badge/docs-0.7.0 -blue )] ( https://asteroid.readthedocs.io/en/v0.7.0 / )
11
11
[ ![ Latest Docs Status] ( https://github.com/asteroid-team/asteroid/workflows/Latest%20docs/badge.svg )] ( https://asteroid-team.github.io/asteroid/ )
12
12
13
13
@@ -37,14 +37,17 @@ and ask questions / suggest new features there as well!
37
37
Asteroid is intended to be a __ community-based project__
38
38
so hop on and help us!
39
39
## Contents
40
+ - [ Contents] ( #contents )
40
41
- [ Installation] ( #installation )
41
42
- [ Tutorials] ( #tutorials )
42
43
- [ Running a recipe] ( #running-a-recipe )
43
44
- [ Available recipes] ( #available-recipes )
44
45
- [ Supported datasets] ( #supported-datasets )
45
46
- [ Pretrained models] ( #pretrained-models )
46
- - [ Calls for contributions] ( #contributing )
47
- - [ Citing us] ( #citing )
47
+ - [ Contributing] ( #contributing )
48
+ - [ TensorBoard visualization] ( #tensorboard-visualization )
49
+ - [ Guiding principles] ( #guiding-principles )
50
+ - [ Citing Asteroid] ( #citing-asteroid )
48
51
49
52
## Installation
50
53
([ ↑up to contents] ( #contents ) )
Original file line number Diff line number Diff line change 4
4
from .utils import deprecation_utils , torch_utils # noqa
5
5
6
6
project_root = str (pathlib .Path (__file__ ).expanduser ().absolute ().parent .parent )
7
- __version__ = "0.7.0dev "
7
+ __version__ = "0.7.0 "
8
8
9
9
10
10
def show_available_models ():
You can’t perform that action at this time.
0 commit comments