Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 1, 2025

Bumps mocpy from 0.17.1 to 0.18.0.

Release notes

Sourced from mocpy's releases.

v0.18.0

What's Changed

New features/modules

Fixes

  • contains is fixed for ST-MOCs (was always returning false in case of disjoint time intervals).

Full Changelog: cds-astro/mocpy@v0.17.1...v0.18.0

Changelog

Sourced from mocpy's changelog.

[0.18.0]

Fixed

  • fix contains method in ST-MOCs

Added

  • new sub-module to manipulate space-frequency MOC SFMOC #189
  • added method refine_to_order that modifies one-dimensional MOCs in place to increase their maximum order #187
  • added to_order convenience method to change the order of a 1D MOC regardless on wether the new order is more or less precise than the former one. This new method will always create a copy of the original MOC and is thus less efficient than using degrade_to_order or refine_to_order depending on the situation
Commits
  • dbbf640 Merge pull request #189 from cds-astro/sfmoc
  • c9e9936 fix: notebooks
  • 411e72a maint: prepare version 0.18.0
  • a9415e8 feat: add generic 'to_order'
  • f6b4e6f feat: warn when degrade_to_order is called with more precise order #188
  • 371146a fix: add missing SF-MOCs type in AbstractMOC tests
  • 8c6f860 maint: upgrade moc-rust dependency, thus fix contains in ST-MOCs
  • 103ce11 maint: upgrade pyO3
  • e7610a0 feat: new sub-module to manipulate SF-MOCs
  • 2482a4b test: add from rages test
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [mocpy](https://github.com/cds-astro/mocpy) from 0.17.1 to 0.18.0.
- [Release notes](https://github.com/cds-astro/mocpy/releases)
- [Changelog](https://github.com/cds-astro/mocpy/blob/master/CHANGELOG.md)
- [Commits](cds-astro/mocpy@v0.17.1...v0.18.0)

---
updated-dependencies:
- dependency-name: mocpy
  dependency-version: 0.18.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Jun 1, 2025
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 python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant