Releases: CoSci-LLC/KiLib-OSS
Releases · CoSci-LLC/KiLib-OSS
KiLib v6.3.0
KiLib v6.1.0
Release v6.1.0
Includes updated changes for raster algorithms that are specific for streams.
KiLib v6.0.0
New release of KiLib!
Major changes due to changes in build system and may require rework for incorporating projects. Most changes are related to building KiLib on Windows, Linux, and macOS, and building the package automatically on our CI system.
KiLib v5.1.0
Release v5.1.0 (#107)
- New soil decorators for additional calculations
- Added constants that are used
- Fixed raster tests
KiLib v5.0.0
Release v5.0.0 (#103)
- Add elevation condition to Raster::GetCoordMinDistance
- Fix raster test
- Code formatting
KiLib v4.0.0
- Add elevation condition to Raster::GetCoordMinDistance
- Fix raster test
KiLib v3.3.0
v3.3.0
Added
- Add function Raster::GetCoordMinDistance with test and new dem for checking
- Add function GetRowCol from index and use it elsewhere
- Add getCellCenter and NormXY
Fixed
- Fix z value of return coord for GetCoordMinDistance
- Fix error in getNearestCell: use floor instead of round
KiLib v3.2.0
Release 3.2.0
Added
- New distributions
Fixed
- Added Random to KiLib.hpp
KiLib v3.1.0
KiLib v3.0.0
v3.0.0
Fixed
- MacOS compilation will work now
- Compiles with Clang
Changed
- Breaking changes with soils class
- Raster has been updated
- Random is now a namespace