-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reorder atoms in label data (Fixes 502) + documenting C++ #521
Reorder atoms in label data (Fixes 502) + documenting C++ #521
Commits on Sep 23, 2024
-
Reorder atoms in node-level and nodepair-level label data, when the s…
…ame molecule appears in multiple tasks with different atom orders, to be consistent with the first task's atom order
Configuration menu - View commit details
-
Copy full SHA for 1d7bfeb - Browse repository at this point
Copy the full SHA 1d7bfebView commit details -
Configuration menu - View commit details
-
Copy full SHA for b7d9fe7 - Browse repository at this point
Copy the full SHA b7d9fe7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5932fd8 - Browse repository at this point
Copy the full SHA 5932fd8View commit details -
Fix graphium_cpp.prepare_and_save_data call in test_dataset.py to inc…
…lude merge_equivalent_mols parameter
Configuration menu - View commit details
-
Copy full SHA for 020b08a - Browse repository at this point
Copy the full SHA 020b08aView commit details -
In MultitaskFromSmilesDataModule.get_data_hash, include options used …
…during pre-processing
Configuration menu - View commit details
-
Copy full SHA for 6cd5e26 - Browse repository at this point
Copy the full SHA 6cd5e26View commit details -
Configuration menu - View commit details
-
Copy full SHA for d1cad44 - Browse repository at this point
Copy the full SHA d1cad44View commit details -
Split prepare_and_save_data into get_task_data, get_indices_and_strin…
…gs, compute_mol_keys, compute_stats, save_non_label_data, and save_label_data, to make the code more manageable.
Configuration menu - View commit details
-
Copy full SHA for 508abbd - Browse repository at this point
Copy the full SHA 508abbdView commit details -
Added support for reordering edge label data if there are multiple ta…
…sks with the same molecule and one of them has edge-level label data. This should order bonds consistent with the first copy of the molecule.
Configuration menu - View commit details
-
Copy full SHA for 044cd47 - Browse repository at this point
Copy the full SHA 044cd47View commit details -
Changed parse_mol in graphium_cpp.cpp to order based only on explicit…
… atom classes in the SMILES strings, and only if they represent a complete atom order, to fix the accidental removal of support for explcit ordering. The atom classes (atom map numbers) are then removed, so that they don't cause equivalent molecules to have different canonical atom orders. This allows the ordered parameter to default to true again. Some callers may want to set this to false, for performance.
Configuration menu - View commit details
-
Copy full SHA for 50adb1b - Browse repository at this point
Copy the full SHA 50adb1bView commit details -
The datasets use 0-based indexing for explicit ordering via atom clas…
…ses in SMILES strings, not 1-based
Configuration menu - View commit details
-
Copy full SHA for c870af4 - Browse repository at this point
Copy the full SHA c870af4View commit details -
Started adding doxygen comments to the C++ code. Also changed compute…
…_laplacian_eigendecomp to accept `const int32_t*` instead of `const std::vector<int32_t>*`
Configuration menu - View commit details
-
Copy full SHA for 90f2403 - Browse repository at this point
Copy the full SHA 90f2403View commit details -
Configuration menu - View commit details
-
Copy full SHA for bafdfe8 - Browse repository at this point
Copy the full SHA bafdfe8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7fd40e7 - Browse repository at this point
Copy the full SHA 7fd40e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 06b12b2 - Browse repository at this point
Copy the full SHA 06b12b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d798a5 - Browse repository at this point
Copy the full SHA 5d798a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7261279 - Browse repository at this point
Copy the full SHA 7261279View commit details -
Configuration menu - View commit details
-
Copy full SHA for b82f582 - Browse repository at this point
Copy the full SHA b82f582View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a152b2 - Browse repository at this point
Copy the full SHA 4a152b2View commit details -
Merge branch 'atom_order' of ssh://github.com/ndickson-nvidia/graphiu…
…m into atom_order
Configuration menu - View commit details
-
Copy full SHA for 618bbb1 - Browse repository at this point
Copy the full SHA 618bbb1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 92ab751 - Browse repository at this point
Copy the full SHA 92ab751View commit details -
Configuration menu - View commit details
-
Copy full SHA for f123565 - Browse repository at this point
Copy the full SHA f123565View commit details