Conversation
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`.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.