rs-station / reciprocalspaceship

Tools for exploring reciprocal space
https://rs-station.github.io/reciprocalspaceship/
MIT License
29 stars 13 forks source link

Update to support Pandas 1.2.0 #42

Closed JBGreisman closed 3 years ago

JBGreisman commented 3 years ago

This PR updates reciprocalspaceship to support the latest pandas 1.2.0. Based on testing, this supports versions 1.1.4 to latest, so I have adjusted our install_requires in setup.py to reflect that.

codecov-io commented 3 years ago

Codecov Report

Merging #42 (313686c) into master (eca32b4) will decrease coverage by 0.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #42      +/-   ##
==========================================
- Coverage   99.18%   99.18%   -0.01%     
==========================================
  Files          34       34              
  Lines        1349     1346       -3     
==========================================
- Hits         1338     1335       -3     
  Misses         11       11              
Flag Coverage Δ
unittests 99.18% <100.00%> (-0.01%) :arrow_down:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
reciprocalspaceship/dataset.py 99.00% <100.00%> (-0.01%) :arrow_down:
reciprocalspaceship/dtypes/base.py 96.79% <100.00%> (-0.04%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update eca32b4...313686c. Read the comment docs.