Skip to content

Releases: aewindle110/DroneWQ

Release 1.0.0

18 Mar 14:26
9cb999b

Choose a tag to compare

Major update to our package.
We are finally ready to release our full 1.0.0 version!

What's Changed

  • Added a new pipeline class RrsPipeline which deprecates raw_to_rrs function.
    • Improved speed and efficiency
    • Better use of memory. Previously we were constantly storing the whole batch of images in the memory but now only few images are stored.
    • Better writing speed due to windowed writing which increases cache hits
  • Better interface with classes
  • Modernized the package python version (3.10 -> 3,13)
  • Removed some of the capped dependencies such as numpy (1.x -> 2.x)

Contribution by @Ar-temis

Sprint 5 - Beta_Complete

01 Dec 21:43
d1ff53d

Choose a tag to compare

Pre-release

What's Changed

New Contributors

Full Changelog: Baseline_Complete...Sprint-5

Sprint 4 - Alpha_Complete

13 Nov 23:47

Choose a tag to compare

Pre-release

Full Changelog: Sprint4...Sprint4

Sprint 3 - Baseline_Complete

01 Dec 21:42

Choose a tag to compare

Pre-release
adding ID's for the outputs

v0.1.0

31 Oct 15:37

Choose a tag to compare

v0.1.0 Pre-release
Pre-release
v1.0.0

fixed typo in __get_transform() function