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.36 to 1.37 #143

Merged
merged 1 commit into from Feb 18, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 17, 2021

Bumps skyfield from 1.36 to 1.37.

Changelog

Sourced from skyfield's changelog.

v1.37 — 2021 February 15

  • Added a :meth:~skyfield.positionlib.ICRF.frame_latlon_and_rates() method that can compute the rates at which angles like altitude and azimuth, or right ascension and declination, are changing.

  • Accepted a contributor’s helpful fix for a rounding error that had slightly shifted a few constellation boundaries. [#548](https://github.com/brandon-rhodes/python-skyfield/issues/548) <https://github.com/skyfielders/python-skyfield/issues/548>_

  • The :class:~skyfield.timelib.Time tuple :data:~skyfield.timelib.Time.utc and method :data:~skyfield.timelib.Time.utc_strftime() are now backed by the same math, so they always advance to the next calendar day at the same moment. This makes it safe to mix values returned by one of them with values returned by the other. [#542](https://github.com/brandon-rhodes/python-skyfield/issues/542) <https://github.com/skyfielders/python-skyfield/issues/542>_

  • Vector subtraction now returns the position subclass specific to the resulting vector’s center. [#549](https://github.com/brandon-rhodes/python-skyfield/issues/549) <https://github.com/skyfielders/python-skyfield/issues/549>_

Commits
  • 38bd9e0 Declare 1.37
  • 9fbcba4 Update changelog for release
  • 4b8fd8a Set specific result classes for vector subtraction
  • 2c05c63 Switch almanac routines to new “step_days” param
  • 71f0734 Add Solar Noon example to documentation
  • 78d2afc Respell “Longnitude” as “Longitude”
  • 97dd764 Add alt/az rates: perfect match with HORIZONS!
  • 6e79462 Fix badly rounded constellation boundaries (#548)
  • dd4ec5b Add new frame_latlon_and_rates() to main API docs
  • b62ad3f Document new AngleRate and Rate classes
  • Additional commits viewable in compare view

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 dependabot bot added the dependencies Pull requests that update a dependency file, or issue related a dependency label Feb 17, 2021
@dependabot dependabot bot requested a review from Deuchnord February 17, 2021 04:25
@coveralls
Copy link

coveralls commented Feb 17, 2021

Coverage Status

Coverage remained the same at 90.363% when pulling 5c2f1e3 on dependabot/pip/master/skyfield-1.37 into 4b92fb5 on master.

@Deuchnord Deuchnord merged commit 729252b into master Feb 18, 2021
@dependabot dependabot bot deleted the dependabot/pip/master/skyfield-1.37 branch February 18, 2021 10:57
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

2 participants