File tree Expand file tree Collapse file tree 6 files changed +32
-3
lines changed
Expand file tree Collapse file tree 6 files changed +32
-3
lines changed Original file line number Diff line number Diff line change 1818- Pinned all dependency versions in requirements.txt and requirements-dev.txt for reproducible builds
1919- Added mypy type checking to CI pipeline
2020- Added ruff linting to development dependencies
21+ - Finalized stable release, no breaking changes from 4.1.0b5
2122
2223## [ 2024-03-25]
2324
Original file line number Diff line number Diff line change 1- __version__ = "4.1.0b5 "
1+ __version__ = "4.1.0 "
Original file line number Diff line number Diff line change 99project = "DataFog"
1010copyright = "2024, DataFog Inc."
1111author = "Sid Mohan"
12- release = "v4.0.0-beta.1 "
12+ release = "v4.1.0 "
1313
1414# -- General configuration ---------------------------------------------------
1515# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ DataFog is an open-source tool for PII detection and anonymization of unstructur
1111 cli
1212 python-sdk
1313 definitions
14+ roadmap
1415
1516=====================
1617Getting Started
Original file line number Diff line number Diff line change 1+ ================
2+ Release Roadmap
3+ ================
4+
5+ This roadmap outlines planned minor version updates leading to
6+ ``4.5.0 `` and the upcoming removal of heavyweight components.
7+
8+ .. contents :: Table of Contents
9+ :local:
10+ :depth: 1
11+
12+ 4.1.0
13+ ------
14+ The ``4.1.0 `` release finalizes the beta series with stable
15+ interfaces. There are no breaking changes from ``4.1.0b5 ``.
16+
17+ 4.2.x – 4.4.x
18+ --------------
19+ Subsequent minor releases will provide incremental improvements and
20+ bug fixes. New features will remain backward compatible.
21+
22+ 4.5.0
23+ ------
24+ Version ``4.5.0 `` will deprecate ``SparkService `` and the Donut model
25+ download helper to keep the package lightweight. Alternative guidance
26+ will be provided in the documentation for users who require these
27+ capabilities.
Original file line number Diff line number Diff line change 55 long_description = f .read ()
66
77# Use a single source of truth for the version
8- __version__ = "4.1.0b5 "
8+ __version__ = "4.1.0 "
99
1010project_urls = {
1111 "Homepage" : "https://datafog.ai" ,
You can’t perform that action at this time.
0 commit comments