Skip to content

Commit

Permalink
fixes #528
Browse files Browse the repository at this point in the history
  • Loading branch information
amaiya committed Apr 5, 2024
1 parent 8d89e1a commit d226b2c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Most recent releases are shown at the top. Each release shows:
- **Fixed**: Bug fixes that don't change documented behaviour


## 0.41.3 (TBD)
## 0.41.3 (2024-04-05)

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

### fixed:
- Removed `tf_keras` as dependencies due to issues in varioius dependencies
related to TF 2.16.

related to TF 2.16 and allow TF to prompt user for it (#528)
- Removed auto-setting `TF_USE_LEGACY_KERAS`, as it causes problems in `tensorflow<2.16` (#528)

## 0.41.2 (2024-03-11)

Expand Down
1 change: 0 additions & 1 deletion ktrain/imports.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
+ "but non-TensorFlow features in ktrain can still be used. See https://github.com/amaiya/ktrain/blob/master/README.md"
)
DISABLE_V2_BEHAVIOR = strtobool(os.environ.get("DISABLE_V2_BEHAVIOR", "0"))
os.environ["TF_USE_LEGACY_KERAS"] = "1" # for contiued use of legacy optimizers
try:
if DISABLE_V2_BEHAVIOR:
# TF2-transition
Expand Down

0 comments on commit d226b2c

Please sign in to comment.