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