This minor release fixes a number of bugs, including a regression introduced by the replacement of the build backend (setuptools
for hatchling
) which led to the doc
folder being wrongly packaged. Many thanks to @SultanOrazbayev for their first contribution, to @musicinmybrain for spotting the regression and submitting fixes, and to the maintainers @Hoxbro, @jbednar and @maximlt for contributing to this release.
Bug fixes:
- Do not install
doc
folder in site-packages (#878) - Drop the
feather-format
test dependency (#879) - Add
tables
to thetests-deser
extra (#880) - Fix
_state_push
and_state_pop
(#884) version.py
: new process should not create a window on Windows (#882, #886)- Don't import
setuptools_scm
if the.git
folder doesn't exist (#885)
Documentation: