posit-dev / py-shiny

Shiny for Python
https://shiny.posit.co/py/
MIT License
1.32k stars 81 forks source link

Versioned Reference Documentation and/or notes on what version of `shiny` certain methods appear #1756

Open coatless opened 2 weeks ago

coatless commented 2 weeks ago

It would be great to have a versioned specific reference section or notes on when a function was added.

For example, Shiny for R includes a static site serving documentation by version:

https://shiny.posit.co/r/reference/shiny/

Alternatively, there could be a note that is added similar to Pandas regarding new functionality, e.g.

Screenshot of `pandas.core.window.rolling.Rolling.skew` showing when a new argument was added (the green block).

https://pandas.pydata.org/docs/reference/api/pandas.core.window.rolling.Rolling.skew.html

Or both! 😄