In the next update (v2.05) harpy will be compiled with python3 (the python2 version is still present if needed). It can be already found in the artemide-development repository.
Another important news is a new repository. It contains the python library which is used for fits and data-analyses with artemide. It is not complete yet since the code was written in python2 and needs some updates and refactoring. The repository also contains the data collection used to fit artemide. All data sets contain a reference to sources.
Generically, the DataProcessor has a very simple structure. There are "points" which are dictionaries with all information needed to compute the cross-section by artemide in the artemide-friendly form (processes, bins, cuts, etc.), additionally, they contain all information needed for accurate comparison (uncertainties, normalization factors, etc). The "points" are collected to "DataSets" which also knows the information about this data set (normalization uncertainties, covariance matrix, etc), and equipped by methods for phenomenological analysis (like chi^2-computation, shifts evaluations, etc). For better performance "DataSets" can be combined into "DataMultiSets". There is an additional module that helps to send "points", "DataSets" and "DataMultiSets" directly to artemide in an optimal way and receives theory-prediction for it.
The talks-page is updated with two recent talks: one about web-diagrams, and another about non-perturbative definition of Collins-Soper kernel.