Re: [QGIS-Developer] Implementarion version in Function help JSON Files

2020-07-23 Thread Nyall Dawson
On Thu, 23 Jul 2020 at 19:20, Alexandre Neto  wrote:

> Would it be ok for us to add a new key with the "implementation version" in 
> the JSON files for some of the functions?

Sounds good to me!

Nyall
___
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [QGIS-Developer] Implementarion version in Function help JSON Files

2020-07-23 Thread Alexandre Neto
Hi,

I think we are talking about the same thing. We want to have a way to
inform the users of QGIS release version where the function was introduced.

Alexandre Neto



A quinta, 23/07/2020, 14:03, matteo  escreveu:

> HI Alexandre,
>
> that's a great improvement, thanks!
>
> Having a key to catch the QGIS release related to the expression would
> be also super useful. Anybody willingly to help on this?
>
> Cheers and thanks again
>
> Matteo
> ___
> QGIS-Developer mailing list
> QGIS-Developer@lists.osgeo.org
> List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer
___
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [QGIS-Developer] Implementarion version in Function help JSON Files

2020-07-23 Thread matteo
HI Alexandre,

that's a great improvement, thanks!

Having a key to catch the QGIS release related to the expression would
be also super useful. Anybody willingly to help on this?

Cheers and thanks again

Matteo
___
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer

[QGIS-Developer] Implementarion version in Function help JSON Files

2020-07-23 Thread Alexandre Neto
Hi,

Sorry for the cross-posting.

Because we only release documentation for the LTR versions (3.10 now) and
testing (which represents master), in the past, we have been adding the
version of QGIS where each function was added. That way, someone looking at
the testing documentation, would know that some functions were only
available, for example, after QGIS 3.12. Once the new Documentation release
for 3.16 is out, all these tags are removed and only used again for 3.18
functions.

Meanwhile, at the QGIS-Documentation, we are now fetching the Expressions
Function list (and its description, arguments and other
information) directly from QGIS Code using a python script, more precisely
from the JSON help files available in this folder:

https://github.com/qgis/QGIS/tree/master/resources/function_help/json

Would it be ok for us to add a new key with the "implementation version" in
the JSON files for some of the functions?

Thanks,

Alexandre Neto
___
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer