Skip to content
This repository has been archived by the owner on Dec 16, 2022. It is now read-only.

Commit

Permalink
Prepare for release v1.1.0rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
epwalsh committed Jul 31, 2020
1 parent 9415350 commit 73220d7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## [v1.1.0rc2](https://github.com/allenai/allennlp/releases/tag/v1.1.0rc2) - 2020-07-31

### Changed

- Upgraded PyTorch requirement to 1.6.
Expand All @@ -17,12 +19,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Removed unnecessary warning about deadlocks in `DataLoader`.
- Fixed testing models that only return a loss when they are in training mode.
- Fixed a bug in `FromParams` that causes silent failure in case of the parameter type being Optional[Union[...]].
- Cleanup/fix to module docstring in `allennlp/models/seq2seq_encoders/__init__.py`.
- Fixed a bug in `FromParams` that caused silent failure in case of the parameter type being `Optional[Union[...]]`.

### Added

- Added the option to specify `requires_grad: false` within an optimizers parameter groups.
- Added the option to specify `requires_grad: false` within an optimizer's parameter groups.
- Added the `file-friendly-logging` flag back to the `train` command. Also added this flag to the `predict`, `evaluate`, and `find-learning-rate` commands.

### Removed
Expand Down

0 comments on commit 73220d7

Please sign in to comment.