Pyrigi

Latest version: v1.0.1

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

Scan your dependencies

Page 1 of 2

1.0.1

What's Changed
Bug fixes
* Fixed the tolerance for numerical `inf_flexes` by matthiashimmelmann in https://github.com/PyRigi/PyRigi/pull/302
* Fixed input check in `DoubleBanana` by MatteoGallet in https://github.com/PyRigi/PyRigi/pull/305
* Fixed bug in `animate2D_plt` by Legersky in https://github.com/PyRigi/PyRigi/pull/301

Documentation
* Updated linked pairs and references by ggmath in https://github.com/PyRigi/PyRigi/pull/303
* Added instructions for patch releases by Legersky in https://github.com/PyRigi/PyRigi/pull/304

Technical
* Updated contributors by matthiashimmelmann in https://github.com/PyRigi/PyRigi/pull/294
* Fixed Github Pages deployment by matthiashimmelmann in https://github.com/PyRigi/PyRigi/pull/297, https://github.com/PyRigi/PyRigi/pull/298, https://github.com/PyRigi/PyRigi/pull/299, https://github.com/PyRigi/PyRigi/pull/300
* Released 1.0.1 (main) by ggmath in https://github.com/PyRigi/PyRigi/pull/307


**Full Changelog**: https://github.com/PyRigi/PyRigi/compare/1.0.0...1.0.1

1.0.0

What's Changed
* Update poetry.lock by Legersky in https://github.com/PyRigi/PyRigi/pull/180
* Release Documentation added to `howto.md` by matthiashimmelmann in https://github.com/PyRigi/PyRigi/pull/179
* Test notebook execution by Legersky in https://github.com/PyRigi/PyRigi/pull/183
* Disable long tests by default by Legersky in https://github.com/PyRigi/PyRigi/pull/184
* Refactor the codebase: consistent using of dim, type hinting by matthiashimmelmann in https://github.com/PyRigi/PyRigi/pull/190
* Refactoring `is_Rd_circuit` by matthiashimmelmann in https://github.com/PyRigi/PyRigi/pull/188
* Implemented the method `is_Rd_closed` by matthiashimmelmann in https://github.com/PyRigi/PyRigi/pull/189
* Added a plotting method for equilibrium stresses by matthiashimmelmann in https://github.com/PyRigi/PyRigi/pull/186
* Feature plot 3d by Maaffaa in https://github.com/PyRigi/PyRigi/pull/187
* Refactor framework db by Legersky in https://github.com/PyRigi/PyRigi/pull/193
* `inf_flex` 3d Plotting by matthiashimmelmann in https://github.com/PyRigi/PyRigi/pull/191
* Refactor `ToDo`s by matthiashimmelmann in https://github.com/PyRigi/PyRigi/pull/194
* Test names unified by Legersky in https://github.com/PyRigi/PyRigi/pull/197
* Improved data types by matthiashimmelmann in https://github.com/PyRigi/PyRigi/pull/195
* Non-public methods removed from lists by Legersky in https://github.com/PyRigi/PyRigi/pull/196
* Refactor plotting functionality by matthiashimmelmann in https://github.com/PyRigi/PyRigi/pull/198
* Non-public plot functions in a separate file by Legersky in https://github.com/PyRigi/PyRigi/pull/200
* Refactor bib labels by ggmath in https://github.com/PyRigi/PyRigi/pull/199
* Merge `known-families` and `generalized-double-banana` by matthiashimmelmann in https://github.com/PyRigi/PyRigi/pull/202
* Added `test_graphDB` and `test_frameworkDB` by matthiashimmelmann in https://github.com/PyRigi/PyRigi/pull/201
* Minor `test_graph` refactoring by matthiashimmelmann in https://github.com/PyRigi/PyRigi/pull/203
* PlotStyle introduced by Legersky in https://github.com/PyRigi/PyRigi/pull/204
* Minor refactoring of `PlotStyle` by matthiashimmelmann in https://github.com/PyRigi/PyRigi/pull/206
* Added `ApproximateMotion` class by matthiashimmelmann in https://github.com/PyRigi/PyRigi/pull/205
* Refactor error messages by ggmath in https://github.com/PyRigi/PyRigi/pull/209
* Documentation: Notation Table by matthiashimmelmann in https://github.com/PyRigi/PyRigi/pull/208
* Typos, missing parameters etc. in docstrings fixed by Legersky in https://github.com/PyRigi/PyRigi/pull/212
* Refactored `examples.md` by matthiashimmelmann in https://github.com/PyRigi/PyRigi/pull/210
* Doc input tests by ggmath in https://github.com/PyRigi/PyRigi/pull/214
* Added Rigidity Tutorial by matthiashimmelmann in https://github.com/PyRigi/PyRigi/pull/213
* allow loops in graph generation by ggmath in https://github.com/PyRigi/PyRigi/pull/215
* Adressed ToDo's in the code by matthiashimmelmann in https://github.com/PyRigi/PyRigi/pull/211
* Refactor test_graph by Legersky in https://github.com/PyRigi/PyRigi/pull/216
* Fix doc issues by Legersky in https://github.com/PyRigi/PyRigi/pull/217
* is_sparse/tight now mean (2,3)-sparse/tight by Legersky in https://github.com/PyRigi/PyRigi/pull/219
* Fixed bug in rigid_components: default parameters always raised an error by MatteoGallet in https://github.com/PyRigi/PyRigi/pull/221
* Grid feature added by hknguler in https://github.com/PyRigi/PyRigi/pull/220
* Information on how to make doc without make. by MatteoGallet in https://github.com/PyRigi/PyRigi/pull/222
* PlotStyle and ApproximateMotion classes provided in __init__ by Legersky in https://github.com/PyRigi/PyRigi/pull/223
* Input and return types fixed by Legersky in https://github.com/PyRigi/PyRigi/pull/224
* A few small bugs fixed by Legersky in https://github.com/PyRigi/PyRigi/pull/225
* uncomment output displaying line by hknguler in https://github.com/PyRigi/PyRigi/pull/226
* Migrate `animate3D` to the `Motion` class by matthiashimmelmann in https://github.com/PyRigi/PyRigi/pull/207
* Doc compilation test on dev by Legersky in https://github.com/PyRigi/PyRigi/pull/229
* Refactor extensions by ggmath in https://github.com/PyRigi/PyRigi/pull/228
* Input_check functions/methods listed in howto by Legersky in https://github.com/PyRigi/PyRigi/pull/230
* Added the icosahedron and dodecahedron by matthiashimmelmann in https://github.com/PyRigi/PyRigi/pull/232
* edge_coloring -> edge_colors_custom by Legersky in https://github.com/PyRigi/PyRigi/pull/233
* Attributes of PlotStyle(2/3D) changed into properties by Legersky in https://github.com/PyRigi/PyRigi/pull/234
* Pytest doesn't throw warnings anymore by matthiashimmelmann in https://github.com/PyRigi/PyRigi/pull/218
* Doc/test coverage commands by Legersky in https://github.com/PyRigi/PyRigi/pull/237
* Renaming, minor todos and refactoring to has_node by Legersky in https://github.com/PyRigi/PyRigi/pull/236
* Default algorithms by Legersky in https://github.com/PyRigi/PyRigi/pull/235
* Different commands to activate environment in Poetry. by MatteoGallet in https://github.com/PyRigi/PyRigi/pull/239
* Animation closed immediately in pytest by Legersky in https://github.com/PyRigi/PyRigi/pull/241
* Increased test coverage by matthiashimmelmann in https://github.com/PyRigi/PyRigi/pull/242
* Fixed test for icosahedral framework. by MatteoGallet in https://github.com/PyRigi/PyRigi/pull/243
* Improve documentation by matthiashimmelmann in https://github.com/PyRigi/PyRigi/pull/244
* Updated pyproject.toml entries according to Poetry guide. by MatteoGallet in https://github.com/PyRigi/PyRigi/pull/238
* Add larger tests for (k,l)-rigidity features and pebble game by mihalykoandras in https://github.com/PyRigi/PyRigi/pull/240
* Missing items displayed in the documentation by Legersky in https://github.com/PyRigi/PyRigi/pull/245
* Command for including tests marked slow_main fixed by Legersky in https://github.com/PyRigi/PyRigi/pull/247
* Added two $K_4$ graphs glued in a vertex to `is_Rd_circuit` test by matthiashimmelmann in https://github.com/PyRigi/PyRigi/pull/248
* Command for test coverage fixed by Legersky in https://github.com/PyRigi/PyRigi/pull/249
* Refactor codebase to account for notation standards by matthiashimmelmann in https://github.com/PyRigi/PyRigi/pull/251
* Imports grouped according to PEP8 and sorted alphabetically by Legersky in https://github.com/PyRigi/PyRigi/pull/252
* Minor doc compilation errors fixed by Legersky in https://github.com/PyRigi/PyRigi/pull/253
* Check and uniformize docstrings by MatteoGallet in https://github.com/PyRigi/PyRigi/pull/246
* Refactor python3.11 and update packages by MatteoGallet in https://github.com/PyRigi/PyRigi/pull/255
* Rigid components using pebble game by mihalykoandras in https://github.com/PyRigi/PyRigi/pull/254
* Prestress stability and second-order rigidity by matthiashimmelmann in https://github.com/PyRigi/PyRigi/pull/169
* Remove banner about unstable version by MatteoGallet in https://github.com/PyRigi/PyRigi/pull/259
* Mention current Poetry by MatteoGallet in https://github.com/PyRigi/PyRigi/pull/258
* Parameter dimension in number_of_realizations by Legersky in https://github.com/PyRigi/PyRigi/pull/261
* Parametrize tests by MatteoGallet in https://github.com/PyRigi/PyRigi/pull/257
* Moved evaluation of sympy expressions to `misc.eval_sympy_expression` by matthiashimmelmann in https://github.com/PyRigi/PyRigi/pull/260
* Fixed numerical code in `is_prestress_stable` and `is_second_order_rigid` by matthiashimmelmann in https://github.com/PyRigi/PyRigi/pull/264
* Basic docstrings adjustments by Legersky in https://github.com/PyRigi/PyRigi/pull/263
* Added apex graphs by matthiashimmelmann in https://github.com/PyRigi/PyRigi/pull/231
* General approximate motions by matthiashimmelmann in https://github.com/PyRigi/PyRigi/pull/256
* Future tense avoided in docstrings by Legersky in https://github.com/PyRigi/PyRigi/pull/265
* Renamed methods in `frameworkDB` and `ParametricMotion` by matthiashimmelmann in https://github.com/PyRigi/PyRigi/pull/268
* Refactor the `test_motion` by matthiashimmelmann in https://github.com/PyRigi/PyRigi/pull/266
* Added PEP-conforming `__repr__` methods by matthiashimmelmann in https://github.com/PyRigi/PyRigi/pull/269
* Refactor numerical part of `is_prestress_stable` by matthiashimmelmann in https://github.com/PyRigi/PyRigi/pull/267
* More links in README by Legersky in https://github.com/PyRigi/PyRigi/pull/270
* Installation guide refactored and version in html doc by Legersky in https://github.com/PyRigi/PyRigi/pull/271
* Updated to Python 3.11 in GitHub workflows. by MatteoGallet in https://github.com/PyRigi/PyRigi/pull/272
* Getting started refactored by Legersky in https://github.com/PyRigi/PyRigi/pull/273
* GitHub tests require no sphinx warnings by Legersky in https://github.com/PyRigi/PyRigi/pull/274
* Refactor doc standards by ggmath in https://github.com/PyRigi/PyRigi/pull/276
* fixed bib by ggmath in https://github.com/PyRigi/PyRigi/pull/277
* Added numerical option to `Framework.stresses()` by matthiashimmelmann in https://github.com/PyRigi/PyRigi/pull/275
* Added `Wheel` framework to `frameworkDB` by matthiashimmelmann in https://github.com/PyRigi/PyRigi/pull/279
* Moved long tests from `slow_main` to `long_local` by matthiashimmelmann in https://github.com/PyRigi/PyRigi/pull/280
* Slight improvement in symbolic zero recognition via SymPy. by MatteoGallet in https://github.com/PyRigi/PyRigi/pull/278
* Corrected tests on main, disabling only long_local ones. by MatteoGallet in https://github.com/PyRigi/PyRigi/pull/282
* Added `ValueError` if `sp.simplify` does not yield a meaningful result by matthiashimmelmann in https://github.com/PyRigi/PyRigi/pull/281
* Fix prestress test failure for `Frustum(5)` by matthiashimmelmann in https://github.com/PyRigi/PyRigi/pull/283
* Refactor randomized tests by ggmath in https://github.com/PyRigi/PyRigi/pull/284
* Rename `is_redundantly_rigid` to `is_inf_redundantly_rigid` by matthiashimmelmann in https://github.com/PyRigi/PyRigi/pull/286
* Move `Graph.CompleteOnVertices` to `graphDB.Complete` by matthiashimmelmann in https://github.com/PyRigi/PyRigi/pull/285
* Added missing return type hinting by matthiashimmelmann in https://github.com/PyRigi/PyRigi/pull/287
* Renamed `is_redundantly_inf_rigid` by matthiashimmelmann in https://github.com/PyRigi/PyRigi/pull/290
* Docstring improvements by Legersky in https://github.com/PyRigi/PyRigi/pull/288
* Feature globally linked by Maaffaa in https://github.com/PyRigi/PyRigi/pull/250
* Links to data types by MatteoGallet in https://github.com/PyRigi/PyRigi/pull/291
* Added attribute getters to `ApproximateMotion` by matthiashimmelmann in https://github.com/PyRigi/PyRigi/pull/289
* Make some misc functions non-public by Legersky in https://github.com/PyRigi/PyRigi/pull/292
* Improved documentation links and refactored methods into properties by matthiashimmelmann in https://github.com/PyRigi/PyRigi/pull/293


**Full Changelog**: https://github.com/PyRigi/PyRigi/compare/0.4.0...1.0.0

0.4

New Contributors
* Maaffaa made their first contribution in https://github.com/PyRigi/PyRigi/pull/122
* johannessiegele made their first contribution in https://github.com/PyRigi/PyRigi/pull/129
* jcapco made their first contribution in https://github.com/PyRigi/PyRigi/pull/123
* hucik14 made their first contribution in https://github.com/PyRigi/PyRigi/pull/124

**Full Changelog**: https://github.com/PyRigi/PyRigi/compare/0.3.0...0.4.0

0.4.0

What's Changed

0.3

* Raw link for the logo by Legersky in https://github.com/PyRigi/PyRigi/pull/117
* Detailed Installation Instructions created in the documentation by matthiashimmelmann in https://github.com/PyRigi/PyRigi/pull/118
* Example for the empty Framework by matthiashimmelmann in https://github.com/PyRigi/PyRigi/pull/119
* Feature stresses by Maaffaa in https://github.com/PyRigi/PyRigi/pull/122
* Docs fixing installation guide by matthiashimmelmann in https://github.com/PyRigi/PyRigi/pull/120
* __add__ method added to Graph class by Maaffaa in https://github.com/PyRigi/PyRigi/pull/128
* Added `ThreeConnectedR3Circuit`, `C8FlexibleWithFixedVertex` and `K66MinusPerfectMatching` to `graphDB` by matthiashimmelmann in https://github.com/PyRigi/PyRigi/pull/127
* Doc collinear by johannessiegele in https://github.com/PyRigi/PyRigi/pull/129
* removed used lambda function by Maaffaa in https://github.com/PyRigi/PyRigi/pull/132
* Matroidal notions for rigidity theory. by MatteoGallet in https://github.com/PyRigi/PyRigi/pull/130
* is_inf_spanning deleted by Legersky in https://github.com/PyRigi/PyRigi/pull/133
* Feature double banana by Maaffaa in https://github.com/PyRigi/PyRigi/pull/134
* Added Examples and Tests for `rigidity_matrix_rank` (including n-Frustum) by matthiashimmelmann in https://github.com/PyRigi/PyRigi/pull/126
* Many new examples and tests added to resolve TODO by matthiashimmelmann in https://github.com/PyRigi/PyRigi/pull/131
* Feature realization number by jcapco in https://github.com/PyRigi/PyRigi/pull/123
* Minor changes in the documentation of stresses by Legersky in https://github.com/PyRigi/PyRigi/pull/135
* Docstring reformatting by Legersky in https://github.com/PyRigi/PyRigi/pull/139
* Contributors in the documentation by Legersky in https://github.com/PyRigi/PyRigi/pull/140
* Refactor frustum by Legersky in https://github.com/PyRigi/PyRigi/pull/137
* Added definition for globally d-rigid graphs by matthiashimmelmann in https://github.com/PyRigi/PyRigi/pull/142
* Updated sphinx-proof version to remove warning while building doc. by MatteoGallet in https://github.com/PyRigi/PyRigi/pull/143
* Doc global rigidity math by MatteoGallet in https://github.com/PyRigi/PyRigi/pull/144
* Used networkx.compose() to take care of both vertices and edges. by MatteoGallet in https://github.com/PyRigi/PyRigi/pull/145
* Framework.is_(in)dependent implemented by Legersky in https://github.com/PyRigi/PyRigi/pull/146
* Feature Onshape - generate models for 3D printing by hucik14 in https://github.com/PyRigi/PyRigi/pull/124
* Two bugs in is_Rd_circuit fixed by Legersky in https://github.com/PyRigi/PyRigi/pull/150
* Feature high dimensional plotting by rubesjan in https://github.com/PyRigi/PyRigi/pull/141
* Added `C_n`-symmetric frameworks to `frameworkDB` by matthiashimmelmann in https://github.com/PyRigi/PyRigi/pull/149
* Feature double banana by Maaffaa in https://github.com/PyRigi/PyRigi/pull/148
* Added `Graph` method `max_rigid_dimension` by matthiashimmelmann in https://github.com/PyRigi/PyRigi/pull/152
* Refactor realization number by Legersky in https://github.com/PyRigi/PyRigi/pull/136
* Minor example added to make it obvious that `oo` is inifnite! by matthiashimmelmann in https://github.com/PyRigi/PyRigi/pull/153
* Bug - requesting pointer position on keyboard events by hknguler in https://github.com/PyRigi/PyRigi/pull/154
* Skipped tests and docstrings using lnumber when not installed. by MatteoGallet in https://github.com/PyRigi/PyRigi/pull/155
* Motion and ParametricMotion class by rubesjan in https://github.com/PyRigi/PyRigi/pull/158
* Feature stl generation by hucik14 in https://github.com/PyRigi/PyRigi/pull/156
* Infinitesimal Motion Plotter by matthiashimmelmann in https://github.com/PyRigi/PyRigi/pull/151
* Marked tests using extra 'meshing'. by MatteoGallet in https://github.com/PyRigi/PyRigi/pull/161
* PEP8 compliance in .md tutorial files. by MatteoGallet in https://github.com/PyRigi/PyRigi/pull/162
* Feature ParametricMotion tests by rubesjan in https://github.com/PyRigi/PyRigi/pull/163
* Feature generic global rigidity by Maaffaa in https://github.com/PyRigi/PyRigi/pull/160
* Feature tikz by ggmath in https://github.com/PyRigi/PyRigi/pull/159
* Doc colors by ggmath in https://github.com/PyRigi/PyRigi/pull/165
* restructuring into subsections by ggmath in https://github.com/PyRigi/PyRigi/pull/164
* Refactor minimal rigid subgraphs by matthiashimmelmann in https://github.com/PyRigi/PyRigi/pull/166
* Refactor random rigidity by ggmath in https://github.com/PyRigi/PyRigi/pull/170
* Added functionality for symbolic edge lengths by matthiashimmelmann in https://github.com/PyRigi/PyRigi/pull/168
* Fixed bug in trivial_inf_flexes by MatteoGallet in https://github.com/PyRigi/PyRigi/pull/147
* Refactor realization count by ggmath in https://github.com/PyRigi/PyRigi/pull/172
* Medium sized tests by Legersky in https://github.com/PyRigi/PyRigi/pull/157
* crossreference to pages added to cheatsheet by ggmath in https://github.com/PyRigi/PyRigi/pull/173
* Added Tests for the methods `stresses`, `rigidity_matrix`, `stress_matrix` and `is_stress` by matthiashimmelmann in https://github.com/PyRigi/PyRigi/pull/167
* Added missing methods to the docs by matthiashimmelmann in https://github.com/PyRigi/PyRigi/pull/175
* Added the methods `is_trivial_flex` and `is_nontrivial_flex` by matthiashimmelmann in https://github.com/PyRigi/PyRigi/pull/174
* ParametricMotion animation using SVG by rubesjan in https://github.com/PyRigi/PyRigi/pull/171
* Basic documentation of ParametricMotion by Legersky in https://github.com/PyRigi/PyRigi/pull/176

0.3.0

* Python kernel fixed in Getting started notebook by Legersky in https://github.com/PyRigi/PyRigi/pull/114
* Getting started notebook link fix by Legersky in https://github.com/PyRigi/PyRigi/pull/115

New Contributors
* hknguler made their first contribution in https://github.com/PyRigi/PyRigi/pull/92
* mihalykoandras made their first contribution in https://github.com/PyRigi/PyRigi/pull/82

**Full Changelog**: https://github.com/PyRigi/PyRigi/compare/0.2.2...0.3.0

Page 1 of 2

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.