|
1 | 1 | # Change Log |
2 | 2 |
|
3 | | -## [v2.3.1](https://github.com/simvue-io/client/releases/tag/v2.3.1) - 2026-01-30 |
| 3 | +## [v2.3.2](https://github.com/simvue-io/python-api/releases/tag/v2.3.2) - 2026-02-10 |
| 4 | + |
| 5 | +- Add handling of metrics based on size and enforce 10k points per grid metric as per server. |
| 6 | +- Freeze `flatdict==4.0.0` do address install issues. |
| 7 | + |
| 8 | +## [v2.3.1](https://github.com/simvue-io/python-api/releases/tag/v2.3.1) - 2026-01-30 |
4 | 9 |
|
5 | 10 | - Allow negative time when logging simulation metrics. |
6 | 11 |
|
7 | | -## [v2.3.0](https://github.com/simvue-io/client/releases/tag/v2.3.0) - 2025-12-11 |
| 12 | +## [v2.3.0](https://github.com/simvue-io/python-api/releases/tag/v2.3.0) - 2025-12-11 |
8 | 13 |
|
9 | 14 | - Refactored sender functionality introducing new `Sender` class. |
10 | 15 | - Added missing `created` property to `User` and `Tenant` LLAPI objects. |
11 | 16 |
|
12 | | -## [v2.2.4](https://github.com/simvue-io/client/releases/tag/v2.2.4) - 2025-11-13 |
| 17 | +## [v2.2.4](https://github.com/simvue-io/python-api/releases/tag/v2.2.4) - 2025-11-13 |
13 | 18 |
|
14 | 19 | - Added fixes for future servers which disallow extra arguments in requests. |
15 | 20 |
|
16 | | -## [v2.2.3](https://github.com/simvue-io/client/releases/tag/v2.2.3) - 2025-11-10 |
| 21 | +## [v2.2.3](https://github.com/simvue-io/python-api/releases/tag/v2.2.3) - 2025-11-10 |
17 | 22 |
|
18 | 23 | - Use `msgpack` for `GridMetrics` in a manner similar to `Metrics`. |
19 | 24 | - Fix incorrect setting of global log level. |
20 | 25 | - Fix alert duplication in offline mode and other offline fixes. |
21 | 26 |
|
22 | | -## [v2.2.2](https://github.com/simvue-io/client/releases/tag/v2.2.2) - 2025-10-14 |
| 27 | +## [v2.2.2](https://github.com/simvue-io/python-api/releases/tag/v2.2.2) - 2025-10-14 |
23 | 28 |
|
24 | 29 | - Enforced use of UTC for all datetime recording. |
25 | 30 | - Added support for Python3.14. |
26 | 31 |
|
27 | | -## ~~[v2.2.1](https://github.com/simvue-io/client/releases/tag/v2.2.1) - 2025-10-13~~ |
| 32 | +## ~~[v2.2.1](https://github.com/simvue-io/python-api/releases/tag/v2.2.1) - 2025-10-13~~ |
28 | 33 |
|
29 | 34 | **Broken release yanked from PyPi** |
30 | 35 |
|
31 | | -## [v2.2.0](https://github.com/simvue-io/client/releases/tag/v2.2.0) - 2025-09-22 |
| 36 | +## [v2.2.0](https://github.com/simvue-io/python-api/releases/tag/v2.2.0) - 2025-09-22 |
32 | 37 |
|
33 | 38 | - Improves handling of Conda based environments in metadata collection. |
34 | 39 | - Adds additional options to `Client.get_runs`. |
|
37 | 42 | - Improves checks on `offline.cache` directory specification in config file. |
38 | 43 | - Added ability to upload multiple runs as a batch via the low level API. |
39 | 44 |
|
40 | | -## [v2.1.2](https://github.com/simvue-io/client/releases/tag/v2.1.2) - 2025-06-25 |
| 45 | +## [v2.1.2](https://github.com/simvue-io/python-api/releases/tag/v2.1.2) - 2025-06-25 |
41 | 46 |
|
42 | 47 | - Fixed issue in downloading files from tenant runs. |
43 | 48 | - Fixed bug in pagination whereby the count value specified by the user is ignored. |
|
47 | 52 | - Ensured all threads have `daemon=True` to prevent hanging on termination. |
48 | 53 | - Added error when `close()` method is called within the `simvue.Run` context manager. |
49 | 54 |
|
50 | | -## [v2.1.1](https://github.com/simvue-io/client/releases/tag/v2.1.1) - 2025-04-25 |
| 55 | +## [v2.1.1](https://github.com/simvue-io/python-api/releases/tag/v2.1.1) - 2025-04-25 |
51 | 56 |
|
52 | 57 | - Changed from CO2 Signal to ElectricityMaps |
53 | 58 | - Fixed a number of bugs in how offline mode is handled with emissions |
|
56 | 61 | - Fixed bug in setting visibility in `run.init` method |
57 | 62 | - Default setting in `Client.get_runs` is now `show_shared=True` |
58 | 63 |
|
59 | | -## [v2.1.0](https://github.com/simvue-io/client/releases/tag/v2.1.0) - 2025-03-28 |
| 64 | +## [v2.1.0](https://github.com/simvue-io/python-api/releases/tag/v2.1.0) - 2025-03-28 |
60 | 65 |
|
61 | 66 | - Removed CodeCarbon dependence in favour of a slimmer solution using the CO2 Signal API. |
62 | 67 | - Added sorting to server queries, users can now specify to sort by columns during data retrieval from the database. |
63 | 68 | - Added pagination of results from server to reduce await time in responses. |
64 | 69 | - Added equivalent of folder details modification function to `Client` class. |
65 | 70 |
|
66 | | -## [v2.0.1](https://github.com/simvue-io/client/releases/tag/v2.0.1) - 2025-03-24 |
| 71 | +## [v2.0.1](https://github.com/simvue-io/python-api/releases/tag/v2.0.1) - 2025-03-24 |
67 | 72 |
|
68 | 73 | - Improvements to docstrings on methods, classes and functions. |
69 | 74 |
|
70 | | -## [v2.0.0](https://github.com/simvue-io/client/releases/tag/v2.0.0) - 2025-03-07 |
| 75 | +## [v2.0.0](https://github.com/simvue-io/python-api/releases/tag/v2.0.0) - 2025-03-07 |
71 | 76 |
|
72 | 77 | - Add new example notebooks |
73 | 78 | - Update and refactor examples to work with v2.0 |
|
305 | 310 |
|
306 | 311 | - The previous `Simvue` class has been split into `Run` and `Client`. When creating a run use the new `Run` class rather than `Simvue`. |
307 | 312 |
|
308 | | -## [v0.1.0](https://github.com/simvue-io/client/releases/tag/v0.1.0) - 2022-10-25 |
| 313 | +## [v0.1.0](https://github.com/simvue-io/python-api/releases/tag/v0.1.0) - 2022-10-25 |
309 | 314 |
|
310 | 315 | - First release. |
0 commit comments