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.35 to 1.36 #135

Merged
merged 1 commit into from Jan 27, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 27, 2021

Bumps skyfield from 1.35 to 1.36.

Changelog

Sourced from skyfield's changelog.

v1.36 — 2021 January 26

  • Tweaked several lines of code that build NumPy arrays to avoid a new deprecation warning Creating an ndarray from ragged nested sequences (which is a list-or-tuple of lists-or-tuples-or ndarrays with different lengths or shapes) is deprecated. NumPy no longer wants to accept a simple constant like 0.0 where the resulting array needs a whole row of zeros. [#536](https://github.com/brandon-rhodes/python-skyfield/issues/536) <https://github.com/skyfielders/python-skyfield/issues/536>_

  • Added :meth:~skyfield.positionlib.ICRF.hadec() position method that returns hour angle and declination. [#510](https://github.com/brandon-rhodes/python-skyfield/issues/510) <https://github.com/skyfielders/python-skyfield/issues/510>_

  • The default str() and repr() strings for geographic positions have been streamlined, and no longer raise ValueError when elevation is an array. They now show simple decimals instead of splitting degrees of longitude and latitude into minutes and seconds; always show elevation, even if zero; properly format NumPy arrays; and abbreviate long arrays. [#524](https://github.com/brandon-rhodes/python-skyfield/issues/524) <https://github.com/skyfielders/python-skyfield/issues/524>_

  • Fixed :meth:Angle.dstr() <skyfield.units.Angle.dstr> and :meth:Angle.hstr() <skyfield.units.Angle.hstr> to return an array of strings when the angle itself is an array. [#527](https://github.com/brandon-rhodes/python-skyfield/issues/527) <https://github.com/skyfielders/python-skyfield/issues/527>_

Commits
  • 1ff4223 Version 1.36
  • 650c5f2 For #510, note that hadec() ignores refraction
  • d0cc250 Fix which center is printed for position repr()
  • 70dd425 For #510, add and test hadec() position method
  • 6f0a921 Add “python -m skyfield” with version, table dates
  • 7782db0 Remove Sphinx searchindex.js so grep won’t find it
  • 550c67e Fix #524: array formatting for str/repr of lat/lon
  • 006dcd4 Bring changelog up to date
  • 3a97e3c Bump lxml from 4.4.1 to 4.6.2 (#533)
  • 0fb856c Fix tests: new Angle str() forgot to add +/- signs
  • 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 Jan 27, 2021
@dependabot dependabot bot requested a review from Deuchnord January 27, 2021 04:30
@coveralls
Copy link

coveralls commented Jan 27, 2021

Coverage Status

Coverage remained the same at 90.363% when pulling 642ecd6 on dependabot/pip/master/skyfield-1.36 into 3f13b58 on master.

@Deuchnord Deuchnord merged commit a62a543 into master Jan 27, 2021
@dependabot dependabot bot deleted the dependabot/pip/master/skyfield-1.36 branch January 27, 2021 08:16
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