Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to bqplot latest #59

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ All the dependencies of xplot are available for the conda package manager.

| `xplot` | `bqplot npm package (bqplot python package)` |
|---------|----------------------------------------------|
| master | ^0.4.3 (^0.11.4) |
| master | ^0.5.6 (^0.12.6) |
| 0.15.0 | ^0.4.3 (^0.11.4) |

## License
Expand Down
4 changes: 2 additions & 2 deletions include/xplot/xplot_config.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@

// Semver requirement for bqplot
#define XBQPLOT_VERSION_MAJOR 0
#define XBQPLOT_VERSION_MINOR 4
#define XBQPLOT_VERSION_PATCH 3
#define XBQPLOT_VERSION_MINOR 5
#define XBQPLOT_VERSION_PATCH 6

// Composing the version strings from major, minor and patch
#define XPLOT_CONCATENATE(A, B) XPLOT_CONCATENATE_IMPL(A, B)
Expand Down