Hello
Working on the MEP22 I would like to use an OrderedDict but it is only natively available from python 2.7
Are there any plans to remove 2.6 for matplotlib 1.5?
If not. I will just use a list with dicts inside, not as elegant but works.
Thanks
Federico
It is also technically possible to use a drop-in fallback
implementation on older pythons, e.g.:
https://github.com/pydata/patsy/blob/master/patsy/compat.py#L120
https://github.com/pydata/patsy/blob/master/patsy/compat_ordereddict.py
-n
···
On Wed, May 7, 2014 at 4:03 PM, Federico Ariza <ariza.federico@...149...> wrote:
Hello
Working on the MEP22 I would like to use an OrderedDict but it is only
natively available from python 2.7
Are there any plans to remove 2.6 for matplotlib 1.5?
If not. I will just use a list with dicts inside, not as elegant but works.
Thanks
Federico
------------------------------------------------------------------------------
Is your legacy SCM system holding you back? Join Perforce May 7 to find out:
• 3 signs your SCM is hindering your productivity
• Requirements for releasing software faster
• Expert tips and advice for migrating your SCM now
http://p.sf.net/sfu/perforce
_______________________________________________
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
matplotlib-devel List Signup and Options
--
Nathaniel J. Smith
Postdoctoral researcher - Informatics - University of Edinburgh
Yes I know.
But I don’t want to pollute more than strictly necessary. There is already too much unused code around.
Federico
···
On 7 May 2014 11:12, “Nathaniel Smith” <njs@…503…> wrote:
It is also technically possible to use a drop-in fallback
implementation on older pythons, e.g.:
https://github.com/pydata/patsy/blob/master/patsy/compat.py#L120
https://github.com/pydata/patsy/blob/master/patsy/compat_ordereddict.py
-n
On Wed, May 7, 2014 at 4:03 PM, Federico Ariza <ariza.federico@…149…> wrote:
Hello
Working on the MEP22 I would like to use an OrderedDict but it is only
natively available from python 2.7
Are there any plans to remove 2.6 for matplotlib 1.5?
If not. I will just use a list with dicts inside, not as elegant but works.
Thanks
Federico
Is your legacy SCM system holding you back? Join Perforce May 7 to find out:
� 3 signs your SCM is hindering your productivity
� Requirements for releasing software faster
� Expert tips and advice for migrating your SCM now
http://p.sf.net/sfu/perforce
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel
–
Nathaniel J. Smith
Postdoctoral researcher - Informatics - University of Edinburgh
http://vorpus.org
To avoid code duplication you can also use the pypi package
https://pypi.python.org/pypi/ordereddict
Yaron
···
On 7 May 2014 18:14, Federico Ariza <ariza.federico@…149…> wrote:
Yes I know.
But I don’t want to pollute more than strictly necessary. There is already too much unused code around.
Federico
On 7 May 2014 11:12, “Nathaniel Smith” <njs@…503…> wrote:
It is also technically possible to use a drop-in fallback
implementation on older pythons, e.g.:
https://github.com/pydata/patsy/blob/master/patsy/compat.py#L120
https://github.com/pydata/patsy/blob/master/patsy/compat_ordereddict.py
-n
On Wed, May 7, 2014 at 4:03 PM, Federico Ariza <ariza.federico@…149…> wrote:
Hello
Working on the MEP22 I would like to use an OrderedDict but it is only
natively available from python 2.7
Are there any plans to remove 2.6 for matplotlib 1.5?
If not. I will just use a list with dicts inside, not as elegant but works.
Thanks
Federico
Is your legacy SCM system holding you back? Join Perforce May 7 to find out:
� 3 signs your SCM is hindering your productivity
� Requirements for releasing software faster
� Expert tips and advice for migrating your SCM now
http://p.sf.net/sfu/perforce
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel
–
Nathaniel J. Smith
Postdoctoral researcher - Informatics - University of Edinburgh
http://vorpus.org
Is your legacy SCM system holding you back? Join Perforce May 7 to find out:
� 3 signs your SCM is hindering your productivity
� Requirements for releasing software faster
� Expert tips and advice for migrating your SCM now
http://p.sf.net/sfu/perforce
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel