WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 9f7f931

Browse files
committed
Update version to 0.6.0 in pyproject.toml and README.md
1 parent 8b364f8 commit 9f7f931

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ We introduce a comprehensive framework that models and predicts the full conditi
3838
:white_check_mark: LightGBMLSS is available in Python. <br/>
3939

4040
## `News`
41+
:boom: [2025-12-11] Release of v0.6.0 LightGBMLSS to [PyPI](https://pypi.org/project/lightgbmlss/). <br/>
4142
:boom: [2024-01-19] Release of LightGBMLSS to [PyPI](https://pypi.org/project/lightgbmlss/). <br/>
4243
:boom: [2023-08-28] Release of v0.4.0 introduces Mixture-Densities. See the [release notes](https://github.com/StatMixedML/LightGBMLSS/releases) for an overview. <br/>
4344
:boom: [2023-07-20] Release of v0.3.0 introduces Normalizing Flows. See the [release notes](https://github.com/StatMixedML/LightGBMLSS/releases) for an overview. <br/>
@@ -80,7 +81,7 @@ If you use LightGBMLSS in your research, please cite it as:
8081
author = {Alexander M\"arz},
8182
title = {{LightGBMLSS: An Extension of LightGBM to Probabilistic Modelling}},
8283
year = {2023},
83-
note = {GitHub repository, Version 0.5.0},
84+
note = {GitHub repository, Version 0.6.0},
8485
howpublished = {\url{https://github.com/StatMixedML/LightGBMLSS}}
8586
}
8687
```

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "lightgbmlss"
3-
version = "0.5.0"
3+
version = "0.6.0"
44
description = "LightGBMLSS - An extension of LightGBM to probabilistic modelling"
55
readme = { file = "README.md", content-type = "text/markdown" }
66
authors = [

0 commit comments

Comments
 (0)