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.31 to 1.33 #126

Merged
merged 1 commit into from
Nov 19, 2020

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 18, 2020

Bumps skyfield from 1.31 to 1.33.

Changelog

Sourced from skyfield's changelog.

v1.33 — 2020 November 18

  • Fix: running load.timescale(builtin=False) was raising an exception FileNotFoundError if the finals2000A.all file was not already on disk, instead of downloading the file automatically. [#477](https://github.com/brandon-rhodes/python-skyfield/issues/477) <https://github.com/skyfielders/python-skyfield/issues/477>_

v1.32 — 2020 November 16

  • A new :func:~skyfield.eclipselib.lunar_eclipses() routine finds lunar eclipses and determines their degree of totality. [#445](https://github.com/brandon-rhodes/python-skyfield/issues/445) <https://github.com/skyfielders/python-skyfield/issues/445>_

  • The almanac module’s new :func:~skyfield.almanac.meridian_transits() routine can find the moments at which a body transits the meridian and antimeridian. [#460](https://github.com/brandon-rhodes/python-skyfield/issues/460) <https://github.com/skyfielders/python-skyfield/issues/460>_

  • Fix: the :func:~skyfield.searchlib.find_minima() function was ignoring its epsilon and num arguments and always using the default values instead. [#475](https://github.com/brandon-rhodes/python-skyfield/issues/475) <https://github.com/skyfielders/python-skyfield/pull/475>_

  • Fix: the .epoch attribute of Earth satellite objects that were built using :meth:~skyfield.sgp4lib.EarthSatellite.from_satrec() was, alas, a half-day off. [#466](https://github.com/brandon-rhodes/python-skyfield/issues/466) <https://github.com/skyfielders/python-skyfield/issues/466>_

  • Fix: the :class:~skyfield.toposlib.Topos constructor arguments x and y, which never worked properly, have been deprecated and are now ignored.

Commits
  • 82f8552 Fix #477 by using URL, not filename, for time file
  • 953664f Small tweaks and fixes to documentation
  • 2aad4f2 Update docs and declare 1.32
  • 439c967 Remove polar motion scratch file
  • f703e89 Avoid recomputing longitude rotation every time
  • e8906b8 Fix polar motion when Time is an array
  • b26f37d Discard Topos x,y parameters in favor of x,y table
  • 2974446 Upgrade IERS import routine to also import x and y
  • 8aed5e6 Avoid forcing array creation when Time is indexed
  • c50fa16 Remove two TODO items
  • 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 Nov 18, 2020
@dependabot dependabot bot requested a review from Deuchnord November 18, 2020 21:43
@coveralls
Copy link

coveralls commented Nov 18, 2020

Coverage Status

Coverage remained the same at 78.42% when pulling 35d07ae on dependabot/pip/master/skyfield-1.33 into 19e030f on features.

@Deuchnord Deuchnord changed the base branch from master to features November 19, 2020 08:05
@Deuchnord Deuchnord force-pushed the dependabot/pip/master/skyfield-1.33 branch from 3d36a36 to f5ef2a6 Compare November 19, 2020 08:13
@Deuchnord Deuchnord force-pushed the dependabot/pip/master/skyfield-1.33 branch from f5ef2a6 to 35d07ae Compare November 19, 2020 08:14
@Deuchnord Deuchnord merged commit 53ec784 into features Nov 19, 2020
@Deuchnord Deuchnord deleted the dependabot/pip/master/skyfield-1.33 branch November 19, 2020 08:19
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