File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
99
1010These are the releases of the version 2 of Leaspy.
1111
12+ ### [ 2.0.2] - 2026-01-20
13+
14+ - Adressing security issues in 6 packages
15+
1216### [ 2.0.1] - 2025-12-17
1317
1418- [ LICENSE] Fix license metadata and text to strictly comply with BSD-3-Clause-Clear
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44
55[project ]
66name = " leaspy"
7- version = " 2.0.1 "
7+ version = " 2.0.2 "
88description = " Leaspy is a software package for the statistical analysis of longitudinal data."
99license = " BSD-3-Clause-Clear"
1010authors = [
Original file line number Diff line number Diff line change 11from importlib import import_module
22
3- __version__ = "2.0.1 "
3+ __version__ = "2.0.2 "
44dtype = "float32"
55
66pkg_deps = [
You can’t perform that action at this time.
0 commit comments