Skip to content

Releases: astrolabsoftware/spark-fits

1.0.0

26 Apr 14:04
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.9.0...1.0.0

0.9.0

23 Jul 08:22
8fac32c
Compare
Choose a tag to compare

0.9.0

  • Add image index to each row when reading images (#97)

known issues: image indexing does not work for very small images. This will be fixed in a future release.

Thanks to @GeoffDuniam for contributing to this release!

0.8.3

06 Dec 21:21
550de01
Compare
Choose a tag to compare
  • [Bug fix] Fix wrong block starting offset #86

0.8.2

27 May 07:19
5d8a1e2
Compare
Choose a tag to compare

0.8.1 -> 0.8.2

  • [Multifiles] Discard empty files without failing (#82 )

Thanks @jacobic for proposing this enhancement!

0.8.1

20 May 08:37
1cc93d6
Compare
Choose a tag to compare

0.8.1

  • Preserve column order from the columns option (#77 )
  • 1X should be viewed as scalar (#79 )

Thanks @jacobic and @marcol480 for reporting issues and bugs!

0.8.0

13 May 06:54
Compare
Choose a tag to compare

0.8.0

  • Support for multivalued columns (#70 )
  • Better handling of the recordLength option (#72 )
  • Support for Scala 2.12 (#74 )

Thanks @jacobic for reporting issues and bugs!

0.7.3

04 Apr 12:27
f6bfb62
Compare
Choose a tag to compare

0.7.3

  • Make spark-fits running on S3 (#66)

Still a few things to understand - but likely to be related to S3 itself (#67)

0.7.2

03 Dec 12:41
15c9ac6
Compare
Choose a tag to compare

0.7.2

  • Update default Spark version for the compilation to 2.3.2 and drop support for Scala 2.10 (#58)
  • ISSUE-59: Add Unsigned Byte in the handled types (#60)
  • Issue-62: Add possibility to load a list of comma-separated files (#63)
  • Update default Spark version for the compilation to 2.4.0 (#63)

Big thanks to @jacobic for spotting bugs and suggesting enhancement!

0.7.0

17 Oct 13:48
dff168a
Compare
Choose a tag to compare

0.7.0

  • Add possibility to apply glob on input folder
  • Update Jekyll version to fix known vulnerability (website)
  • Fix index bug when reading images scattered across several HDFS blocks
  • Follow Java convention for the path to the files.
  • Add Java version of scala ReadFits
  • Allow to read (only) image when they are stored in the HDU 0.

0.6.0

12 Jul 09:49
670f09d
Compare
Choose a tag to compare
  • Register the DataSource to use the nice fits alias (#43)