Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Changelog
=========

:Version: 1.1.0 of 2025-08-04

Remove the undocumented __reload_submodules__ function. Reasons:
- It was only ever used for debugging, better tools exist now
- It relied on `imp`, which was removed in Python 3.12


:Version: 1.0.1 of 2019-01-07

Add Python 3 support.
Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ More code from the same publication is released in the `priceprop
<https://github.com/felixpatzelt/priceprop>`_ package.

Please find further
explanations in the docstrings and in the examples
explanations in the docstrings and in the `examples <examples>`_
directory.


Expand All @@ -53,7 +53,7 @@ Installation
Dependencies (automatically installed)
--------------------------------------

- Python 2.7 or 3.6
- Python 2.7 or 3.6+
- NumPy
- SciPy
- Pandas
Expand Down
Loading