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

Add support for unicode (with python 2)? #73

Closed
ceball opened this issue Dec 16, 2014 · 5 comments
Closed

Add support for unicode (with python 2)? #73

ceball opened this issue Dec 16, 2014 · 5 comments
Labels
component: type/value stuff system of parameter type/value checking, inheritnace, etc etc status: discussion Discussion. Not yet a specific feature/bug. Likely to result in multiple PRs/issues. type-feature Feature request
Milestone

Comments

@ceball
Copy link
Member

ceball commented Dec 16, 2014

No description provided.

@jlstevens
Copy link
Contributor

This is fairly important and quite an annoyance. I promise our HoloViews users that it will be fixed in the next release. See the last entry of the HoloViews FAQ: holoviz/holoviews@d2dec608e

I'm sure we will have enough improvements by then to justify an updated release of param. :-)

@vascotenner
Copy link

I normally do something like:

from __future__ import unicode_literals
import numpy as np
import holoviews as hv

But then params does not work anymore.

Related: holoviz/holoviews#29

@jlstevens
Copy link
Contributor

I agree this is an important issue. Will we have a new param bug-fix release before param 2.0 where we can have this fixed?

@jbednar
Copy link
Member

jbednar commented Apr 7, 2015

Let's discuss param releasing around 14 April; I'm waiting to hear some things about param from Chris.

@ceball ceball added component: type/value stuff system of parameter type/value checking, inheritnace, etc etc status: discussion Discussion. Not yet a specific feature/bug. Likely to result in multiple PRs/issues. type-feature Feature request labels Apr 13, 2020
@jbednar jbednar added this to the v1.10.0 milestone Jul 6, 2020
@ablythed
Copy link

Closing. Works in Python 3 and Python 2 is no longer a priority.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: type/value stuff system of parameter type/value checking, inheritnace, etc etc status: discussion Discussion. Not yet a specific feature/bug. Likely to result in multiple PRs/issues. type-feature Feature request
Projects
None yet
Development

No branches or pull requests

5 participants