From 36613100636f7f1e2b68afb385acf2e12d0a954a Mon Sep 17 00:00:00 2001 From: Kennedy Richard Date: Tue, 31 Oct 2023 17:34:17 -0300 Subject: [PATCH] add: release info for version 1.4.5 --- .../data/aww/nodezator.pysite/whats-new/v1-4.htsl | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/nodezator/data/aww/nodezator.pysite/whats-new/v1-4.htsl b/nodezator/data/aww/nodezator.pysite/whats-new/v1-4.htsl index 3696ccfe..21c03351 100644 --- a/nodezator/data/aww/nodezator.pysite/whats-new/v1-4.htsl +++ b/nodezator/data/aww/nodezator.pysite/whats-new/v1-4.htsl @@ -17,6 +17,7 @@
  • [v1.4.2] Fixed error when executing collapsed nodes
  • [v1.4.3] Fixed error when executing operation nodes
  • [v1.4.4] Fixed bugs in SVG exporting and change checking
  • +
  • [v1.4.5] Additions, improvements and fixes to tests
  • @@ -47,6 +48,7 @@
  • v1.4.2: Fixed error when executing collapsed nodes
  • v1.4.3: Fixed error when executing operation nodes
  • v1.4.4: Fixed bugs in SVG exporting and change checking
  • +
  • v1.4.5: Additions, improvements and fixes to tests
  • @@ -340,6 +342,15 @@ pip install pygame-ce --upgrade

    For instance, 0, 0.0 and 0j all have the same value, although they are an integer, a float and a complex number respectively. Because of that, wherever a value was being checked to determine whether a change took place, we also added a type check so this kind of change is also taken into account.

    + +

    v1.4.5: Additions, improvements and fixes to tests

    + +

    New unit tests for the function used to load nodes were provided by Mr. BMaxV via pull request. I (KennedyRichard) also refactored and complemented them.

    + +

    I also used the opportunity to make some small improvements in the doctests and to fix one of them.

    + +

    In order to make it more convenient to store test data, .zip files found in Nodezator's source are now also included in the source distribution. That is, they are downloaded in conjunction with the Python modules when someone installs Nodezator.

    +