Uc-sgsim

Latest version: v1.2.10

Safety actively analyzes 723650 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 3

1.1.0

What's Changed
* style(uc_sgsim): rename some functions to snake_case by Zncl2222 in https://github.com/Zncl2222/uc_sgsim/pull/22
* fix(c_core): fix the problems of extreme estimated value while increa… by Zncl2222 in https://github.com/Zncl2222/uc_sgsim/pull/23
* feat(c_core): update shared library by Zncl2222 in https://github.com/Zncl2222/uc_sgsim/pull/24
* chore(uc_sgsim): remove unnecessary file by Zncl2222 in https://github.com/Zncl2222/uc_sgsim/pull/25
* docs(readme): add badge by Zncl2222 in https://github.com/Zncl2222/uc_sgsim/pull/26
* build(cmake): update cmake and clean the unecessary files by Zncl2222 in https://github.com/Zncl2222/uc_sgsim/pull/27
* fix(random_tools): define the M_PI in random_tools by Zncl2222 in https://github.com/Zncl2222/uc_sgsim/pull/28
* build(cmake): add script to compile dll file by Zncl2222 in https://github.com/Zncl2222/uc_sgsim/pull/29
* build(cmake): add cmake at root dir and use if condition to make exe … by Zncl2222 in https://github.com/Zncl2222/uc_sgsim/pull/30
* fix(c_example): remove redundant include and parameters by Zncl2222 in https://github.com/Zncl2222/uc_sgsim/pull/31
* build(cmake): add WIN32 if condtion to link math.h or not by Zncl2222 in https://github.com/Zncl2222/uc_sgsim/pull/32
* fix(c_core): free the memory allocated from heap by Zncl2222 in https://github.com/Zncl2222/uc_sgsim/pull/33
* fix(c_core): fix linux or windows macro defined by Zncl2222 in https://github.com/Zncl2222/uc_sgsim/pull/34
* fix(c_core): fix memory freeing in dynamic or shared library mode by Zncl2222 in https://github.com/Zncl2222/uc_sgsim/pull/35
* docs(readme): add badge and adjust some terms by Zncl2222 in https://github.com/Zncl2222/uc_sgsim/pull/36
* docs(readme): change build badge to pre-comit ci badge by Zncl2222 in https://github.com/Zncl2222/uc_sgsim/pull/37
* refactor(c_core): rename the c_core folder name by Zncl2222 in https://github.com/Zncl2222/uc_sgsim/pull/38
* fix(uc_sgsim): remove unnecessary import by Zncl2222 in https://github.com/Zncl2222/uc_sgsim/pull/40
* fix(variogram.c): fix the wrong include path by Zncl2222 in https://github.com/Zncl2222/uc_sgsim/pull/41
* fix(c_core): fix the mkdir bugs in linux os by Zncl2222 in https://github.com/Zncl2222/uc_sgsim/pull/42
* build(c_core): rename build script and add executable option for non-… by Zncl2222 in https://github.com/Zncl2222/uc_sgsim/pull/43
* fix(c_matrxi_tools): add error handler of file open by Zncl2222 in https://github.com/Zncl2222/uc_sgsim/pull/44
* build(c_core): add memcheck in cmake and make github action ci by Zncl2222 in https://github.com/Zncl2222/uc_sgsim/pull/45
* refactor(c_core): replace the general array by the lib c_array_tools by Zncl2222 in https://github.com/Zncl2222/uc_sgsim/pull/46
* docs(readme): add pre-dev statement by Zncl2222 in https://github.com/Zncl2222/uc_sgsim/pull/47
* docs(readme): remove redundant words by Zncl2222 in https://github.com/Zncl2222/uc_sgsim/pull/48
* refactor(c_core): upgrade c_array lib and use mt19937 rng to replace the by Zncl2222 in https://github.com/Zncl2222/uc_sgsim/pull/49
* refactor(uc_sgsim_py): refactor sgsim and krige by Zncl2222 in https://github.com/Zncl2222/uc_sgsim/pull/50
* lib/refactor/uc_sgsim_py by Zncl2222 in https://github.com/Zncl2222/uc_sgsim/pull/52
* Merge develop into main by Zncl2222 in https://github.com/Zncl2222/uc_sgsim/pull/53
* refactor(sgsim): remove uc_sgsim and replace it with random_field and by Zncl2222 in https://github.com/Zncl2222/uc_sgsim/pull/54
* feat(exception): add VariogramDoesNotCompute exception by Zncl2222 in https://github.com/Zncl2222/uc_sgsim/pull/55
* refactor(py_modulus): change variables as private in each modulus and by Zncl2222 in https://github.com/Zncl2222/uc_sgsim/pull/56
* Merge develop into main by Zncl2222 in https://github.com/Zncl2222/uc_sgsim/pull/57
* refactor(c_core): refactor krige.c by Zncl2222 in https://github.com/Zncl2222/uc_sgsim/pull/58
* Merge pull request 57 from Zncl2222/lib/ci/github_action by Zncl2222 in https://github.com/Zncl2222/uc_sgsim/pull/59
* build(python): add pytest and pytest-cov by Zncl2222 in https://github.com/Zncl2222/uc_sgsim/pull/60
* fix(sgsim): add pool.close and pool.join by Zncl2222 in https://github.com/Zncl2222/uc_sgsim/pull/61
* test(uc_sgsim_py): add sgsim basic test cases by Zncl2222 in https://github.com/Zncl2222/uc_sgsim/pull/62
* test(uc_sgsim): add config of coveragerc by Zncl2222 in https://github.com/Zncl2222/uc_sgsim/pull/63
* style(sgsim_py): add type annotation by Zncl2222 in https://github.com/Zncl2222/uc_sgsim/pull/64
* ci(sonarcloud): add sonarcloud for py code by Zncl2222 in https://github.com/Zncl2222/uc_sgsim/pull/65
* Merge develop into main by Zncl2222 in https://github.com/Zncl2222/uc_sgsim/pull/66
* fix(uc_sgsim): fix bugs and code smell by Zncl2222 in https://github.com/Zncl2222/uc_sgsim/pull/67
* Merge develop into main by Zncl2222 in https://github.com/Zncl2222/uc_sgsim/pull/69
* ci(sonarcloud): fix the multi-language analysis by Zncl2222 in https://github.com/Zncl2222/uc_sgsim/pull/70
* Merge develop into main by Zncl2222 in https://github.com/Zncl2222/uc_sgsim/pull/71
* ci(sonarcloud): fix sonarcloud_py config by Zncl2222 in https://github.com/Zncl2222/uc_sgsim/pull/72
* lib/fix/c_core by Zncl2222 in https://github.com/Zncl2222/uc_sgsim/pull/73
* lib/fix/c_core by Zncl2222 in https://github.com/Zncl2222/uc_sgsim/pull/74
* lib/ci/c_core by Zncl2222 in https://github.com/Zncl2222/uc_sgsim/pull/75
* Merge develop into main by Zncl2222 in https://github.com/Zncl2222/uc_sgsim/pull/76
* refactor(c_core): move c_array_tools lib to lib folder by Zncl2222 in https://github.com/Zncl2222/uc_sgsim/pull/77
* refactor(matrix_tools): refactor the save_1d_array function by Zncl2222 in https://github.com/Zncl2222/uc_sgsim/pull/78
* lib/fix/c_core by Zncl2222 in https://github.com/Zncl2222/uc_sgsim/pull/79
* ci(c_core): excute unittest to generate coverage statistics\ by Zncl2222 in https://github.com/Zncl2222/uc_sgsim/pull/80
* refactor(c_core): refactor LU decomposition by Zncl2222 in https://github.com/Zncl2222/uc_sgsim/pull/81
* build(cmake): add is_execute condition for unittest by Zncl2222 in https://github.com/Zncl2222/uc_sgsim/pull/82
* refactor(c_core): redeclare c_array and c_matrix by explicit declartion by Zncl2222 in https://github.com/Zncl2222/uc_sgsim/pull/83
* ci(codecov): add codecov action by Zncl2222 in https://github.com/Zncl2222/uc_sgsim/pull/84
* docs(readme): add codeql, codecov and sonar cloud badges by Zncl2222 in https://github.com/Zncl2222/uc_sgsim/pull/85
* docs(readme): fix the url of codecov by Zncl2222 in https://github.com/Zncl2222/uc_sgsim/pull/86
* test(python): add krige, cov_model test and modified uc_sgsim_test by Zncl2222 in https://github.com/Zncl2222/uc_sgsim/pull/87
* lib/refactor/c_core_sgsim_py_sgsim by Zncl2222 in https://github.com/Zncl2222/uc_sgsim/pull/88
* refactor(c_core): refactor kriging to use struct as argument by Zncl2222 in https://github.com/Zncl2222/uc_sgsim/pull/90
* fix(c_core): fix wrong variable assignment by Zncl2222 in https://github.com/Zncl2222/uc_sgsim/pull/91
* refactor(c_core): rename x_grid to x_len in sgsim_t and use typedef t… by Zncl2222 in https://github.com/Zncl2222/uc_sgsim/pull/92
* ci(pypi): add ci to publish py package to pypi by Zncl2222 in https://github.com/Zncl2222/uc_sgsim/pull/93
* ci(setup): fix options.package_data by Zncl2222 in https://github.com/Zncl2222/uc_sgsim/pull/94
* style(py_sgsim): rename some variables by Zncl2222 in https://github.com/Zncl2222/uc_sgsim/pull/95
* fix(uc_sgsim): exchange bandwidth and bandwidth_step name by Zncl2222 in https://github.com/Zncl2222/uc_sgsim/pull/96
* ci(codecov): add coverage config by Zncl2222 in https://github.com/Zncl2222/uc_sgsim/pull/98
* style(c_core): rename some variables and format some styles by Zncl2222 in https://github.com/Zncl2222/uc_sgsim/pull/97
* Merge develop into main by Zncl2222 in https://github.com/Zncl2222/uc_sgsim/pull/99
* fix(plot): fix code smell by Zncl2222 in https://github.com/Zncl2222/uc_sgsim/pull/102
* ci(githubaction): optimize the workflow of test and sonar analysis by Zncl2222 in https://github.com/Zncl2222/uc_sgsim/pull/104
* docs(readme): update readme and figure by Zncl2222 in https://github.com/Zncl2222/uc_sgsim/pull/105
* build(setup): update version by Zncl2222 in https://github.com/Zncl2222/uc_sgsim/pull/106

Page 3 of 3

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.