Skip to content

Commit c59714c

Browse files
authored
Merge pull request #131 from radionets-project/v0.7.1
Patch v0.7.1
2 parents d6b88e9 + 8e5162d commit c59714c

File tree

4 files changed

+32
-2
lines changed

4 files changed

+32
-2
lines changed

CHANGES.rst

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
1+
Pyvisgen 0.7.1 (2025-12-11)
2+
===========================
3+
4+
5+
API Changes
6+
-----------
7+
8+
9+
Bug Fixes
10+
---------
11+
12+
13+
New Features
14+
------------
15+
16+
17+
Maintenance
18+
-----------
19+
20+
- Removed ``toma`` dependency in favor of own implementation for batch size reduction (:func:`~pyvisgen.utils.batch_size.adaptive_batch_size`) [`#129 <https://github.com/radionets-project/pyvisgen/pull/129>`__]
21+
22+
- Renamed ``codecarbon`` submodule to ``carbon_tracking`` [`#130 <https://github.com/radionets-project/pyvisgen/pull/130>`__]
23+
24+
25+
Refactoring and Optimization
26+
----------------------------
27+
128
Pyvisgen 0.7.0 (2025-12-10)
229
===========================
330

docs/_static/switcher.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@
99
"version": "stable",
1010
"url": "https://pyvisgen.readthedocs.io/en/stable/"
1111
},
12+
{
13+
"name": "v0.7.1",
14+
"version": "v0.7.1",
15+
"url": "https://pyvisgen.readthedocs.io/en/v0.7.1/"
16+
},
1217
{
1318
"name": "v0.7.0",
1419
"version": "v0.7.0",

docs/changes/129.maintenance.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/changes/130.maintenance.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)