Releases: aewindle110/DroneWQ
Releases · aewindle110/DroneWQ
Release 1.0.0
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
RrsPipelinewhich deprecatesraw_to_rrsfunction.- 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
What's Changed
- Frontend by @nidhi-k3 in #71
- App by @Ar-temis in #74
- Restructuring the project by @Ar-temis in #75
- Updating app with the latest changes in development by @Ar-temis in #80
- Updating development with the latest changes of app by @Ar-temis in #89
- Development to app by @Ar-temis in #94
- App to development by @Ar-temis in #116
New Contributors
Full Changelog: Baseline_Complete...Sprint-5
Sprint 4 - Alpha_Complete
Full Changelog: Sprint4...Sprint4
Sprint 3 - Baseline_Complete
adding ID's for the outputs
v0.1.0
v1.0.0 fixed typo in __get_transform() function