Skip to content

Commit

Permalink
Update CHANGELOG.md [skip travis]
Browse files Browse the repository at this point in the history
  • Loading branch information
OverLordGoldDragon authored Jul 25, 2020
1 parent 0e64d13 commit c7bebfa
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,11 @@

- Cleaner axis limits for `features_hist` and `features_hist_v2`: xmin and xmax are now limited in characters to avoid clutter in plots
- Docs state title will set to `title_mode` if not one of `'grads', 'outputs'`, but this was false; fixed now.
- `title_mode` renamed to `title`.
- Created `CHANGELOG.md`

#### BREAKING

- `title_mode` renamed to `title`.


----
Expand Down Expand Up @@ -109,4 +112,4 @@ For L2-norm, set `norm_fn = (np.sqrt, np.square) = (outer_fn, inner_fn)`, which
- Improved `Input` layer exclusion for `_id='*'`
- Added note + tip to `get_gradients` on performance
- Extended GPU detection method in tests to work with TF2.2


0 comments on commit c7bebfa

Please sign in to comment.