Skip to content

Kyiv v2 (0.3.7)

Compare
Choose a tag to compare
@SimonMolinsky SimonMolinsky released this 05 Nov 21:06
· 121 commits to main since this release
49835f2

Update of the Kyiv release!

0.3.7

  • (enhancement) added logging to Poisson Kriging ATP process,
  • (test) added functional test for smooth_blocks function,
  • (debug) too broad exception in download_air_quality_poland is narrowed to KeyError,
  • (enhancement) log points that cannot be assigned to any area in PointSupport class,
  • (enhancement) transform_ps_to_dict() function takes custom parameters for lon, lat, value and index,
  • (test) check_limits() function tests,
  • (test) plotting function of the VariogramCloud() class is tested and slightly changed to return True if everything has worked fine,
  • (tutorials) new tutorial about ExperimentalVariogram and VariogramCloud classes,
  • (test) new tests for calculate_average_semivariance() function from block module,
  • (enhancement) function inblock_semivariance has been optimized,
  • (docs) updated __init__.py of variogram.theoretical module,
  • (enhancement) scatter plot represented as a swarm plot in VariogramCloud,
  • (enhancement) added directional kriging for ATA and ATP Poisson Kriging,
  • (debug) warning for directional kriging functions,
  • (enhancement) initialization of KrigingObject dataclass,
  • (ci/cd) added new workflow tests for MacOS and Ubuntu,
  • (enhancement) added logging to Simple Kriging process.

0.3.6

  • (enhancement) Directional Centroid-based Poisson Kriging,
  • (debug) Added origin (unknown point) to calculate directional Kriging and directional Centroid-based Poisson Kriging,
  • (docs) Directional Ordinary Kriging tutorial,
  • (engancement) logging of area to area PK function,
  • (enhancement) tests package moved outside the main package,
  • (feature) ordinary kriging from covariance terms,
  • (feature) area-to-area PK from covariance terms,
  • (debug) area-to-area PK debugged,
  • (feature) area-to-point PK from covariance terms,
  • (debug) area-to-point PK debugged,
  • (feature) centroid-based PK from covariance terms,
  • (debug) centroid-based PK debugged.
  • updated and debugged directional variograms,
  • updated and debugged Ordinary Kriging and Simple Kriging,
  • faster Directional Variogram calculations.