From 63bd4a297d6e03260931bf861806fd41ccfc1de8 Mon Sep 17 00:00:00 2001 From: Sherwin-14 Date: Sun, 15 Sep 2024 22:58:43 +0530 Subject: [PATCH] Completed tasks as discussed --- docs/user_guide/backwards-compatibility.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/user_guide/backwards-compatibility.md b/docs/user_guide/backwards-compatibility.md index b2f19eb5..9ba8f345 100644 --- a/docs/user_guide/backwards-compatibility.md +++ b/docs/user_guide/backwards-compatibility.md @@ -15,7 +15,7 @@ We use [Semantic Versioning (SemVer)](https://semver.org/) to tell users what to ### Versioning -We will follow SemVer. All version changes will consider [this](https://example.com/our-public-api) to be the public API documentation for the purposes of deciding whether a change is breaking or non-breaking. +We will follow SemVer. All version changes will consider [this](https://example.com/our-public-api) to be the public [API](user-reference/api/api) documentation for the purposes of deciding whether a change is breaking or non-breaking. ### Release Communication @@ -37,6 +37,10 @@ We will follow SemVer. All version changes will consider [this](https://example. 4. Please use a [GitHub Issue](https://github.com/nsidc/earthaccess/issues) to communicate about this work. +## Our Python and dependency support policy + +Our project follows the SPEC0 dependency deprecation policy, which outlines the guidelines for deprecating and removing dependencies from our codebase. + ## Migration guides Under Development 🚧