From 9825262623f77585af7ba1710f6150cb8bd2fafb Mon Sep 17 00:00:00 2001 From: Jakob Wagner Date: Tue, 20 Aug 2024 13:51:15 +0200 Subject: [PATCH 1/3] add package typing marker --- pyproject.toml | 3 +++ src/continuiti/py.typed | 0 2 files changed, 3 insertions(+) create mode 100644 src/continuiti/py.typed diff --git a/pyproject.toml b/pyproject.toml index 503060b9..0635c7ee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -82,6 +82,9 @@ dev = [ where = ["src"] include = ["continuiti*"] +[tool.setuptools.package-data] +"continuiti" = ["py.typed"] + [project.urls] Repository = "https://github.com/aai-institute/continuiti.git" Documentation = "https://aai-institute.github.io/continuiti/" diff --git a/src/continuiti/py.typed b/src/continuiti/py.typed new file mode 100644 index 00000000..e69de29b From 8403641a12e2b3222e272b48aa794a22a5a77f64 Mon Sep 17 00:00:00 2001 From: Jakob Wagner Date: Tue, 20 Aug 2024 14:30:08 +0200 Subject: [PATCH 2/3] update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b6489e4b..bca559f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ - Add `MaskedOperator` base class. - Add `DeepCatOperator`. - Restructure documentation, separating notebooks into tutorials and how-to guides. +- Add support typing information according to PEP 561. ## 0.1.0 From c17e4194914ff6805bc6f37464d343eea6176797 Mon Sep 17 00:00:00 2001 From: Samuel Burbulla Date: Thu, 22 Aug 2024 11:03:45 +0200 Subject: [PATCH 3/3] Update CHANGELOG. --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bca559f3..8f258687 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # CHANGELOG +## 0.3.0 + +- Add support typing information according to PEP 561. + ## 0.2.0 - Add `Attention` base class, `MultiHeadAttention`, and `ScaledDotProductAttention` classes. @@ -7,7 +11,6 @@ - Add `MaskedOperator` base class. - Add `DeepCatOperator`. - Restructure documentation, separating notebooks into tutorials and how-to guides. -- Add support typing information according to PEP 561. ## 0.1.0