Skip to content

Releases: CoSci-LLC/KiLib-OSS

KiLib v6.3.0

21 Aug 22:13
Compare
Choose a tag to compare

v6.3.0

Added

  • Infiltration models
  • Soil and constant updates

Fixed

  • Updated tests

KiLib v6.1.0

21 May 20:51
Compare
Choose a tag to compare

Release v6.1.0

Includes updated changes for raster algorithms that are specific for streams.

KiLib v6.0.0

14 Oct 19:22
Compare
Choose a tag to compare

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

13 Dec 22:37
8856bd2
Compare
Choose a tag to compare

Release v5.1.0 (#107)

  • New soil decorators for additional calculations
  • Added constants that are used
  • Fixed raster tests

KiLib v5.0.0

20 Jun 21:26
4e8344b
Compare
Choose a tag to compare

Release v5.0.0 (#103)

  • Add elevation condition to Raster::GetCoordMinDistance
  • Fix raster test
  • Code formatting

KiLib v4.0.0

08 May 22:33
5a6d8ec
Compare
Choose a tag to compare
  • Add elevation condition to Raster::GetCoordMinDistance
  • Fix raster test

KiLib v3.3.0

26 Feb 03:15
31265cb
Compare
Choose a tag to compare

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

17 Dec 20:51
dcb2bc9
Compare
Choose a tag to compare

Release 3.2.0


Added

  • New distributions

Fixed

  • Added Random to KiLib.hpp

KiLib v3.1.0

19 Aug 02:51
d6db864
Compare
Choose a tag to compare

Release 3.1.0

  • [feat] Added user defined soil (#75)
  • Fixed issue in random point generation of Raster
  • Add new soils (#79)
  • Improved raster interpolation (#78)

KiLib v3.0.0

07 May 00:30
7e97949
Compare
Choose a tag to compare

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