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

fix(deps): update dependency org.shredzone.commons:commons-suncalc to v3.11 #41

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 17, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.shredzone.commons:commons-suncalc (source) 3.5 -> 3.11 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

shred/commons-suncalc (org.shredzone.commons:commons-suncalc)

v3.11

  • Add .reverse() method to revert time window in SunTimes and MoonTimes. The provided date is the end of the time window instead of the start, and the computed times are in the past. See the documentation and example for usage. (Fixes #​45, thanks to @​elydpg.)

v3.10

  • Fixed a glitch in some results if MoonIllumination is used in topocentric mode. (Thanks to Hussam Almulhim for the pointer.)

v3.9

  • MoonIllumination now also returns the elongation (visible distance between sun and moon), moon radius (visible radius of the moon disc), and crescent width (visible width of the crescent). Thanks to Hussam Almulhim for the feature request and for testing.
  • MoonIllumination now accepts an optional geolocation. If set, the result will be topocentric. If unset, the result will be geocentric as before (so there is no need to migrate your code).
  • height() and heightFt() are now called elevation() and elevationFt(), because that's the correct term for the observer's altitude. The old methods are marked as deprecated, but are still functional. Please use the new ones.
  • If a geolocation is required for proper results, it is required to be set now, otherwise execute() will throw an exception. If you want to emulate the old behavior (for whatever reason), you can use .at(0.0, 0.0) to set Null Island again.

Please also see the migration guide for details.

v3.8

  • New method .heightFt() sets the observer's height in foot.
  • New method MoonPosition.getTrueAltitude() returns the moon's true altitude without atmospheric refraction (thanks to jari)

v3.7

  • MoonIllumination.getAngle() was off by several degrees under certain circumstances. (@​amoledwatchfaces)

v3.6

  • Fixed a very old bug in MoonPosition.getParallacticAngle() that gave completely wrong results. (@​amoledwatchfaces)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/org.shredzone.commons-commons-suncalc-3.x branch from 6266f4c to 3cb5917 Compare January 17, 2024 18:57
@renovate renovate bot changed the title fix(deps): update dependency org.shredzone.commons:commons-suncalc to v3.7 fix(deps): update dependency org.shredzone.commons:commons-suncalc to v3.8 Jan 17, 2024
@renovate renovate bot force-pushed the renovate/org.shredzone.commons-commons-suncalc-3.x branch from 3cb5917 to 860e2c5 Compare February 6, 2024 19:08
@renovate renovate bot changed the title fix(deps): update dependency org.shredzone.commons:commons-suncalc to v3.8 fix(deps): update dependency org.shredzone.commons:commons-suncalc to v3.9 Feb 6, 2024
@renovate renovate bot force-pushed the renovate/org.shredzone.commons-commons-suncalc-3.x branch from 860e2c5 to dfd305f Compare March 3, 2024 09:02
@renovate renovate bot changed the title fix(deps): update dependency org.shredzone.commons:commons-suncalc to v3.9 fix(deps): update dependency org.shredzone.commons:commons-suncalc to v3.10 Mar 3, 2024
@renovate renovate bot force-pushed the renovate/org.shredzone.commons-commons-suncalc-3.x branch from dfd305f to 7520dba Compare June 11, 2024 18:54
@renovate renovate bot changed the title fix(deps): update dependency org.shredzone.commons:commons-suncalc to v3.10 fix(deps): update dependency org.shredzone.commons:commons-suncalc to v3.11 Jun 11, 2024
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.

0 participants