flex-cartesian 2.0.0.beta → 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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +10 -1
  3. data/lib/version.rb +1 -1
  4. metadata +6 -5
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f8abd0d3370585f47e040ff3debb856e8700b691085fd405ef387b148aa1abf3
4
- data.tar.gz: b571ca431da42e1fb2b8bcaea81bd60b68fb4bff5549895303b70d52bdf9e418
3
+ metadata.gz: e21b4a1dd89ed116ff118e0a849c1ad1ff0665df8a99065bdad805b80dc6c13e
4
+ data.tar.gz: 3d7f330c97d2ea474300927b8d6220e1b89c5f44eb80d810ffdc12c740aecd25
5
5
  SHA512:
6
- metadata.gz: 8e52a997e0f876eee8dafad0e7820bf342a5573183381aa4e1d73153dedd7a86e02941e4c9ea019361f71465bc72a015516394eedb469d5c9ade2ad696fe4f75
7
- data.tar.gz: 0b70aef070da8f63c6f79408ecd1d54042213d27ce3fd30108621a438469f06bd2f95af73e12a34d54d47f4c69d403e9dc0834daa0de19c700202e1b53005175
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/lib/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module FlexCartesian
2
- VERSION = "2.0.0.beta"
2
+ VERSION = "2.0.1.beta"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: flex-cartesian
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0.beta
4
+ version: 2.0.1.beta
5
5
  platform: ruby
6
6
  authors:
7
7
  - Yury Rassokhin
@@ -95,10 +95,11 @@ dependencies:
95
95
  version: '0'
96
96
  description: 'A Ruby DSL for operations on Cartesian multidimensional spaces. Features
97
97
  user-defined functions, space conditions, dimensionality-agnostic and dimensionality-aware
98
- iterators; named dimensions; tabular output; lazy/eager evaluation; progress bar;
99
- import from JSON/YAML/CSV/XLSX; export to Markdown/CSV; DoE with Parametric Behaviour
100
- Blueprinting (PBB) to create blueprints of real systems; and visual heatmaps to
101
- model and optimize real systems effortlessly. Code examples: https://github.com/Yuri-Rassokhin/flex-cartesian/tree/main/examples/13_chatgpt_semantic_shift/example.rb'
98
+ iterators; named dimensions; dynamic adding/removing dimensions; connection to data
99
+ sources; tabular output; lazy/eager evaluation; progress bar; import from JSON/YAML/CSV/XLSX;
100
+ export to Markdown/CSV; DoE with Parametric Behaviour Blueprinting (PBB) to create
101
+ blueprints of real systems; and interactive HTML heatmaps to model and optimize
102
+ real systems effortlessly. Code examples: https://github.com/Yuri-Rassokhin/flex-cartesian/tree/main/examples'
102
103
  email:
103
104
  - yuri.rassokhin@gmail.com
104
105
  executables: []