Coder Social home page Coder Social logo

Comments (7)

astrofrog avatar astrofrog commented on July 21, 2024

One solution that would improve things a bit is to make the version bars 1/3 of their current thickness and make the version labels appear only when hovering over the bars.

from python3statement.github.io.

takluyver avatar takluyver commented on July 21, 2024

It looks like this is what we've got to play with:

http://visjs.org/docs/timeline/
http://visjs.org/timeline_examples.html

from python3statement.github.io.

brettcannon avatar brettcannon commented on July 21, 2024

Maybe another approach is to change what the timeline is meant to convey? If the timeline only stated when 2.7 support reaches EOL for a project and when Python 3-only releases start then that would cut down on the number of bars. And if you didn't stack them but instead inlined the markers then that should mostly compress the timeline to only a handful of lines (possibly to 2).

from python3statement.github.io.

asmeurer avatar asmeurer commented on July 21, 2024

The problem with the timeline is that it lists release schedules. But not all projects have release schedules. Really, you only need one timeline, with markers for each project for when they plan to drop support (maybe multiple markers for projects that distinguish full support from bugfix support). The marker text can contain version numbers if they are available (and if they don't take up too much space).

We can also implement some kind of popover for each project that gives a short plain text description of their plan.

from python3statement.github.io.

asmeurer avatar asmeurer commented on July 21, 2024

We could also keep the existing version lengths timeline for CPython only. I think it's useful to show how long CPython versions, especially 2.7, have been around. But it makes less sense to show this for the projects.

from python3statement.github.io.

astrofrog avatar astrofrog commented on July 21, 2024

with markers for each project for when they plan to drop support

Maybe two markers: one when they release a version no longer compatible with Python 2, and one when they drop support for the last version that supported Python 2 (for some projects this is different).

But yeah, I agree that having the whole release schedules may be overkill, or could be hidden by default and shown if the user clicks.

from python3statement.github.io.

asmeurer avatar asmeurer commented on July 21, 2024

That's what I mean by full support vs. bugfix support. Not all projects provide support for older releases (SymPy certainly doesn't).

from python3statement.github.io.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.