Skip to content

v0.4.0

Latest
Compare
Choose a tag to compare
@janosh janosh released this 16 Sep 21:58
· 3 commits to main since this release

What's Changed

💥 Breaking Changes

  • Change default CHGnet.load(check_cuda_mem: bool) to False by @janosh in #164

🐛 Bug Fixes

  • Fix KeyError: 'decay_fraction' and TypeError: Object of type int64 is not JSON serializable by @janosh in #169
  • Fix missing create_graph.c in source distribution by @DanielYang59 in #201
  • Remove reverse readline, test again NP1 and recover NumPy 1 dependency support by @DanielYang59 in #203

🛠 Enhancements

  • Add wandb logging support to Trainer class by @janosh in #166
  • Add keyword wandb_log_freq: LogFreq = LogEachBatch to Trainer.train() by @janosh in #170

📖 Documentation

🧹 Linting

🏷️ Static Typing

🏥 Package Health

New Contributors

Full Changelog: v0.3.8...v0.4.0