Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ Each package includes tests, which can be used to demonstrate the use of the pac
## Available Packages

- `moe_regressor`: Implements the ["Adaptive Mixture of Local Experts"](https://doi.org/10.1162/neco.1991.3.1.79) model for regression.
- `mcp`: Model context protocol for connecting Chemprop with Large Language Models (AI).
- `set2set`: Chemprop-compatible implementation of the Set2Set aggregation function.

# Contributing

Expand Down
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "chemprop-contrib"
description = "Community contributions to chemprop"
version = "2025.11.30"
version = "2026.05.06"
authors = [
{name = "The Chemprop Development Team", email="chemprop@mit.edu"},
{name = "Jackson Burns"},
Expand All @@ -17,6 +17,8 @@ license = {text = "MIT unless otherwise noted in individual contribution files"}
classifiers = [
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Operating System :: OS Independent"
]
keywords = [
Expand Down
Loading