Skip to content

Commit

Permalink
Actually export the new PackedNumpyEncoder
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnVinyard committed May 21, 2016
1 parent 25f54e9 commit 16599a6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions featureflow/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '1.9.10'
__version__ = '1.10.10'

from model import BaseModel

Expand Down Expand Up @@ -29,6 +29,7 @@
from iteratornode import IteratorNode

try:
from nmpy import StreamingNumpyDecoder, NumpyMetaData, NumpyFeature
from nmpy import PackedNumpyEncoder, StreamingNumpyDecoder, NumpyMetaData, \
NumpyFeature
except ImportError:
pass

0 comments on commit 16599a6

Please sign in to comment.