Skip to content
This repository has been archived by the owner on Mar 12, 2024. It is now read-only.

Commit

Permalink
HiPlot version 0.1.8 (#56)
Browse files Browse the repository at this point in the history
- Implement new variable type: Timestamp
- Implement API to retrieve brush extents in client side
- Embed in notebooks directly instead of wrapping in an iframe
- Misc bug fixes (#50, #51)
  • Loading branch information
danthe3rd authored Apr 15, 2020
1 parent 6717d0e commit e6d7f35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hiplot/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from .server import run_server, run_server_main
from . import fetchers

__version__ = "0.1.7.post3"
__version__ = "0.1.8"
__all__ = [
'Experiment', 'ExperimentFetcherDoesntApply', 'ExperimentValidationError', 'ExperimentValidationCircularRef',
'ExperimentValidationMissingParent', 'Datapoint', 'ExperimentDisplayed', 'ValueDef', 'ValueType', 'Displays'
Expand Down

0 comments on commit e6d7f35

Please sign in to comment.