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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -1
- data/lib/version.rb +1 -1
- metadata +6 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e21b4a1dd89ed116ff118e0a849c1ad1ff0665df8a99065bdad805b80dc6c13e
|
|
4
|
+
data.tar.gz: 3d7f330c97d2ea474300927b8d6220e1b89c5f44eb80d810ffdc12c740aecd25
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
-
|
|
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
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.
|
|
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;
|
|
99
|
-
import from JSON/YAML/CSV/XLSX;
|
|
100
|
-
|
|
101
|
-
|
|
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: []
|