Open
Description
Several python projects are moving over to PY3 only. Given the significant changes coming our way with the new API and transition to traitlets, I would like to suggest that:
- [api 1] we release 1.0 by end of summer (Sep 1) and move it purely into a bug-fix mode. we will allow enhancements till then, but recommend that people start looking at 2.0.
- [upgrade option] we will augment our export tool so that an exported workflow can be imported into PY3 version.
- [api 2] we create a development branch supporting only PY3, do all traitlests and API development here, and get rid of future. this becomes our main development target.
- the development branch won't becomes default when the new API and traitlets are in place.
- we target releasing 2.0 by end of the year
@chrisfilo, @oesteban, @djarecka, @effigies, @hjmjohnson, @mih, @yarikoptic, @TheChymera, @mgxd - any thoughts here?