flex-cartesian 1.3.1 → 2.0.1.beta

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 879d7780851f01bc807133456d82734f8f2d064e8d258b566d310557f98dd705
4
- data.tar.gz: df91fa942cf22252273cbc0b65b145a005c7071b415a99f3b485fecf3b813e64
3
+ metadata.gz: e21b4a1dd89ed116ff118e0a849c1ad1ff0665df8a99065bdad805b80dc6c13e
4
+ data.tar.gz: 3d7f330c97d2ea474300927b8d6220e1b89c5f44eb80d810ffdc12c740aecd25
5
5
  SHA512:
6
- metadata.gz: 46a20d5b4ff80f8980170a160786164cfab11557d592f089b04a1fb9a24b51203db5e41c9b6bccc48968244d5190a08e8ed5befce453f71dff58583c93ffa8e5
7
- data.tar.gz: 17e76c180e6c3c38cb89e3d73771ad9271bff04fcf740ba3910f472f262e6d8630f9d2e36e6d52eadd740f7a13552642c83ec39504cdc6f7e89b99f9a844beb0
6
+ metadata.gz: 19210d10f20591e6b90939987368e147d17fa430a16e7858ff752f185390d7547dcba826efa2a093df80221f093bce7bba01e91f58681a4982669b6b05b2aeb0
7
+ data.tar.gz: 1442d2e43eac2a5bc7266caf56118bde9e3a91f6090db50b027b872b1a8ccf7180dcb03344be2bbd9b82c708f90b16c354df2bf74ad668a8189fed7ee80fdaf4
data/CHANGELOG.md CHANGED
@@ -1,7 +1,16 @@
1
1
  # Changelog
2
2
 
3
+ ## 2.0.0.beta - 2026-06-30
4
+ ### Fixed
5
+ - Performance scalability on large spaces
6
+ ## Added
7
+ - Dynamic dimensions (adding/removing)
8
+ - Interactive HTML heatmaps
9
+ - Connecting parameter space to external data sources
10
+ - Enhanced and more robust Morris analysis
11
+
3
12
  ## 1.3.1 - 2025-09-03
4
- ## Fixed
13
+ ### Fixed
5
14
  - CSV format expects separator to be one of ";" or "," otherwise enforces ";"
6
15
 
7
16
  ## 1.3.0 - 2025-08-19
data/LICENSE CHANGED
@@ -1,3 +1,9 @@
1
+ FlexCartesian is licensed under the GNU General Public License version 3 (GPL-3.0-only).
2
+ This program is distributed under the terms of the GNU General Public License as published by the Free Software Foundation, version 3 only.
3
+ No later versions of the GNU General Public License apply to this program.
4
+ The full text of the GNU General Public License version 3 is provided below and constitutes the complete license governing this software.
5
+ Any use, modification, or distribution of this software must comply strictly with the terms of GPL version 3 only (GPL-3.0-only).
6
+
1
7
  GNU GENERAL PUBLIC LICENSE
2
8
  Version 3, 29 June 2007
3
9