Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: rs-station/careless

Update careless.cchalf to use intensities

26 Sep 13:59
039c3a8

Choose a tag to compare

Important breaking change:

Starting with v0.5.4, careless.cchalf will use intensities rather than structure factors by default. For users seeking to replicate the previous behavior, use the new --use-structure-factors flag when calling careless.cchalf.

In other programs, CC1/2 is typically calculated using intensities. In the past, careless.cchalf used structure factors, because they are what is estimated directly in the merging algorithm. This release changes the behavior of careless.cchalf to use the intensity column by default and be more consistent with other software.

What's Changed

  • use intensities cc1/2. support abismal colnames by @kmdalton in #191

Full Changelog: v0.5.3...v0.5.4

v0.5.3 Double Wilson Improvements

04 Sep 19:49
dbf5d81

Choose a tag to compare

This release includes a new feature enabling the double-Wilson prior r-value to be optimized during model training. This allows the user to get a fast estimate of the best parameter value. It also reverts the behavior of the scale bijector to a previous version. If users want to keep the same behavior as version 0.4.2 to 0.5.2, please use --scale-bijector=softplus rather than the default which is now --scale-bijector=exp.

What's Changed

New Contributors

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

v0.5.2 Improved Stats Plots

28 Aug 15:58
8ce40a9

Choose a tag to compare

Thanks to @hkwang, we have some improvements to the stats submodule. Thanks!

What's Changed

New Contributors

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

v0.5.1

16 Jul 17:40
aca03d4

Choose a tag to compare

This version adds clearer error messages when careless can't figure out what columns to use for metadata, intensities, uncertainties, and image identifiers.

What's Changed

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

v0.5.0

03 Feb 17:55
9a36aa6

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

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

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

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

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

Choose a tag to compare

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