8000 Releases · rs-station/careless · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: rs-station/careless

v0.5.0

03 Feb 17:55
9a36aa6
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.9...v0.5.0

v0.4.9 Update TFP to 0.25

12 Nov 11:17
ed24341
Compare
Choose a tag to compare

This release simplifies install using TensorFlow probability 0.25 and TensorFlow version 2.18.0. The cuda install script should no longer be needed, but can still be used.

What's Changed

Full Changelog: v0.4.8...v0.4.9

v0.4.8 Address Various Issues

20 Sep 18:54
0a7840c
Compare
Choose a tag to compare

This PR addresses a number of longstanding issues. The user facing changes are:

  • Improved numerical stability for the --scale-bijector=exp setting
  • Allow setting the y-axis limits for many of the careless stats scripts
  • Enforce a consistent dmin between ASUs (#71 )
  • Add a script for calculating I / SigI (#148)
  • Make it clear that careless poly does not support .stream files

On the developer side:

  • Adds a missing test for the Double Wilson prior

v0.4.7 Improved Numerical Stability

07 Sep 17:23
98504c1
Compare
Choose a tag to compare

This release changes the default bijector for the standard deviation of the scale distribution from Exp to Softplus to increase numerical stability.

v0.4.6 Add Gradient Clipping Options

13 Aug 11:39
e99fbd0
Compare
Choose a tag to compare

This release adds 3 new flags controlling gradient clipping during training.

  • --clipvalue
  • --clipnorm
  • --global-clipnorm
    These each take floating point values and are disabled by default. The meaning of each is documented in the Keras Adam docs.

v0.4.5 Update Build Tooling

13 Aug 10:52
a1424f0
Compare
Choose a tag to compare

This version updates packaging and distribution without touching any user-facing functionality.

v0.4.4 careless devices

25 Jun 16:42
7ed3946
Compare
Choose a tag to compare

This release does little more than rename careless test to the more semantically meaningful careless devices. This release is needed to ensure compatibility with the cuda installation script.

v0.4.3 DW Reindexing Ops, Update TF, Install Script

13 Jun 20:53
14c4a38
Compare
Choose a tag to compare

This release has 3 major changes:

  • Add and document an install script for CUDA support
  • Update TensorFlow to 2.16
  • Add reindexing operations for the double Wilson prior.

Fix Double-Wilson on CPU

18 Jan 17:52
ba68aa6
Compare
Choose a tag to compare

This release addresses a bug that prevented careless from running with the double-Wilson prior on CPU. (see #150)

v0.4.1 Harmonic Deconvolution Bug Fix

28 Nov 20:34
dc9df3f
Compare
Choose a tag to compare

This release fixes a minor bug that could cause careless to crash in certain situations with Laue data at high resolution. This should only affect cases with the --separate-files flag. See #145 and #146 for more details.

0