Reciprocalspaceship

Latest version: v1.0.3

Safety actively analyzes 682361 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 6

08.7

- Update to minimal Pandas to 1.1
- Improve handling of unmerged MTZ files

1.2.0

1.0.3

What's Changed
* Add support for range indexed data in `DataSet.write_mtz()` and `DataSet.to_gemmi()` by JBGreisman in https://github.com/rs-station/reciprocalspaceship/pull/265
* Update `rs.DataSet.reset_index()` call signature to matches `pandas >v1.5` by JBGreisman in https://github.com/rs-station/reciprocalspaceship/pull/266
* Add description of columns returned by `rs.read_crystfel()` by JBGreisman in https://github.com/rs-station/reciprocalspaceship/pull/268
* Update dependency gemmi to >=0.5.5, <=0.6.7 by renovate in https://github.com/rs-station/reciprocalspaceship/pull/269
* adds script to import cctbx data to rs by dermen in https://github.com/rs-station/reciprocalspaceship/pull/264
* Update dependency pandas to >=2.2.2, <=2.2.3 by renovate in https://github.com/rs-station/reciprocalspaceship/pull/270
* add python 3.12 support by kmdalton in https://github.com/rs-station/reciprocalspaceship/pull/273
* Fix is_isomorphous by kmdalton in https://github.com/rs-station/reciprocalspaceship/pull/279

New Contributors
* dermen made their first contribution in https://github.com/rs-station/reciprocalspaceship/pull/264

**Full Changelog**: https://github.com/rs-station/reciprocalspaceship/compare/v1.0.2...v1.0.3

1.0.2

What's Changed
* Update dependency gemmi to >=0.5.5, <=0.6.3 by renovate in https://github.com/rs-station/reciprocalspaceship/pull/224
* Update actions/setup-python action to v5 by renovate in https://github.com/rs-station/reciprocalspaceship/pull/233
* Update dependency gemmi to >=0.5.5, <=0.6.4 by renovate in https://github.com/rs-station/reciprocalspaceship/pull/236
* Update dependency pandas to >=2.0.0, <=2.1.4 by renovate in https://github.com/rs-station/reciprocalspaceship/pull/221
* Support clipping Sigma to avoid negative values in French-Wilson method by DHekstra in https://github.com/rs-station/reciprocalspaceship/pull/237
* Update codecov/codecov-action action to v4 by renovate in https://github.com/rs-station/reciprocalspaceship/pull/243
* Update dependency gemmi to >=0.5.5, <=0.6.5 by renovate in https://github.com/rs-station/reciprocalspaceship/pull/244
* Use einsum in weighted_pearsonr by kmdalton in https://github.com/rs-station/reciprocalspaceship/pull/246
* support **kwargs in gemmification decoratored fn by kmdalton in https://github.com/rs-station/reciprocalspaceship/pull/247
* Update dependency pandas to support pandas v2.2.2 by renovate in https://github.com/rs-station/reciprocalspaceship/pull/241
* Update dependency gemmi to >=0.5.5, <=0.6.6 by renovate in https://github.com/rs-station/reciprocalspaceship/pull/253
* enable numpy 2.0 support by kmdalton in https://github.com/rs-station/reciprocalspaceship/pull/258
* Is numeric na by kmdalton in https://github.com/rs-station/reciprocalspaceship/pull/259
* add manual trigger for build by kmdalton in https://github.com/rs-station/reciprocalspaceship/pull/257
* Restore Numpy v1 Support by kmdalton in https://github.com/rs-station/reciprocalspaceship/pull/261
* Parallel Stream File Parsing with ray.io by kmdalton in https://github.com/rs-station/reciprocalspaceship/pull/260
* Bump version to 1.0.2 to prepare for release by JBGreisman in https://github.com/rs-station/reciprocalspaceship/pull/263

New Contributors
* DHekstra made their first contribution in https://github.com/rs-station/reciprocalspaceship/pull/237

**Full Changelog**: https://github.com/rs-station/reciprocalspaceship/compare/v1.0.1...v1.0.2

1.0.1

What's Changed
* Update broken MIT license badge in README.md by JBGreisman in https://github.com/rs-station/reciprocalspaceship/pull/199
* Update dependency gemmi to >=0.5.5, <=0.5.8 by renovate in https://github.com/rs-station/reciprocalspaceship/pull/201
* Fix documentation build by lowering jinja2 version by JBGreisman in https://github.com/rs-station/reciprocalspaceship/pull/202
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/rs-station/reciprocalspaceship/pull/205
* Add GitHub Action for testing documentation build during pull requests by JBGreisman in https://github.com/rs-station/reciprocalspaceship/pull/207
* Upgrade sphinx version by removing sphinx_panels dependency by JBGreisman in https://github.com/rs-station/reciprocalspaceship/pull/208
* Update dependency gemmi to >=0.5.5, <=0.6.0 by renovate in https://github.com/rs-station/reciprocalspaceship/pull/209
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/rs-station/reciprocalspaceship/pull/210
* Update dependency gemmi to >=0.5.5, <=0.6.1 by renovate in https://github.com/rs-station/reciprocalspaceship/pull/212
* Update dependency gemmi to >=0.5.5, <=0.6.2 by renovate in https://github.com/rs-station/reciprocalspaceship/pull/214
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/rs-station/reciprocalspaceship/pull/218
* Update dependency pandas to v2 by renovate in https://github.com/rs-station/reciprocalspaceship/pull/211
* Fixes 194: Update rs.utils.in_asu() docstring to clarify behavior by JBGreisman in https://github.com/rs-station/reciprocalspaceship/pull/219
* Add python 3.11 to build tests by JBGreisman in https://github.com/rs-station/reciprocalspaceship/pull/220
* Added .read_cif() function and test file test_cif.py by LuisA92 in https://github.com/rs-station/reciprocalspaceship/pull/217
* Update actions/checkout action to v4 by renovate in https://github.com/rs-station/reciprocalspaceship/pull/222

New Contributors
* LuisA92 made their first contribution in https://github.com/rs-station/reciprocalspaceship/pull/217

**Full Changelog**: https://github.com/rs-station/reciprocalspaceship/compare/v1.0.0...v1.0.1

1.0.0

reciprocalspaceship has a new home at rs-station!

What's Changed
* Add return_edges argument to DataSet.assign_resolution_bins() by JBGreisman in https://github.com/rs-station/reciprocalspaceship/pull/187
* add `rs.utils.weighted_pearsonr` and tests by kmdalton in https://github.com/rs-station/reciprocalspaceship/pull/189
* Update all links in reciprocalspaceship for transfer to rs-station org by JBGreisman in https://github.com/rs-station/reciprocalspaceship/pull/196
* Update example interactive maps to point to rs-station by JBGreisman in https://github.com/rs-station/reciprocalspaceship/pull/197


**Full Changelog**: https://github.com/rs-station/reciprocalspaceship/compare/v0.10.3...v1.0.0

Page 1 of 6

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.