* Documentation fixes, improvements and clarifications
0.11.14
* Documentation tweaks, clarifications and typesetting improvements
0.11.13
* Refactor the `ContinuedFraction.from_elements` class method to construct and initialise new objects from sequences of elements without calling the initialiser `__init__`, which makes it faster * Update the documentation, including some additional details for the differences in representations between "positive" and "negative" continued fractions
0.11.12
* Refactor (and improve) the `ContinuedFraction` class functionality for convergents, and remove segments functionality * Update tests and documentation
0.11.11
* Move CodeQL analysis to a separate GitHub Actions workflow + add a README status badge
0.11.10
* Fix docs typos for "negative" continued fractions