Skip to content

Releases: janosh/matbench-discovery

v1.1.1

28 Jan 13:59
Compare
Choose a tag to compare

Hot Fix Release

  • Fix failing pkg_is_editable check in PyPI release by @janosh in #78

Full Changelog: v1.1.0...v1.1.1

v1.1.0

25 Jan 10:25
Compare
Choose a tag to compare

What's Changed

  • Update MACE results by @janosh in #54
  • Add train_mace.py for easier reproducibility by @chiang-yuan in #52
  • Re-test CHGNet v0.3.0 by @janosh in #58
  • Update figures to latest MACE checkpoint by @janosh in #59
  • Make distinction between training set n_structures and n_materials for models trained on DFT trajectories by @janosh in #60
  • Fix missing stress unit conversion (kBar->eV/A^3) in json_to_extxyz.py by @chiang-yuan in #61
  • add task_id, calc_id, ionic_step metadata to atoms.info by @chiang-yuan in #63
  • More extensive MP/WBM data analysis for site and SI by @janosh in #64
  • UMAP visualization of MP and WBM data by @pbenner in #65
  • Add flags to CHGNet and MACE test scripts to run in static mode (no relaxation) by @janosh in #70
  • Rerun CHGNet with new ASE FrechetCellFilter (prev ExpCellFilter) by @janosh in #71
  • Rerun M3GNet with new ASE FrechetCellFilter (prev ExpCellFilter) by @janosh in #72
  • Define StrEnums Key and Task for consistent + easily updatable dataframe columns by @janosh in #74
  • Add metrics analysis excluding WBM materials with duplicate/MP-matching structure prototype by @janosh in #75

New Contributors

Full Changelog: v1.0.0...v1.1.0

v1.0.0

13 Sep 14:29
Compare
Choose a tag to compare

What's Changed

  • Add MACE by @janosh in #48
  • Add ALIGNN FF (aborted) by @janosh in #47
  • Add training set URLs in ModelCard and show training set size in metrics tables by @janosh in #49
  • Add MEGNet RS2RE to UIP->MEGNet comparison by @janosh in #50
  • Update site to match arXiv by @janosh in #51

Big thanks to @CompRhys, @pbenner and @chiang-yuan for their help getting to v1. 🙏

Full Changelog: v0.1.4...v1.0.0

v0.1.5

07 Jul 22:35
Compare
Choose a tag to compare

What's Changed

  • Update site to show ALIGNN results #38
  • ALIGNN test on WBM data #37
  • Add PDF versions of all SI figures #36
  • Display largest-error-scatter-select.svelte in /si #35
  • Fix KeyError('wyckoff_spglib') in fetch_process_wbm_dataset.py #34
  • Fix compute_struct_fingerprints.py: cannot insert material_id, already exists #31
  • Fix fetch_process_wbm_dataset.py unnecessarily loading WBM initial structures from disk #29
  • Fix loading 2023-02-07-ppd-mp.pkl.gz #26
  • Fix downloading compressed Figshare data #21
  • Run scripts in CI #19
  • Prompt to download missing data files #15
  • Add upload_to_figshare.py and replace local data-loading with cached Figshare downloads #13
  • DRY workflows #8
  • Add Files, DataFiles and PredFiles classes in matbench_discovery/data.py #7
  • fix path issues and using JSON pandas reader for CSV files in train_(cgcnn|wrenformer).py (closes #43) #43
  • Fix KeyError('wyckoff_spglib') in fetch_process_wbm_dataset.py (#34) #32 #33
  • Fix compute_struct_fingerprints.py: cannot insert material_id, already exists (#31) #30
  • Fix fetch_process_wbm_dataset.py unnecessarily loading WBM initial structures from disk (#29) #28
  • fix AttributeError: 'float' object has no attribute 'split' in fetch_process_wbm_dataset.py (closes #27) #27
  • Fix loading 2023-02-07-ppd-mp.pkl.gz (#26) #23
  • Fix downloading compressed Figshare data (#21) #20 #17
  • Run scripts in CI (#19) #16
  • Prompt to download missing data files (#15) #14 #14
  • Add upload_to_figshare.py and replace local data-loading with cached Figshare downloads (#13) #10 #12 #11
  • support model_name as array in metadata.yml files to share metadata between multiple types of a model c8eaebd
  • include legacy MP energy corrections in data/wbm/2022-10-19-wbm-summary.csv, use them to remove old and apply new corrections in test_megnet.py 8166801
  • fix join_chgnet_results.py by removing code to apply MP2020 corrections 01658ad
  • add columns wyckoff_spglib and spacegroup_symbol to data/mp/2023-01-10-mp-energies.csv 01e88f0
  • add model metrics table when only validating the 10k most stable predictions for each model c4ca186
  • run model combos (m3gnet|chgnet)+megnet through test_megnet.py fbe847b
  • split analyze_model_failure_cases.py into two scripts, new one is analyze_elements.py 0fad3bd
  • add scatter plot of largest errors averaged over models vs DFT hull distance 457abf0
  • add scripts/compute_struct_fingerprints.py to generate matminer SiteStats fingerprints for all MP+WBM structures 7946b5e
  • split model run times into train and test contribs b8a18d8
  • add models/chgnet/{test_chgnet,join_m3gnet_results}.py da39074
  • git surgery purging all large CSV files from repo history 4a90dee
  • add scripts/compute_projections.py eec1cb4
  • make horizontal versions of roc-models-2x4.pdf and model-run-times-bar.pdf 551050e
  • add changelog.md 0621282
  • add models/chgnet/ctk_struct_traj.py and models/wrenformer/analyze_wrenformer.py c9fed5a
  • add data/mp/get_mp_traj.py to save a snapshot of all MP ionic steps on 2023-03-15 to be released as MBD canonical training set 76647e3
  • move load_df_wbm_preds+PRED_FILES from matbench_discovery/{data->preds}.py 387184c
  • add site/src/figs/(largest-fp-diff-each-error-models|largest-each-errors-fp-diff-models).svelte 4b6e83a
  • move /paper/preprint to /paper 8a0c3bb
  • add global STABILITY_THRESHOLD to consistently parametrize across the codebase when materials count as thermodynamically stable 70b2b1d
  • plot easy vs hard structures (for all models) norm of SiteStats fingerprint difference before/after relaxation a6bfa74
  • add missing doc strings 1ae72c0
  • fix direct data file download URLs on /contribute page 83736ad
  • add git submodule paper to prepare journal submission in separate repo 3ac72e6
  • add figs/cumulative-mae-rmse.svelte displayed in /si 8798786
  • rename ElemCountInset to PtableInset and add props precision, show_percent, unit abfc0ac
  • add scripts/ctk_structure_viewer.py fa1a439
  • +layout.svelte add <svelte:head> with <title> and <meta description> 5d38918
  • refactor data loading in model test scripts d564ade
  • add CmdPalette invoked with cmd+k for keyboard-only site navigation 59010fa
  • improve preprint results + discussion wording d27f1c4
  • fix outdated numbers in data/wbm/readme.md 79c8042
  • change SI plot of largest model errors: Predicted vs. DFT hull distance colored by model disagreement a5b3211
  • show figs/element-prevalence-vs-error.svelte on /si page 6771462
  • rm frontmatter.yml after consolidating with citation.cff 228be00
  • rename data/wbm/(analysis->eda).py [0f2410d](0f2410de1d619c8318d9a06...
Read more