From 49ff450f78477087807b282d4d9f43f8ba4c7bf4 Mon Sep 17 00:00:00 2001 From: David Young Date: Tue, 4 Apr 2023 10:53:09 +0800 Subject: [PATCH] Release notes for auto-docs default args (#485) --- docs/release/release_v1.6.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/release/release_v1.6.md b/docs/release/release_v1.6.md index 14129986..ac2ac6e2 100644 --- a/docs/release/release_v1.6.md +++ b/docs/release/release_v1.6.md @@ -24,6 +24,7 @@ - Conda install simplified to use Pip primarily, which reduces disk space usage (#166) - Removed Conda `environment_light.yml` (no GUI) and OS-specific specs (#187) - No-GUI (headless) install is now by default, with a new `gui` install group to include the GUI (#317) +- Fixed instructions for installing by Pip in ZSH terminals (#485) #### GUI @@ -177,6 +178,7 @@ - Settings profiles are being migrated from dictionaries to data classes to document and configure settings more easily (#138) - Jupyter Notebook as a tutorial for running various tasks in the CLI (#122) - Documentation is now [hosted on ReadTheDocs](https://magellanmapper.readthedocs.io/en/latest/index.html), using the Furo theme (#225) +- Default arguments are documented in API auto-docs (#485) ### Dependency Updates