Skip to content

Commit

Permalink
Add release notes for 2.0.2 (#904)
Browse files Browse the repository at this point in the history
  • Loading branch information
maximlt committed Jan 17, 2024
1 parent dc13dc2 commit 594c02e
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -2,7 +2,7 @@

| | |
| --- | --- |
| Build Status | [![Linux/MacOS/Windows Build Status](https://github.com/holoviz/param/workflows/pytest/badge.svg)](https://github.com/holoviz/param/actions/workflows/test.yml)
| Build Status | [![Linux/MacOS/Windows Build Status](https://github.com/holoviz/param/workflows/tests/badge.svg)](https://github.com/holoviz/param/actions/workflows/test.yaml)
| Coverage | [![codecov](https://codecov.io/gh/holoviz/param/branch/main/graph/badge.svg)](https://codecov.io/gh/holoviz/param) ||
| Latest dev release | [![Github tag](https://img.shields.io/github/v/tag/holoviz/param.svg?label=tag&colorB=11ccbb)](https://github.com/holoviz/param/tags) [![dev-site](https://img.shields.io/website-up-down-green-red/https/holoviz-dev.github.io/param.svg?label=dev%20website)](https://holoviz-dev.github.io/param/) |
| Latest release | [![Github release](https://img.shields.io/github/release/holoviz/param.svg?label=tag&colorB=11ccbb)](https://github.com/holoviz/param/releases) [![PyPI version](https://img.shields.io/pypi/v/param.svg?colorB=cc77dd)](https://pypi.python.org/pypi/param) [![param version](https://img.shields.io/conda/v/pyviz/param.svg?colorB=4488ff&style=flat)](https://anaconda.org/pyviz/param) [![conda-forge version](https://img.shields.io/conda/v/conda-forge/param.svg?label=conda%7Cconda-forge&colorB=4488ff)](https://anaconda.org/conda-forge/param) [![defaults version](https://img.shields.io/conda/v/anaconda/param.svg?label=conda%7Cdefaults&style=flat&colorB=4488ff)](https://anaconda.org/anaconda/param) |
Expand Down
21 changes: 21 additions & 0 deletions doc/releases.md
@@ -1,5 +1,26 @@
# Releases

## Version 2.0.2

Date: 2024-01-17

This patch release fixes a few bugs and introduces a performance enhancement. Many thanks to @alfredocarella for their first contribution, and to the maintainers @maximlt and @philippjfr for contributing to this release.

Optimization:

- Minor optimizations in hot codepaths accessing class parameters ([#893](https://github.com/holoviz/param/pull/893))

Bug fixes:

- Unpack partial callables in `iscoroutinefunction` ([#894](https://github.com/holoviz/param/pull/894))
- Fix building Param with `setuptools-scm<7` ([#903](https://github.com/holoviz/param/pull/903))

Documentation:
- Replace *Google Analytics* with *GoatCounter* ([#895](https://github.com/holoviz/param/pull/895))
- Fix a typo in `Outputs.ipynb` ([#892](https://github.com/holoviz/param/pull/892))

[*Full Changelog*](https://github.com/holoviz/param/compare/v2.0.1...v2.0.2)

## Version 2.0.1

Date: 2023-11-08
Expand Down

0 comments on commit 594c02e

Please sign in to comment.