From c43a5ba3aa7e72fc723cb93506d14f66dee13ccc Mon Sep 17 00:00:00 2001 From: Zanie Blue Date: Thu, 15 Feb 2024 16:09:27 -0600 Subject: [PATCH] Replace "novel" in README (#1365) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Per some prior discussion, "novel" can be confusing in this context as it's not clear what we're referring to. PDM supports overrides — so I'll just drop this. If anyone knows of other tools that support overrides and alternative resolution strategies please let me know I'd love to look at how they've implemented it :) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5f437b73a160..5e94a19677d7 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ uv is backed by [Astral](https://astral.sh), the creators of [Ruff](https://gith without Rust or Python. - 🧪 Tested at-scale against the top 10,000 PyPI packages. - 🖥️ Support for macOS, Linux, and Windows. -- 🧰 Novel features such as [dependency version overrides](#dependency-overrides) and +- 🧰 Advanced features such as [dependency version overrides](#dependency-overrides) and [alternative resolution strategies](#resolution-strategy). - ⁉️ Best-in-class error messages with a conflict-tracking resolver. - 🤝 Support for a wide range of advanced `pip` features, including: editable installs, Git