Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

In preparation for v1.0.0rc0 #15

Merged
merged 21 commits into from
Jul 21, 2021
Merged

In preparation for v1.0.0rc0 #15

merged 21 commits into from
Jul 21, 2021

Conversation

jpvantassel
Copy link
Owner

@jpvantassel jpvantassel commented Jul 21, 2021

In this PR

  • ✨ Add support for Python 3.9.
  • ✨ Add total number of windows to HvsrRotated summary file.
  • ✨ Add command line interface (see Feature Request: Command line interface #12).
  • 🐎 Add multiprocessing to command line interface for improved performance.
  • 🔒 Remove exec call for reading version number.
  • 💥 Rename master to main.
  • 🔧 Remove Python 3.8 from local tox tests.
  • 📚 Update documentation to include command line interface.
  • 📚 Other various documentation updates.

@codecov
Copy link

codecov bot commented Jul 21, 2021

Codecov Report

Merging #15 (98e4211) into main (d97bf79) will decrease coverage by 1.22%.
The diff coverage is 96.61%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #15      +/-   ##
==========================================
- Coverage   96.63%   95.40%   -1.23%     
==========================================
  Files           8        9       +1     
  Lines         920      979      +59     
==========================================
+ Hits          889      934      +45     
- Misses         31       45      +14     
Impacted Files Coverage Δ
hvsrpy/__init__.py 100.00% <ø> (ø)
hvsrpy/hvsr_spatial.py 96.15% <ø> (ø)
hvsrpy/utils.py 100.00% <ø> (ø)
hvsrpy/hvsr_rotated.py 90.22% <33.33%> (-3.19%) ⬇️
hvsrpy/cli.py 100.00% <100.00%> (ø)
hvsrpy/hvsr.py 94.24% <100.00%> (-2.79%) ⬇️
hvsrpy/meta.py 100.00% <100.00%> (ø)
hvsrpy/plottools.py 100.00% <100.00%> (ø)
hvsrpy/sensor3c.py 95.12% <100.00%> (ø)
... and 3 more

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 d97bf79...98e4211. Read the comment docs.

@lgtm-com
Copy link

lgtm-com bot commented Jul 21, 2021

This pull request introduces 1 alert when merging 98e4211 into d97bf79 - view on LGTM.com

new alerts:

  • 1 for Unused import

@jpvantassel jpvantassel linked an issue Jul 21, 2021 that may be closed by this pull request
@jpvantassel jpvantassel merged commit f0d0fc7 into main Jul 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature Request: Command line interface
1 participant