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

use main instead of master and bump tested python #27

Merged
merged 2 commits into from
Mar 13, 2023
Merged

Conversation

orbeckst
Copy link
Member

@orbeckst orbeckst self-assigned this Mar 13, 2023
@codecov
Copy link

codecov bot commented Mar 13, 2023

Codecov Report

❗ No coverage uploaded for pull request base (main@556898d). Click here to learn what that means.
The diff coverage is 80.00%.

@@           Coverage Diff           @@
##             main      #27   +/-   ##
=======================================
  Coverage        ?   70.18%           
=======================================
  Files           ?        5           
  Lines           ?      597           
  Branches        ?       81           
=======================================
  Hits            ?      419           
  Misses          ?      135           
  Partials        ?       43           
Impacted Files Coverage Δ
src/numkit/__init__.py 100.00% <ø> (ø)
src/numkit/timeseries.py 61.41% <33.33%> (ø)
src/numkit/integration.py 59.09% <80.00%> (ø)
src/numkit/fitting.py 84.46% <100.00%> (ø)
src/numkit/observables.py 78.48% <100.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@orbeckst orbeckst force-pushed the main_action_update branch from 5444a5f to 73f45a6 Compare March 13, 2023 23:17
- fix #26
- use main instead of master (README badges, CI)
- increase tested Python versions from 3.9 to 3.11
- drop Python 3.6 from testing (not supported by actions/setup-python
  on ubuntu-latest)
- update CHANGES and setup.py with supported Python
@orbeckst orbeckst force-pushed the main_action_update branch from 73f45a6 to 0c696fa Compare March 13, 2023 23:32
@orbeckst orbeckst linked an issue Mar 13, 2023 that may be closed by this pull request
@orbeckst orbeckst force-pushed the main_action_update branch from d6b9c1a to ac47d36 Compare March 13, 2023 23:38
@orbeckst orbeckst merged commit e0b2159 into main Mar 13, 2023
@orbeckst orbeckst deleted the main_action_update branch March 13, 2023 23:43
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.

replace deprecated np.float with np.float64 in fitting.py rename master -> main
1 participant