numerai-tools 0.5.2__tar.gz → 0.5.2.dev1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {numerai_tools-0.5.2 → numerai_tools-0.5.2.dev1}/PKG-INFO +1 -1
- {numerai_tools-0.5.2 → numerai_tools-0.5.2.dev1}/pyproject.toml +1 -1
- {numerai_tools-0.5.2 → numerai_tools-0.5.2.dev1}/LICENSE +0 -0
- {numerai_tools-0.5.2 → numerai_tools-0.5.2.dev1}/README.md +0 -0
- {numerai_tools-0.5.2 → numerai_tools-0.5.2.dev1}/numerai_tools/__init__.py +0 -0
- {numerai_tools-0.5.2 → numerai_tools-0.5.2.dev1}/numerai_tools/py.typed +0 -0
- {numerai_tools-0.5.2 → numerai_tools-0.5.2.dev1}/numerai_tools/scoring.py +0 -0
- {numerai_tools-0.5.2 → numerai_tools-0.5.2.dev1}/numerai_tools/signals.py +0 -0
- {numerai_tools-0.5.2 → numerai_tools-0.5.2.dev1}/numerai_tools/submissions.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "numerai-tools"
|
|
3
|
-
version = "0.5.2"
|
|
3
|
+
version = "0.5.2.dev1"
|
|
4
4
|
description = "A collection of open-source tools to help interact with Numerai, model data, and automate submissions."
|
|
5
5
|
authors = [
|
|
6
6
|
{name = "Numerai Engineering",email = "engineering@numer.ai"}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|