This release is focus on code readability and maintenance
- Adding a docstring for each function explaining the purpose and how it works
- Adding typing for the whole project for more for more self-explanatory code
- Small refactoring of some function name / variable for more self-explanatory code
- Add black linter
1.1.3
- Improve README.md with more information about the library and what you can expect from it - Update the `table.to_df()` method which is now giving a more fidel output, previous method was to use `pd.read_html()` after a `table.to_html()`
1.1.2
Code cleaning
- clean a few files that were conflicting with jupyter-lab checkpoint
1.1.1
Update package manager to poetry
1.1
**1 - Adding a new debug mode which permit much more granularity**