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 gov.nasa.gsfc.heasarc:nom-tam-fits from 1.20.0 to 1.20.1 #144

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 1, 2024

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps gov.nasa.gsfc.heasarc:nom-tam-fits from 1.20.0 to 1.20.1.

Release notes

Sourced from gov.nasa.gsfc.heasarc:nom-tam-fits's releases.

1.20.1

Bug fix release

Fixed

Added

  • #657 Added ESOExt enum with ESO-specific standard FITS keywords, and CommonExt for commonly used keywords in the amateur astronomy community. (by @​attipaci)

  • #657 Added more standard keywords to CXCEXt, STScIExt, MaxImDLExt, and SBFitsExt dictionaries based on the available documentation online. (by @​attipaci)

  • #657 Additional keyword synonyms in Synonyms enum. (by @​attipaci)

Changed

  • #657 Updated comment fields and Javadoc for many extension keywords in the nom.tam.fits.header.extra package. (by @​attipaci)

  • #665 Keep original comments for mandatory keywords when writing headers that were previously read from an input. (by @​attipaci)

  • #665 CHECKSUM and DATASUM comments now store timestamp when checksums were calculated, as is the recommended practice by the checksumming standard. (by @​attipaci)

  • #672 Switched to markdown keep a changelog.

  • Do not generate reports that have very little use. (by @​attipaci)

  • Uses the latest maven build and runtime dependencies. (by @​attipaci)

1.20.1-rc3

Third release candidate for the upcoming 1.20.1 bug fix release, expected around 15 September 2024 (or perhaps earlier).

Fixed

  • #636 -- Compressed table columns lost their column names in 1.20.0 (reported by @​keastrid).

  • #656 -- Fixed incorrect value types in several FITS keywords extension dictionaries (reported by @​johnmurphyastro).

  • #664 -- Recalculate stored checksums when writing headers to avoid obsolete checksums being set by setChecksum() methods when modifying existing FITS files. (reported by @​johnmurphyastro).

Added

  • #657 -- Added ESOExt enum with ESO-specific standard FITS keywords, and CommonExt for commonly used keywords in the amateur astronomy community.

... (truncated)

Changelog

Sourced from gov.nasa.gsfc.heasarc:nom-tam-fits's changelog.

[1.20.1] - 2024-09-01

Bug fix release.

Fixed

Added

  • #657 Added ESOExt enum with ESO-specific standard FITS keywords, and CommonExt for commonly used keywords in the amateur astronomy community. (by @​attipaci)

  • #657 Added more standard keywords to CXCEXt, STScIExt, MaxImDLExt, and SBFitsExt dictionaries based on the available documentation online. (by @​attipaci)

  • #657 Additional keyword synonyms in Synonyms enum. (by @​attipaci)

Changed

  • #657 Updated comment fields and Javadoc for many extension keywords in the nom.tam.fits.header.extra package. (by @​attipaci)

  • #665 Keep original comments for mandatory keywords when writing headers that were previously read from an input. (by @​attipaci)

  • #665 CHECKSUM and DATASUM comments now store timestamp when checksums were calculated, as is the recommended practice by the checksumming standard. (by @​attipaci)

  • #672 Switched to markdown keep a changelog.

  • Do not generate reports that have very little use. (by @​attipaci)

  • Uses the latest maven build and runtime dependencies. (by @​attipaci)

Deprecated

  • #657 Deprecated the CXCStclShareExt enum. Not only its name was completely botched, its definitions are now included properly in the CXCExt and STScIExt dictionaries (without reduntant definitions). (by @​attipaci)

  • #657 Deprecated a few extension keywords, which are either part of the standard or are recognised by HEASARC as commonly used keywords. The mentioned more common definitions should be used instead going forward. (by @​attipaci)

  • #665 Deprecated some checksuming methods that are no longer useful, as they do not offer a mean to verify FITS files. Users might want to use BasicHDU.verifyIntegrity() or Fits.verifyIntegrity() instead. (by @​attipaci)

Commits
  • 43dc4f1 1.20.1
  • 19011aa Merge pull request #676 from nom-tam-fits/dependabot/maven/com.puppycrawl.too...
  • a71b2bb build(deps): bump com.puppycrawl.tools:checkstyle
  • a88bf8c Add missing credits
  • 4778b8a Link new changelog in README
  • 95ead3c Add # in front of issue numbers for auto linking on Github
  • ffcf7f6 Update release HOWTO
  • 4c894ae build(deps): bump org.apache.maven.plugins:maven-javadoc-plugin (#675)
  • 7297b0a build(deps): bump org.apache.maven.plugins:maven-project-info-reports-plugin ...
  • a5d4ae7 build(deps): bump org.apache.maven.plugins:maven-surefire-plugin (#673)
  • 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 requested a review from a team as a code owner September 1, 2024 23:30
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Sep 1, 2024
@jordanpadams
Copy link
Member

@dependabot rebase

Bumps [gov.nasa.gsfc.heasarc:nom-tam-fits](https://github.com/nom-tam-fits/nom-tam-fits) from 1.20.0 to 1.20.1.
- [Release notes](https://github.com/nom-tam-fits/nom-tam-fits/releases)
- [Changelog](https://github.com/nom-tam-fits/nom-tam-fits/blob/master/CHANGELOG.md)
- [Commits](nom-tam-fits/nom-tam-fits@1.20.0...1.20.1)

---
updated-dependencies:
- dependency-name: gov.nasa.gsfc.heasarc:nom-tam-fits
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/maven/gov.nasa.gsfc.heasarc-nom-tam-fits-1.20.1 branch from 3986f07 to 2c483cf Compare September 27, 2024 04:56
@jordanpadams jordanpadams merged commit a8d014a into main Sep 27, 2024
3 checks passed
@jordanpadams jordanpadams deleted the dependabot/maven/gov.nasa.gsfc.heasarc-nom-tam-fits-1.20.1 branch September 27, 2024 05:12
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 java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant