Skip to content

Releases: AmberLee2427/CLFits

v0.4.0

Choose a tag to compare

@AmberLee2427 AmberLee2427 released this 24 Oct 16:24

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.

[0.4.0] - 2024-07-29

  • ???

[0.3.0] - 2024-07-29

Added

  • search command to filter header keywords by pattern.

[0.2.0] - 2024-07-29

Added

  • export command to save the FITS header to JSON, YAML, or CSV.

[0.1.4] - 2024-07-29

Fixed

  • Resolved persistent test failures by refactoring CLI output to use typer.echo.
  • Corrected bump-my-version configuration to enable automated releases.
  • Fixed Read the Docs build failures by specifying documentation dependencies.

[0.1.0] - 2024-07-29

Added

  • Initial release of clfits.
  • view command to display the FITS header.
  • get command to retrieve a header keyword value.
  • set command to add or modify a header keyword.
  • del command to remove a header keyword.
  • Project setup with pyproject.toml, ruff, mypy, and pytest.
  • MIT License, README.md, and CHANGELOG.md.
  • Pre-commit hooks for formatting and linting.
  • GitHub Actions for CI and release.
  • Sphinx documentation with Furo theme.
  • Makefile for common development tasks.

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 25 Jul 01:31

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.

[Unreleased]

[0.3.0] - YYYY-MM-DD

Added

  • search command to filter header keywords by pattern.

[0.2.0] - 2024-07-29

Added

  • export command to save the FITS header to JSON, YAML, or CSV.

[0.1.4] - 2024-07-29

Fixed

  • Resolved persistent test failures by refactoring CLI output to use typer.echo.
  • Corrected bump-my-version configuration to enable automated releases.
  • Fixed Read the Docs build failures by specifying documentation dependencies.

[0.1.0] - 2024-07-29

Added

  • Initial release of clfits.
  • view command to display the FITS header.
  • get command to retrieve a header keyword value.
  • set command to add or modify a header keyword.
  • del command to remove a header keyword.
  • Project setup with pyproject.toml, ruff, mypy, and pytest.
  • MIT License, README.md, and CHANGELOG.md.
  • Pre-commit hooks for formatting and linting.
  • GitHub Actions for CI and release.
  • Sphinx documentation with Furo theme.
  • Makefile for common development tasks.

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 25 Jul 00:37

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.

[Unreleased]

Added

  • export command to save the FITS header to JSON, YAML, or CSV.

[0.1.4] - 2024-07-29

Fixed

  • Resolved persistent test failures by refactoring CLI output to use typer.echo.
  • Corrected bump-my-version configuration to enable automated releases.
  • Fixed Read the Docs build failures by specifying documentation dependencies.

[0.1.0] - 2024-07-29

Added

  • Initial release of clfits.
  • view command to display the FITS header.
  • get command to retrieve a header keyword value.
  • set command to add or modify a header keyword.
  • del command to remove a header keyword.
  • Project setup with pyproject.toml, ruff, mypy, and pytest.
  • MIT License, README.md, and CHANGELOG.md.
  • Pre-commit hooks for formatting and linting.
  • GitHub Actions for CI and release.
  • Sphinx documentation with Furo theme.
  • Makefile for common development tasks.

v0.1.4

Choose a tag to compare

@github-actions github-actions released this 24 Jul 22:43

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.

[Unreleased]

[0.1.0] - YYYY-MM-DD

Added

  • Initial release of clfits.
  • view command to display the FITS header.
  • get command to retrieve a header keyword value.
  • set command to add or modify a header keyword.
  • del command to remove a header keyword.
  • Project setup with pyproject.toml, ruff, mypy, and pytest.
  • MIT License, README.md, and CHANGELOG.md.
  • Pre-commit hooks for formatting and linting.
  • GitHub Actions for CI and release.
  • Sphinx documentation with Furo theme.
  • Makefile for common development tasks.

v0.1.3

Choose a tag to compare

@github-actions github-actions released this 24 Jul 22:22

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.

[Unreleased]

[0.1.0] - YYYY-MM-DD

Added

  • Initial release of clfits.
  • view command to display the FITS header.
  • get command to retrieve a header keyword value.
  • set command to add or modify a header keyword.
  • del command to remove a header keyword.
  • Project setup with pyproject.toml, ruff, mypy, and pytest.
  • MIT License, README.md, and CHANGELOG.md.
  • Pre-commit hooks for formatting and linting.
  • GitHub Actions for CI and release.
  • Sphinx documentation with Furo theme.
  • Makefile for common development tasks.