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

Bump mocpy from 0.12.3 to 0.13.1 #309

Merged
merged 1 commit into from
May 17, 2024
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 16, 2024

Bumps mocpy from 0.12.3 to 0.13.1.

Release notes

Sourced from mocpy's releases.

Release v0.13.1

What's Changed

Mostly maintenance to support astropy 6.0 and python 3.12 while maintaining support for python 3.8

These points have changed internal behaviour, or documentation:

Full Changelog: cds-astro/mocpy@v0.13.0...v0.13.1 and CHANGELOG.md

Release v0.13.0

What's Changed

This release main new feature is the frequency MOCs!

[0.13.0]

Added

  • brand new support of frequency MOC ! 🚀
  • documentation has galleries of notebooks

Changed

  • AbstractMOC.__init__ raises PermissionError if user tries to modify order manually
  • AbstractMOC.store_index_dtype became AbstractMOC._store_index_dtype as is is intended for internal use only to handle 32 and 64b systems
  • tests in doctrings now run in CI too
  • CI won't run for linux 32 anymore, but support will still be provided upon bug repports

Fixed

  • sum([moc1, moc2, moc3]) now works correctly (fixes #99)
  • MOC.wcs() now works correctly for non-squared figures (fixes #98)
  • MOC.from_fits_image now works even when the fits file has no CDELT (fixes #90)

Full Changelog: cds-astro/mocpy@v0.12.3...v0.13.0

Changelog

Sourced from mocpy's changelog.

[0.13.1]

Changed

  • currently supported versions of python now range from 3.8 to 3.12. There is a catch for python 3.8: the corresponding astropy version is pinned to astropy<5.3
  • the deprecated write method now calls save internally

Fixed

  • all methods of MOC with signatures like function(self, lon, lat, **kwargs) now accept both lists of coordinates and single coordinates
  • mocpy.stmoc.STMOC.from_spatial_coverages also accepts single moc objects (had to be a list before)
  • AbstractMOC derives from metaclass ABCMeta

Added

  • save now accepts fits_keywords that are added to the fits header before writing the file
  • n_cells gives the number of cells corresponding to a given order

[0.13.0]

Added

  • brand new support of frequency MOC ! 🚀
  • documentation has galleries of notebooks

Changed

  • AbstractMOC.__init__ raises PermissionError if user tries to modify order manually
  • AbstractMOC.store_index_dtype became AbstractMOC._store_index_dtype as is is intended for internal use only to handle 32 and 64b systems
  • tests in doctrings now run in CI too
  • CI won't run for linux 32 anymore, but support will still be provided upon bug repports

Fixed

  • sum([moc1, moc2, moc3]) now works correctly (fixes #99)
  • MOC.wcs() now works correctly for non-squared figures (fixes #98)
  • MOC.from_fits_image now works even when the fits file has no CDELT (fixes #90)
Commits
  • 38fc093 update version number to 0.13.1 [skip ci]
  • 5278ca1 fix numpy and docs warnings
  • 1facb81 Merge pull request #120 from cds-astro/add-EllipticalFrame-to-some-examples
  • 43a44f8 docs: add EllipticalFrame to plots in most allsky examples
  • b176240 pre-commit autoupdate
  • 364618d Merge pull request #117 from cds-astro/make-write-call-save
  • 2255310 refactor: AbstractMOC now derives from metaclass ABCMeta
  • 2b6dd45 test: add pytest-mock to dev dependencies
  • bd0a6ea docs: add changelog
  • 2824cc4 feat: add n_cells method
  • 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 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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 16, 2024
@dependabot dependabot bot force-pushed the dependabot/pip/mocpy-0.13.1 branch 5 times, most recently from d73a997 to fca8ae0 Compare May 17, 2024 00:33
Bumps [mocpy](https://github.com/cds-astro/mocpy) from 0.12.3 to 0.13.1.
- [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.12.3...v0.13.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/mocpy-0.13.1 branch from fca8ae0 to d7b56e2 Compare May 17, 2024 01:15
@Theodlz Theodlz merged commit 119850c into main May 17, 2024
4 checks passed
@dependabot dependabot bot deleted the dependabot/pip/mocpy-0.13.1 branch May 17, 2024 01:48
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant