Skip to content

Commit

Permalink
v21.10 pre-release (#1342)
Browse files Browse the repository at this point in the history
* fix

* codestyle

* fix

* pre-release
  • Loading branch information
Scitator committed Oct 30, 2021
1 parent b6a4a7f commit 7edd6f9
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
23 changes: 22 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,25 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).

### Added

-

### Changed

-

### Removed

-

### Fixed

-


## [21.10] - 2021-10-30

### Added

- RSquareLoss ([#1313](https://github.com/catalyst-team/catalyst/pull/1313))
- Self-Supervised example updates: ([#1305](https://github.com/catalyst-team/catalyst/pull/1305)), ([#1322](https://github.com/catalyst-team/catalyst/pull/1322)), ([#1325](https://github.com/catalyst-team/catalyst/pull/1325)), ([#1335](https://github.com/catalyst-team/catalyst/pull/1335))
- Albert training example ([#1326](https://github.com/catalyst-team/catalyst/pull/1326))
Expand All @@ -28,7 +47,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).

- Zero seed error ([#1329](https://github.com/catalyst-team/catalyst/pull/1329))
- updated codestyle issues ([#1331](https://github.com/catalyst-team/catalyst/pull/1331))
- TopK metrics: ([#1330](https://github.com/catalyst-team/catalyst/pull/1330)), ([#1334](https://github.com/catalyst-team/catalyst/pull/1334))
- TopK metrics: ([#1330](https://github.com/catalyst-team/catalyst/pull/1330)), ([#1334](https://github.com/catalyst-team/catalyst/pull/1334)), ([#1339](https://github.com/catalyst-team/catalyst/pull/1339))
- `--expdir` param for `catalyst-dl run` ([#1338](https://github.com/catalyst-team/catalyst/pull/1338))
- ControlFlowCallback for distributed setup ([#1341](https://github.com/catalyst-team/catalyst/pull/1341))


## [21.09] - 2021-09-30
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@ best practices for your deep learning research and development.

### Documentation
- [master](https://catalyst-team.github.io/catalyst/)
- [21.10](https://catalyst-team.github.io/catalyst/v21.10/index.html)
- [21.09](https://catalyst-team.github.io/catalyst/v21.09/index.html)
- [21.08](https://catalyst-team.github.io/catalyst/v21.08/index.html)
- [21.07](https://catalyst-team.github.io/catalyst/v21.07/index.html)
Expand Down
2 changes: 1 addition & 1 deletion catalyst/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "21.10rc0"
__version__ = "21.10"

0 comments on commit 7edd6f9

Please sign in to comment.