You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+13-1Lines changed: 13 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/).
7
7
8
+
## [1.2.2] - 2025-12-29
9
+
10
+
### Documentation
11
+
-**Updated Index**: index now includes tables with examples for feature selection.
12
+
-**Getting Started for Biologists**: An updated page which leverages google colab for a more user friendly walkthrough of BioNeuralNet.
13
+
14
+
### Ray Tune Patch
15
+
-**Ray tune**: Updated from `ray[tune,train]>=2.46.0` to `ray[tune,train]>=2.46.0, <2.53.0` due to an recent release on December 20, 2025 which breaks some functionality. This temporately fixes the issue.
16
+
17
+
### New DPMON param: `tune_trails`
18
+
- This parameter gives users the ability to dictate how many ray tune trials to run. This works alongside the Dynamic Sampling from `v1.2.1`.
19
+
8
20
## [1.2.1] - 2025-11-30
9
21
10
22
### Dependencies
@@ -227,4 +239,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
227
239
-**Bug Fixes**:
228
240
- Resolved incorrect handling of `tune=True` in Hybrid Louvain.
229
241
- Addressed inconsistencies in `GraphEmbedding` parameter parsing.
230
-
- Fixed dataset loading issues in example scripts.
242
+
- Fixed dataset loading issues in example scripts.
0 commit comments