Skip to content

Version 2.0.1

Compare
Choose a tag to compare
@maximlt maximlt released this 12 Jan 07:20
· 47 commits to main since this release
eaa106b

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 the tests-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:

  • Add migration guide to Param 2.0 (#883)
  • Update Parameter API reference (#881)

Full Changelog