Skip to content

Commit

Permalink
rolling next dev & chlog sec.
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda committed Aug 22, 2023
1 parent 99d6d9d commit 696e673
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 21 deletions.
2 changes: 1 addition & 1 deletion .azure/gpu-integrations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ pr:
- release/*

jobs:
- job: integrate
- job: "integrate | GPU"
strategy:
matrix:
'oldest':
Expand Down
2 changes: 1 addition & 1 deletion .azure/gpu-unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ pr:
- release/*

jobs:
- job: unitest
- job: "unitest | GPU"
strategy:
matrix:
'PyTorch | old':
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-integrate.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI integrations
name: "CI integrations | CPU"

# see: https://help.github.com/en/actions/reference/events-that-trigger-workflows
on: # Trigger the workflow on push or pull request, but only for the master branch
Expand Down
16 changes: 0 additions & 16 deletions .github/workflows/ci-readthedocs.yml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI testing - complete
name: "CI testing | CPU"

# see: https://help.github.com/en/actions/reference/events-that-trigger-workflows
on: # Trigger the workflow on push or pull request, but only for the master branch
Expand Down
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,28 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
**Note: we move fast, but still we preserve 0.1 version (one feature release) back compatibility.**


## [UnReleased] - 2023-MM-DD

### Added

-


### Changed

-


### Removed

-


### Fixed

-


## [1.1.0] - 2023-08-22

### Added
Expand Down
2 changes: 1 addition & 1 deletion src/torchmetrics/__about__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "1.1.0"
__version__ = "1.2.0.dev"
__author__ = "Lightning-AI et al."
__author_email__ = "[email protected]"
__license__ = "Apache-2.0"
Expand Down

0 comments on commit 696e673

Please sign in to comment.