Skip to content

Commit eaa106b

Browse files
authored
add release notes (#887)
1 parent 84c2852 commit eaa106b

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

doc/releases.md

+22
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# Releases
22

3+
## Version 2.0.1
4+
5+
Date: 2023-11-08
6+
7+
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.
8+
9+
Bug fixes:
10+
11+
- Do not install `doc` folder in *site-packages* ([#878](https://github.com/holoviz/param/pull/878))
12+
- Drop the `feather-format` test dependency ([#879](https://github.com/holoviz/param/pull/879))
13+
- Add `tables` to the `tests-deser` extra ([#880](https://github.com/holoviz/param/pull/880))
14+
- Fix `_state_push` and `_state_pop` ([#884](https://github.com/holoviz/param/pull/884))
15+
- `version.py`: new process should not create a window on Windows ([#882](https://github.com/holoviz/param/pull/882), [#886](https://github.com/holoviz/param/pull/886))
16+
- Don't import `setuptools_scm` if the `.git` folder doesn't exist ([#885](https://github.com/holoviz/param/pull/885))
17+
18+
Documentation:
19+
20+
- Add migration guide to Param 2.0 ([#883](https://github.com/holoviz/param/pull/883))
21+
- Update Parameter API reference ([#881](https://github.com/holoviz/param/pull/881))
22+
23+
[*Full Changelog*](https://github.com/holoviz/param/compare/v2.0.0...v2.0.1)
24+
325
## Version 2.0.0
426

527
Date: 2023-10-24

0 commit comments

Comments
 (0)