Releases: xKDR/NighttimeLights.jl
Releases · xKDR/NighttimeLights.jl
Bug fixes
What's Changed
- Remove magic numbers by @ayushpatnaikgit in #72
- Revert "Remove magic numbers" by @ayushpatnaikgit in #75
- Add citation information by @ayushpatnaikgit in #74
- CompatHelper: bump compat for Rasters to 0.8, (keep existing compat) by @github-actions in #82
- CompatHelper: bump compat for Shapefile to 0.10, (keep existing compat) by @github-actions in #80
- Update Dimensional data by @ayushpatnaikgit in #83
- CompatHelper: bump compat for StatsBase to 0.34, (keep existing compat) by @github-actions in #78
- Fixes based on breaking changes in Rasters.jl by @ayushpatnaikgit in #84
- Changes in documentation and the functions in accordance with PR #84 by @ayushpatnaikgit in #88
- Reduce requirements for interpolation, bias correction & outlier removal by @ayushpatnaikgit in #89
- CompatHelper: bump compat for Shapefile to 0.12, (keep existing compat) by @github-actions in #99
- Update ci.yml by @ayushpatnaikgit in #107
- Add readnl from Karmana by @ayushpatnaikgit in #106
Full Changelog: v0.6.0...v0.7.0
Rasters.jl backend
This release should be used for replicating the results of the package's paper.
v0.5.0
NighttimeLights v0.5.0
Closed issues:
- Plots (#25)
Merged pull requests:
- Speeding up aggregating functions (#20) (@ayushpatnaikgit)
- Adding a function to generate a chloropleth (#21) (@Tumon2001)
- Plots (#23) (@Tumon2001)
- Plots (#24) (@Tumon2001)
- Plots (#26) (@Tumon2001)
- More concise function names (#29) (@ayushpatnaikgit)
- More informative function names (#31) (@ayushpatnaikgit)
- Fixing docs (#32) (@ayushpatnaikgit)
- Fixing docs (#33) (@ayushpatnaikgit)
- Fixing missing docstrings and adding example for chloropleth (#34) (@ayushpatnaikgit)
- Adding function to crop image using geometry (#35) (@ayushpatnaikgit)
- Updating version and adding CompatHelper. (#38) (@codetalker7)
- CompatHelper: bump compat for ArchGDAL to 0.9, (keep existing compat) (#39) (@github-actions[bot])
- CompatHelper: bump compat for CubicSplines to 0.2, (keep existing compat) (#40) (@github-actions[bot])
- CompatHelper: add new compat entry for Plots at version 1, (keep existing compat) (#41) (@github-actions[bot])
- CompatHelper: add new compat entry for Plots at version 1, (keep existing compat) (#42) (@github-actions[bot])
- CompatHelper: bump compat for Shapefile to 0.8, (keep existing compat) (#43) (@github-actions[bot])
- CompatHelper: bump compat for GeoInterface to 1, (keep existing compat) (#44) (@github-actions[bot])
- CompatHelper: bump compat for GeoInterface to 1, (keep existing compat) (#45) (@github-actions[bot])
v0.4.31
NighttimeLights v0.4.31
First release
Merged pull requests:
- minor correction (#1) (@ayushpatnaikgit)
- Removing Luxor and adding its replacements (#2) (@ayushpatnaikgit)
- Dev (#3) (@ayushpatnaikgit)
- Dev (#4) (@ayushpatnaikgit)
- bug fixes (#5) (@ayushpatnaikgit)
- Dev (#6) (@ayushpatnaikgit)
- Dev (#7) (@ayushpatnaikgit)
- minor changes (#8) (@ayushpatnaikgit)
- Dev (#9) (@ayushpatnaikgit)
- Dev (#10) (@ayushpatnaikgit)
- Adding out of memory loading and cropping of images. (#11) (@ayushpatnaikgit)
- Minor correction. (#12) (@ayushpatnaikgit)
- Dev (#13) (@ayushpatnaikgit)
- Adding ylm file for documentation and removing the makefile. (#14) (@ayushpatnaikgit)
- Making correction in deployment of docs (#15) (@ayushpatnaikgit)
- minor correction (#16) (@ayushpatnaikgit)
- Adding compat sections for dependencies in Project.toml. (#18) (@codetalker7)
Begining
The code to write the paper has been put in the form of a package in this release.