diff --git a/README.md b/README.md index e16e9892d..a78fbf19f 100755 --- a/README.md +++ b/README.md @@ -12,6 +12,8 @@ :scroll: Some basic syntax can be found in [the cheat sheet](assets/cheat_sheet/). +📰 Check out the latest newsletter [here](assets/news_letter/1.0.x/VerticaPy_Newsletter.pdf). + # VerticaPy [![PyPI version](https://badge.fury.io/py/verticapy.svg)](https://badge.fury.io/py/verticapy) diff --git a/docs/source/whats_new_v1_0_1.rst b/docs/source/whats_new_v1_0_1.rst index ab06cc908..c36a21b6e 100644 --- a/docs/source/whats_new_v1_0_1.rst +++ b/docs/source/whats_new_v1_0_1.rst @@ -34,4 +34,6 @@ Internal - Hints have been added to most functions to make sure the correct inputs are passed to all the functions. -- Updated the workflow to use the latest version of GitHub actions, and added a tox.ini file and the contributing folder. \ No newline at end of file +- Updated the workflow to use the latest version of GitHub actions, and added a tox.ini file and the contributing folder. + +- Some old unit tests have been deleted which are covered in the new unit tests inside the ``tests_new`` folder. \ No newline at end of file