Skip to content

Releases: rs-station/reciprocalspaceship

reciprocalspaceship 0.9.5

10 Feb 16:25
6a5ef47
Compare
Choose a tag to compare
  • #49 Add MIT License to PyPI releases

reciprocalspaceship 0.9.4

02 Feb 16:22
Compare
Choose a tag to compare
  • #40 Add rs.read_csv() to support plain text input sources to DataSet
  • #42 Update supported Pandas versions
  • #44 Add merging example to documentation using PyTorch to assess error models
  • #45, #46, #48 Improve French-Wilson scaling algorithm and testing to assess accuracy
  • #47 Add DataSet.centrics and DataSet.acentrics accessors

reciprocalspaceship 0.9.3

14 Jan 20:38
Compare
Choose a tag to compare
  • #30 Add rs.algorithms.merge() for inverse-variance weighted merging of observed intensities
  • #35 Add rs.io.write_ccp4_map() for writing CCP4 map files from 3D NumPy arrays

reciprocalspaceship 0.9.2

09 Dec 03:18
Compare
Choose a tag to compare
  • #20 Add anomalous flag to DataSet.hkl_to_asu()
  • #29 Fix handling of centric reflections in DataSet.hkl_to_asu()
  • #23 Rename DataSet._cache_index_dtypes to DataSet._index_dtypes and sensibly initialize values
  • Fix bug in range_indexed() decorator
  • #28 Improve handling of unmerged datasets and centrics in DataSet.stack_anomalous() and DataSet.unstack_anomalous()

reciprocalspaceship 0.9.1

20 Nov 02:16
Compare
Choose a tag to compare
  • #17 Bug fix -- add decorators to facilitate inplace methods and enforcing consistent views of DataSet for methods
  • #19 Improve numerical stability for French-Wilson scaling
  • #18 Add type-checking for DataSet.cell and DataSet.spacegroup setter methods

reciprocalspaceship 0.9.0

17 Nov 00:24
Compare
Choose a tag to compare
  • Adds DataSet.expand_to_p1()
  • Adds DataSet.expand_anomalous()
  • #14 Adds DataSet.to_reciprocalgrid() to organize DataSet column in a 3D NumPy array
  • Add DataSet.to_structurefactor() and DataSet.from_structurefactor() to facilitate converting to/from complex datatypes
  • #11 Add DataSet.compute_multiplicity() to avoid direct calls to. rs.utils
  • #10 Add DataSet.label_absences() for labeling systematic absences

v0.8.9

09 Sep 16:01
Compare
Choose a tag to compare
  • Bug fix to rs.utils.bin_by_percentile() in order to support data with repeated values -- enables DataSet.assign_resolution_bins() for unmerged data

v0.8.8

08 Sep 16:53
Compare
Choose a tag to compare
  • Add utility method for computing phase restrictions
  • Bug fixes to improve handling of the MultiIndex in DataSet built-in methods (#6)
  • Add append/concat methods to DataSet and rs that preserve metadata/attributes
  • Argument to account for centering in epsilon calculation (#7)
  • Improve performance of hkl_is_absent() and is_centric() through calls to gemmi vectorized functions
  • Add methods for binning reflections (e.g. by resolution: #9)
  • Most importantly: rs now has a logo... 1/:rocket:

v0.8.7

22 Jul 01:57
Compare
Choose a tag to compare
  • Update to minimal Pandas to 1.1
  • Improve handling of unmerged MTZ files

v0.8.6

10 Jul 00:38
Compare
Choose a tag to compare

Bug Fix:

  • Fix output of rs.mtzdump commandline tool