Releases: rs-station/reciprocalspaceship
Releases · rs-station/reciprocalspaceship
reciprocalspaceship 0.9.6
reciprocalspaceship 0.9.5
- #49 Add MIT License to PyPI releases
reciprocalspaceship 0.9.4
- #40 Add
rs.read_csv()
to support plain text input sources toDataSet
- #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
andDataSet.acentrics
accessors
reciprocalspaceship 0.9.3
reciprocalspaceship 0.9.2
- #20 Add
anomalous
flag toDataSet.hkl_to_asu()
- #29 Fix handling of centric reflections in
DataSet.hkl_to_asu()
- #23 Rename
DataSet._cache_index_dtypes
toDataSet._index_dtypes
and sensibly initialize values - Fix bug in
range_indexed()
decorator - #28 Improve handling of unmerged datasets and centrics in
DataSet.stack_anomalous()
andDataSet.unstack_anomalous()
reciprocalspaceship 0.9.1
reciprocalspaceship 0.9.0
- Adds
DataSet.expand_to_p1()
- Adds
DataSet.expand_anomalous()
- #14 Adds
DataSet.to_reciprocalgrid()
to organizeDataSet
column in a 3D NumPy array - Add
DataSet.to_structurefactor()
andDataSet.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
- Bug fix to
rs.utils.bin_by_percentile()
in order to support data with repeated values -- enablesDataSet.assign_resolution_bins()
for unmerged data
v0.8.8
- Add utility method for computing phase restrictions
- Bug fixes to improve handling of the
MultiIndex
inDataSet
built-in methods (#6) - Add append/concat methods to
DataSet
andrs
that preserve metadata/attributes - Argument to account for centering in epsilon calculation (#7)
- Improve performance of
hkl_is_absent()
andis_centric()
through calls togemmi
vectorized functions - Add methods for binning reflections (e.g. by resolution: #9)
- Most importantly:
rs
now has a logo... 1/:rocket:
v0.8.7
- Update to minimal Pandas to 1.1
- Improve handling of unmerged MTZ files