From 17697f370758264478f2abf9b952c5637bc1b819 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A0=20Antich?= <75727424+adriantich@users.noreply.github.com> Date: Fri, 22 Sep 2023 09:31:11 +0200 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index eaa8ff0..ead1d63 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,11 @@ the skew abundance ratio divided by beta(d) is the lowest (ratio_distance criter d, and r_d criteria. ### __WHAT IS NEW?__ +#### __In version 1.4.0__ +- [Brandon Seah](https://github.com/kbseah) submited some suggestions to improve the code. This are the changes reported: + - Replace deprecated setup.py with pyproject.toml and fix module imports + - Add script as entry point that can be installed to path with setuptools + - Modify nuitka parameters and build.sh script to get Conda packaging working #### __In version 1.3.0__ - DataFrame.append method was deprecated and now has been updated to pandas.concat #### __In version 1.2.0__