Skip to content

Merge development into main#430

Merged
qubixes merged 14 commits intomainfrom
develop
May 4, 2026
Merged

Merge development into main#430
qubixes merged 14 commits intomainfrom
develop

Conversation

@qubixes
Copy link
Copy Markdown
Member

@qubixes qubixes commented May 4, 2026

No description provided.

qubixes and others added 14 commits January 16, 2026 15:07
Give more useful errors for Fitters and Distributions
Clarified contribution guidelines regarding GenAI code usage.
* Remove some sources of None

None values cause trouble with TOML files, since the TOML language
doesn't recognize anything like a none or null value. Should remain
backward compatibility with GMF files.

* Fix tests
There are a few changes connected through this.

- The GMF format has been updated to 2.0, but version 1.1/1.0 is still supported. This new format allows for multiple tables to be stored in a single file. Single table is still supported with the MetaFrame class, by selecting the first table in the GMF file.
- Relationships between columns are implemented. Currently there are a few different ones implemented. For example `tab_a[col_a] SUBSET OF tab_b[col_b]`, `tab_a[col_a] EQUALS tab_b[col_b]`, and `tab_a[col_a] EQUAL ORDERED tab_b[col_b]`. In the future more relationships are possibly added.
- metasyn/validation.py has been renamed to metasyn/gmf.py. Support for multiple versions of GMF is now implemented.
- A new demo dataset has been added: `shop_multi`, this is a demo dataset that consists of three tables and have relationships between columns in different tables.
- Given that we now have demo datasets with multiple tables, `demo_dataframe` has been renamed to `demo_data`.
@qubixes qubixes merged commit 2bc6ae9 into main May 4, 2026
22 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants