Skip to content

Commit

Permalink
[no ci] CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
amaiya committed Dec 9, 2022
1 parent c0cd1cf commit f65b02f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Most recent releases are shown at the top. Each release shows:
- **Changed**: Additional parameters, changes to inputs or outputs, etc
- **Fixed**: Bug fixes that don't change documented behaviour

## 0.31.11 (TBD)
## 0.31.11 (2022-12-08)

### new:
- N/A
Expand All @@ -15,7 +15,8 @@ Most recent releases are shown at the top. Each release shows:
- N/A

### fixed:
- Added support for TensorFlow 2.11. For now, as recommended in the [TF release notes](https://github.com/tensorflow/tensorflow/releases/tag/v2.11.0), **ktrain** has been changed to use the legacy optimizers in `tf.keras.optimizers.legacy`. This means that, when compiling Keras models, you should supply `tf.keras.optimizers.legacy.Adam()` instead of the string `"adam"`. ( #468)
- Fixes to support TensorFlow 2.11. For now, as recommended in the [TF release notes](https://github.com/tensorflow/tensorflow/releases/tag/v2.11.0), **ktrain** has been changed to use the legacy optimizers in `tf.keras.optimizers.legacy`. This means that, when compiling Keras models, you should supply `tf.keras.optimizers.legacy.Adam()` instead of the string `"adam"`. ( #468)
- Fixes to support Python 3.10. Changed references from `CountVectorizer.get_field_names` to `CountVectorizer.get_field_names_out`. Updated supported versions in `setup.py`.
- fixed error in docs


Expand Down

0 comments on commit f65b02f

Please sign in to comment.