From 4d93864a59168b3bb6f127ed9b53f306bb7f65ee Mon Sep 17 00:00:00 2001 From: almenon Date: Tue, 12 Nov 2024 22:00:12 -0800 Subject: [PATCH] update to v3 --- changelog.md | 6 ++++++ src/pythonPanelPreview.ts | 7 +++---- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/changelog.md b/changelog.md index 5c62c33..0eeb39b 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,9 @@ +## v3.0.0 (11/12/2024) 🦋🐛 +🦋 [AREPL now restarts the python backend each run. This eliminates many bugs, although you may see more CPU utilization.](https://github.com/Almenon/AREPL-vscode/issues/439") +🐛 As a consequence of above, AREPL will no longer crash when there is a infinite loop +🐛 As a consequence of above, pandas now works better +🐛 As a consequence of above, boto3 now works better + ## v2.0.5 (3/5/2023) 🐛🚀 🐛 [Fixed inconsistent variable display in certain cases](https://github.com/Almenon/AREPL-vscode/issues/3716) diff --git a/src/pythonPanelPreview.ts b/src/pythonPanelPreview.ts index dc78f9c..9ffded0 100644 --- a/src/pythonPanelPreview.ts +++ b/src/pythonPanelPreview.ts @@ -27,11 +27,10 @@ export default class PythonPanelPreview {

WARNING: code is evaluated WHILE YOU TYPE - don't try deleting files/folders! ⚠

Evaluation while you type can be turned off or adjusted in the settings


-

AREPL v2.0.5 🐛 - Mushi-mezuru Himegimi

+

AREPL v3.0.0 🦋 - Monarch