For Python folks interested in using these features, you might be interested in this post [0] which describes how to compile the latest SQLite and the python sqlite3 driver. I've got a fork of the standard lib sqlite3 driver that includes support for user-defined window functions in Python as well which may interest you.
[0] http://charlesleifer.com/blog/compiling-sqlite-for-use-with-...
[1] https://github.com/coleifer/pysqlite3