Skip to content

Releases: krakrjak/fits-parse

v0.5.0

15 Dec 01:22
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.2...v0.5.0

v0.4.1

28 Jul 16:26
Compare
Choose a tag to compare

Full Changelog: v0.4.0...v0.4.1

πŸš‘οΈ Bugfix release where package.yaml was left over in the extra-source-files.

βž•βž– Cabal Native

28 Jul 16:11
Compare
Choose a tag to compare

What's Changed

  • More flexible types to support alt parsing by @seanhess in #5
  • fix: logical constant F by @seanhess in #6
  • Commit cabal file to allow projects to depend on git commits by @seanhess in #7

βž• Cabal -- Use Cabal directly
βž– Hpack -- Drop package.yaml and usage of hpack

This should allow for flexible usage of this package by downstream contributors. You can use the main branch, specific commits, or other tags in your Cabal files or project files.

Full Changelog: v0.3.6...v0.4.0

Packaging Ain't Easy

09 Sep 02:07
Compare
Choose a tag to compare

Support (some) Extensions

08 Sep 00:42
Compare
Choose a tag to compare

Thanks @seanhess!

βž– parser-combinators, we just don't use it at this time. It may come back in the future if needed.
βž• microlens, and microlens-th
πŸš€ Support for more than 1 HDU
πŸš€ BinTable and other Extension(s) Supported
πŸ§ͺ First Unit Tests for the library
✨ microlenses for HeaderDataUnit, Dimensions, and Header record types -- unifies accessors/setter patterns
♻️ Axes is just now a type Synonym for [Int] as it always should have been.

This release adds in the great work of @seanhess to be able to parse FITS files with more than one HDU along with adding support for Image and BinTable extensions to work with new and exciting fits files. See the (every growing, please submit some) fits_files new fits files for details. @seanhess also added a test harness for unit testing with Tasty. It's a nice place to start after all this time with only a CLI for rudimentary testing.

Fresh FITS

19 Apr 04:11
Compare
Choose a tag to compare

First past the post! Parses the example file and the ideas here are good enough to put out in the world.