Skip to content

Releases: jcwang587/cgcnn2

v0.5.3

15 Dec 00:31

Choose a tag to compare

What's Changed

Full Changelog: v0.5.2...v0.5.3

v0.5.2

13 Aug 19:56
10e3536

Choose a tag to compare

New Contributors

Full Changelog: v0.5.1...v0.5.2

v0.5.1

25 Jul 19:03
af2d77d

Choose a tag to compare

  • Add function for generating convergence plots by @jcwang587 in #104
  • Apply np.mean() for MAE, MSE, and RMSE computations by @jcwang587 in #106
  • Add an optional parameter to scale metric values by @jcwang587 in #107

Full Changelog: v0.5.0...v0.5.1

v0.5.0

17 Jul 04:56

Choose a tag to compare

New Contributors

Full Changelog: v0.4.8...v0.5.0

v0.4.8

07 Jul 19:25
586d9c4

Choose a tag to compare

  • Update GitHub Actions workflow to install the latest version of uv by @jcwang587 in #86
  • Customizable units and improved formatting for hexbin plot by @jcwang587 in #87

Full Changelog: v0.4.7...v0.4.8

v0.4.7

29 Jun 16:20
d6ecf57

Choose a tag to compare

  • Enhance the pooling operation to use stacking instead of concatenation by @jcwang587 in #78
  • Add seed_everything function by @jcwang587 in #79
  • Generate a changelog by @jcwang587 in #80
  • Update the model-viewer library by @jcwang587 in #81
  • Add hexbin plot function and remove pymatviz from the required dependencies by @jcwang587 in #85

Full Changelog: v0.4.6...v0.4.7

v0.4.6

12 Jun 03:04
9a2590a

Choose a tag to compare

  • Fix an error when generating the parity plot for a specific range by @jcwang587 in #65
  • Improve the CIFData caching mechanism by @jcwang587 in #76

Full Changelog: v0.4.5...v0.4.6

v0.4.5

08 Jun 06:44
359c747

Choose a tag to compare

  • Add a new section for training options in the documentation by @jcwang587 in #46
  • Info displayed with logging by @jcwang587 in #47
  • Add flexible size of caching for DataLoader by @jcwang587 in #52
  • Simplify dataset splitting process for training, validation, and testing by @jcwang587 in #54
  • Enhance neighbor list loading with Cythonized get_neighbor_list by @jcwang587 in #60
  • Change the output format of parity plots from SVG to PNG by @jcwang587 in #63

Full Changelog: v0.4.4...v0.4.5

v0.4.4

29 May 18:50
edfcb90

Choose a tag to compare

  • Enhance model inference efficiency by adopting torch.inference_mode by @jcwang587 in #38
  • Add option to force training set inclusion while not preserving the train:valid:test ratio by @jcwang587 in #39
  • Add print_checkpoint_info by @jcwang587 in #40
  • Set shuffle=False for validation and test set by @jcwang587 in #42
  • Remove scikit-learn dependency by @jcwang587 in #44
  • Switch the build system from poetry to uv for package building and publishing by @jcwang587 in #45

Full Changelog: v0.4.3...v0.4.4

v0.4.3

22 May 21:25
0d5fa66

Choose a tag to compare

  • Fix an error when inputting dataset without a split ratio by @jcwang587 in #36

Full Changelog: v0.4.2...v0.4.3