Skip to content

reciprocalspaceship 0.10.1

Compare
Choose a tag to compare
@JBGreisman JBGreisman released this 27 May 22:37
· 304 commits to main since this release
79a28fb

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