* Remove `parse_labeled_data`. Used now only on the `learntorank` library for evaluation and data collection. (https://github.com/vespa-engine/pyvespa/pull/384)
* Moved `vespa.experimental.ranking` to `learntorank.ranking`. (https://github.com/vespa-engine/pyvespa/pull/386)
* Fixed CI pipeline by temporarily downgrading torch version from 1.13 to 1.12. (https://github.com/vespa-engine/pyvespa/pull/387)
* Moved `vespa.ml` to `learntorank.ml`. (https://github.com/vespa-engine/pyvespa/pull/388)
* Moved bits of ML code that were mixed in `vespa.package` to `learntorank.ml`. (https://github.com/vespa-engine/pyvespa/pull/390)
* Removed unused serialization code from pyvespa. (https://github.com/vespa-engine/pyvespa/pull/391)