Skip to content

Releases: rs-station/reciprocalspaceship

reciprocalspaceship 1.0.1

06 Sep 03:20
eb4d271
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.0...v1.0.1

reciprocalspaceship 1.0.0

11 Nov 21:12
e848740
Compare
Choose a tag to compare

reciprocalspaceship has a new home at rs-station!

What's Changed

  • Add return_edges argument to DataSet.assign_resolution_bins() by @JBGreisman in #187
  • add rs.utils.weighted_pearsonr and tests by @kmdalton in #189
  • Update all links in reciprocalspaceship for transfer to rs-station org by @JBGreisman in #196
  • Update example interactive maps to point to rs-station by @JBGreisman in #197

Full Changelog: v0.10.3...v1.0.0

reciprocalspaceship 0.10.3

29 Sep 17:52
d4e5a8e
Compare
Choose a tag to compare

What's Changed

  • Updated functionality for add_rfree and copy_rfree by @dennisbrookner in #170
  • Handle symmetry ops that produce fractional HKLs in apply_to_hkl() by @JBGreisman in #171
  • Add is_polar() utility for classifying polar space groups by @JBGreisman in #176
  • Add rs.utils.polar_axes() for classifying which cell axes permit continuous origin shifts by @JBGreisman in #177
  • Add is_polar() and polar_axes() to utility functions docs by @JBGreisman in #178
  • Update dependency pandas to >=1.2.0, <=1.4.4 by @renovate in #180
  • Add sample_rate and dmin arguments to DataSet.to_reciprocalgrid() by @JBGreisman in #179
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #181
  • DataSet.to_numpy() should use numpy dtypes whenever possible by @JBGreisman in #182
  • Add DataSet.reindexing_ops and DataSet.find_twin_laws() by @JBGreisman in #183
  • Update dependency gemmi to >=0.5.5, <=0.5.7 by @renovate in #186

Full Changelog: v0.10.2...v0.10.3

reciprocalspaceship 0.10.2

11 Jul 14:07
101e0d1
Compare
Choose a tag to compare

What's Changed

  • Add interface for setting project, crystal, and dataset names by @JBGreisman in #157
  • Update dependency gemmi to >=0.5.5, <=0.5.5 by @renovate in #158
  • Use gemmi method to implement rs.utils.compute_structurefactor_multiplicity() by @JBGreisman in #160
  • Add function to convert structure factor amplitudes to intensities to algorithms submodule by @dennisbrookner in #156
  • Update dependency pandas to >=1.2.0, <=1.4.3 by @renovate in #163
  • Add features to the add_rfree function by @minhuanli in #164

New Contributors

Full Changelog: v0.10.1...v0.10.2

reciprocalspaceship 0.10.1

27 May 22:37
79a28fb
Compare
Choose a tag to compare

What's Changed

  • Update dependency pandas to >=1.2.0, <=1.4.2 by @renovate in #139
  • Update codecov/codecov-action action to v3 by @renovate in #140
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #142
  • Update dependency gemmi to >=0.4.2, <=0.5.4 by @renovate in #143
  • Allow integer-backed columns with NaNs to be converted to float dtype by @JBGreisman in #145
  • Update documentation links to CCP4 MTZ column-types by @JBGreisman in #147
  • Remove DataSet.append() due to upcoming deprecation in Pandas by @JBGreisman in #149
  • Add DataSet.select_mtzdtype() to subset DataSet by MTZ column type by @JBGreisman in #150
  • Fix DataSeries test that generates a FutureWarning by @JBGreisman in #153
  • Speed up DataSet.expand_to_p1() by removing for loop by @JBGreisman in #152

reciprocalspaceship 0.10.0

31 Mar 00:27
af6fcb5
Compare
Choose a tag to compare

What's Changed

  • Add [examples] dependencies to simplify installation for binder by @JBGreisman in #124
  • Defer pytorch installation to example notebook to speed up binder launch by @JBGreisman in #125
  • Raise ValueError when stack_anomalous() will result in duplicate column names by @dennisbrookner in #128
  • Update dependency gemmi to >=0.4.2, <=0.5.2 by @renovate in #130
  • Update dependency pandas to >=1.2.0, <=1.4.1 by @renovate in #127
  • Fixed read_precognition() as per #135 and updated tests by @dennisbrookner in #136
  • Add stats submodule with compute_completeness() function by @JBGreisman in #118

Full Changelog: v0.9.18...v0.10.0

reciprocalspaceship 0.9.18

12 Jan 22:23
7781360
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9.17...v0.9.18

reciprocalspaceship 0.9.17

09 Nov 16:33
4d4b5b7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9.16...v0.9.17

reciprocalspaceship 0.9.16

05 Oct 19:45
5d7f876
Compare
Choose a tag to compare

What's Changed

  • #91 change crystfel parser stddev key to 'SigI'
  • minor version updates for dependencies
  • #94 Add decorators for gemmi argument checking
  • #99 Ensure consistent column ordering in DataSet.unstack_anomalous()

Full Changelog: v0.9.15...v0.9.16

reciprocalspaceship 0.9.15

08 Sep 21:52
19aab86
Compare
Choose a tag to compare
  • Update gemmi support to 0.4.8
  • #86 Standardize code style
  • #87, #90 Improve consistency of DataSet.compute_dHKL()