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

chore(deps): bump skyfield from 1.20 to 1.21 #98

Merged
merged 1 commit into from
Jun 2, 2020

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps skyfield from 1.20 to 1.21.

Changelog

Sourced from skyfield's changelog.

1.21 — 2020 May 29

  • Added ~skyfield.positionlib.ICRF.is_sunlit() to determine whether Earth satellites in orbit are in Earth’s shadow or not, thanks to a pull request from Jesse Coffey.
  • Added ~skyfield.positionlib.position_of_radec() to replace the poorly designed ~skyfield.positionlib.position_from_radec().
  • Skyfield ~skyfield.timelib.Time objects now have microsecond internal accuracy, so round trips to and from Python datetimes should now preserve all the microsecond digits.
  • The ~skyfield.timelib.Time.utc_strftime() method now rounds to the nearest minute or second if it sees that either minutes or seconds are the smallest unit of time in the format string.
  • The 6 numbers in the sequence t.utc can now be accessed by the attribute names year, month, day, hour, minute, and second.
  • Nutation routines should now be faster and have a smaller memory footprint, thanks to a rewrite that uses more optimized NumPy calls. #373
  • Thanks to Jérôme Deuchnord, the exception raised when asking for a position out-of-range of a JPL ephemeris now shows the calendar dates for which the ephemeris is valid and carries several useful attributes. #356
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in the .dependabot/config.yml file in this repo:

  • Update frequency
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file, or issue related a dependency label Jun 1, 2020
@codecov
Copy link

codecov bot commented Jun 1, 2020

Codecov Report

Merging #98 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #98   +/-   ##
=======================================
  Coverage   86.30%   86.30%           
=======================================
  Files           8        8           
  Lines         584      584           
  Branches       95       95           
=======================================
  Hits          504      504           
  Misses         61       61           
  Partials       19       19           

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 e05467f...5f956c5. Read the comment docs.

@Deuchnord Deuchnord merged commit 9765e94 into master Jun 2, 2020
@dependabot-preview dependabot-preview bot deleted the dependabot/pip/master/skyfield-1.21 branch June 2, 2020 18:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file, or issue related a dependency
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant