Skip to content

Commit 5e1c3f5

Browse files
MTN: remove outdated v1-related code (#679)
1 parent e67b3db commit 5e1c3f5

File tree

4 files changed

+2
-6
lines changed

4 files changed

+2
-6
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,7 @@ name: Unit tests
33
on:
44
push:
55
branches:
6-
- dev
7-
- main
86
- master
9-
- v1
107
pull_request:
118

129
jobs:

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ nosetests.xml
5959
coverage.xml
6060
*,cover
6161
.hypothesis/
62-
tests_v1/integration_tests/mapie_v0_package
6362

6463
# Translations
6564
*.mo

doc/api.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ Regression Metrics
9191
mapie.metrics.regression.coverage_width_based
9292
mapie.metrics.regression.regression_mwi_score
9393

94-
Utils (from mapie_v1)
94+
Utils
9595
==============================
9696

9797
.. autosummary::

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,4 @@ DOWNLOAD = "https://pypi.org/project/MAPIE/#files"
4949
include-package-data = true
5050

5151
[tool.setuptools.packages.find]
52-
include = ["mapie", "mapie.*", "mapie_v1", "mapie_v1.*"]
52+
include = ["mapie", "mapie.*"]

0 commit comments

Comments
 (0)