Skip to content

Releases: FAIR-Chem/fairchem

fairchem-core-1.3.0

03 Dec 23:09
3f695ef
Compare
Choose a tag to compare

What’s Changed

New Features / Enhancements

Bug Fixes

  • add ema to BaseTrainer init (#916) @IliasChair
  • Sort paths in datasets (#904) @lbluque
  • remove destroy_process_group() from finally wrapper as it can hang (#884) @misko
  • Add tests for hydra gemnet OC scaling factor generation and loading; Raise error on fail to load scaling factors (#831) @misko
  • Match escn_exportable with escn main (#866) @misko
  • fix bug where trainer state not being loaded (#863) @rayg1234

Dependencies

fairchem_data_oc-0.2.0

03 Dec 19:28
e11e78e
Compare
Choose a tag to compare

What’s Changed

Dependencies

fairchem_applications_cattsunami-0.2.0

11 Nov 18:47
834fbd6
Compare
Choose a tag to compare

What’s Changed

Documentation

Dependencies

fairchem_demo_ocpapi-0.2.0

23 Oct 19:31
da93cfe
Compare
Choose a tag to compare

What’s Changed

Dependencies

fairchem_data_oc-0.1.0

13 Sep 22:46
7d40b20
Compare
Choose a tag to compare

What’s Changed

New Features / Enhancements

  • add docstring. Add support for different pseudopotential path (#832) @mshuaibii

Bug Fixes

Deprecations

  • Remove large file from repo prior to git history purge (#844) @levineds

fairchem-core-1.2.0

14 Sep 00:47
83ab799
Compare
Choose a tag to compare

What’s Changed

New Features / Enhancements

Bug Fixes

  • Add inference_only option to trainers (#850) @lbluque
  • Sort dbs AseDBDataset (#837) @lbluque
  • update to gemnet-oc hydra force head to work with amp (#825) @wood-b
  • Load normalizers patch (#824) @lbluque
  • load linref and normalizer on cuda device when resuming from checkpoint (#813) @misko

fairchem_applications_cattsunami-0.1.0

13 Sep 22:44
7d40b20
Compare
Choose a tag to compare

What’s Changed

fairchem_demo_ocpapi-0.1.0

14 Aug 16:52
8fb16d6
Compare
Choose a tag to compare

What’s Changed

Dependencies

  • Bump requests from 2.31.0 to 2.32.0 in /packages/fairchem-demo-ocpapi (#707) @dependabot

fairchem_core-1.1.0

14 Aug 00:19
8fb16d6
Compare
Choose a tag to compare

What’s Changed

New Features / Enhancements

Bug Fixes

Documentation

Dependencies

fairchem_core-1.0.0

16 May 17:04
bcb3cf5
Compare
Choose a tag to compare

New repository structure!

We have restructured our codebase to have all of the FAIR Chemistry's code in one centralized repository of all its data, models, demos, and application efforts.

This release also includes releases for these other namespace packages

  • fairchem_data_oc-0.0.1
  • fairchem_demo_ocpapi-0.0.1
  • fairchem_applications_cattsunami-0.0.1

What's Changed

New Features

  • add unique key loader check to YAML to avoid problematic configs by @misko in #658
  • [BE] PyPi integration + local model cache + Github actions by @misko in #623
  • [BE] Add smoke test for [escn,gemnet,equiformer_v2] train+predict, Add optimization test for [escn,gemnet,equiformer_v2] by @misko in #640

Bug Fixes

Other Changes

Read more