desy-multimessenger / nuztf

Central repository for scripts handling ZTF Target of Opportunity requests using AMPEL. This includes neutrino, GRB and GW events.
MIT License
1 stars 0 forks source link

Bump mocpy from 0.12.1 to 0.12.3 #252

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps mocpy from 0.12.1 to 0.12.3.

Changelog

Sourced from mocpy's changelog.

[0.12.3]

Added

  • MOC.__init__ and STMOC.__init__ raise PermissionError if user tries to modify order manually

Fixed

  • :bug: position angle limited to PI/2 instead of PI in MOC.from_elliptical_cone

[0.12.2]

Added

  • MOC.MAX_ORDER and TimeMOC.MAX_ORDER to replace former IntervalSet.HPX_MAX_ORDER and IntervalSet.TIME_MAX_ORDER
  • MOC.to_depth29_ranges (+test) to replace former IntervalSet.nested
  • TimeMOC.to_depth61_ranges
  • tests on MOC.uniq_hpx

Bugfix

  • :bug: return statement was missing in MOC.uniq_hpx
Commits
  • d2833c0 Merge pull request #95 from cds-astro/develop
  • 35c0392 Prepare for v0.12.3
  • 01a835f PermissionError raised when trying to manually change order of a STMOC
  • 80faa86 remove unused import
  • e518efd default rotation to none in wcs
  • c6e4a44 add pytest for notebooks #85 and rm Cargo
  • f5852e4 Merge pull request #94 from cds-astro/develop
  • ce1ce50 Add warnings on MAX_ORDER to prevent them from being removed.
  • 751baee Add 'TimeMOC.to_depth61_ranges' method + test + update CHANGELOG
  • 6ad95d4 Try to fix aarch64 deploy pb
  • 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)