Skip to content

Commit

Permalink
update release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
oaksharks committed Dec 17, 2023
1 parent 587335d commit 3baa1cd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions deeptables/utils/dataset_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ def _to_ds20(self, X, y=None, *, batch_size, shuffle, drop_remainder):
return ds

def _to_ds24(self, X, y=None, *, batch_size, shuffle, drop_remainder):
import dask
def to_spec(name, dtype, idx):
if dtype is not None:
spec = tf.TensorSpec(shape=(None, len(idx)), dtype=dtype)
Expand Down
7 changes: 7 additions & 0 deletions docs/source/release_note.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
Version 0.2.6(stable)
---------------------
**Main improvements**

1. Support ``hypernets>=0.3.0``


Version 0.2.5(stable)
---------------------
**Main improvements**
Expand Down

0 comments on commit 3baa1cd

Please sign in to comment.