Skip to content

Commit 696e673

Browse files
committed
rolling next dev & chlog sec.
1 parent 99d6d9d commit 696e673

File tree

7 files changed

+27
-21
lines changed

7 files changed

+27
-21
lines changed

.azure/gpu-integrations.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ pr:
1414
- release/*
1515

1616
jobs:
17-
- job: integrate
17+
- job: "integrate | GPU"
1818
strategy:
1919
matrix:
2020
'oldest':

.azure/gpu-unittests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ pr:
1414
- release/*
1515

1616
jobs:
17-
- job: unitest
17+
- job: "unitest | GPU"
1818
strategy:
1919
matrix:
2020
'PyTorch | old':

.github/workflows/ci-integrate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: CI integrations
1+
name: "CI integrations | CPU"
22

33
# see: https://help.github.com/en/actions/reference/events-that-trigger-workflows
44
on: # Trigger the workflow on push or pull request, but only for the master branch

.github/workflows/ci-readthedocs.yml

Lines changed: 0 additions & 16 deletions
This file was deleted.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: CI testing - complete
1+
name: "CI testing | CPU"
22

33
# see: https://help.github.com/en/actions/reference/events-that-trigger-workflows
44
on: # Trigger the workflow on push or pull request, but only for the master branch

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,28 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
**Note: we move fast, but still we preserve 0.1 version (one feature release) back compatibility.**
88

99

10+
## [UnReleased] - 2023-MM-DD
11+
12+
### Added
13+
14+
-
15+
16+
17+
### Changed
18+
19+
-
20+
21+
22+
### Removed
23+
24+
-
25+
26+
27+
### Fixed
28+
29+
-
30+
31+
1032
## [1.1.0] - 2023-08-22
1133

1234
### Added

src/torchmetrics/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "1.1.0"
1+
__version__ = "1.2.0.dev"
22
__author__ = "Lightning-AI et al."
33
__author_email__ = "[email protected]"
44
__license__ = "Apache-2.0"

0 commit comments

Comments
 (0)