Chore
- Tag for release candidate
- Toggle some D2xx errors
Fix
- Do not take into account non-eq attributes
CI
- tutorials/ci_tutorials.py added to check runnability of .ipynb files inside this new folder
- automatic upload of coverage
- spellcheck with pyenchant integrated to pylint
- fixing versions of pylint and pydocstyle to avoid uncontrolled new errors
Performance
- Change sequence hash to check only first and last element recursively
- Change dict hash to check only first and last element recursively
- Refactor search_memo function to improve copy performance
- Add pre-checks for non list-like element in is_sequence function
- For is_serializable, not using pointers while trying to_dict
- Refactor workflow run values for serializability checks
Chore
- Toggle some D2xx errors
- Tag for release candidate
Fixed
- fix str of Dataset