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
- Upgraded chart smoothing; the state will remain preserved after webpage refresh
12
+
- Updated chart resizing; now you can change the size by dragging the bottom right corner of the chart
13
+
14
+
**⚙️ Bug Fixes**
15
+
- Fixed a bug where the project settings did not display the delete option when there were no experiments
9
16
10
17
## v0.4.2 - 2024.12.24
11
18
@@ -249,206 +256,4 @@ by Cunyue
249
256
**⚡️Improvements**
250
257
- Optimized line chart rendering for large datasets
251
258
- Improved performance in Jupyter
252
-
- Fixed numerous issues from previous versions
253
-
254
-
## v0.2.4 - 2024.3.17
255
-
256
-
**⚡️Improvements**
257
-
- Improved image chart display
258
-
-`swanlab.Image` now supports PyTorch tensor input
259
-
260
-
**🔧Bug Fixes**
261
-
- Fixed multimedia chart caption parameter issues
262
-
- Fixed issues caused by interrupting `swanlab.init` initialization
263
-
- Fixed SwanLab initialization errors in Jupyter notebook
264
-
265
-
## v0.2.3 - 2024.3.12
266
-
267
-
**🚀New Features**
268
-
- Added line chart smoothing with 3 algorithms
269
-
- Added chart pinning
270
-
- Added chart hiding
271
-
272
-
**⚡️Improvements**
273
-
- Remembers chart group collapse states
274
-
- Multimedia charts default to showing last step
275
-
276
-
## v0.2.2 - 2024.3.4
277
-
278
-
**⚡️Improvements**
279
-
- Multimedia charts support arrow key navigation
280
-
281
-
**🔧Bug Fixes**
282
-
- Fixed various bugs
283
-
284
-
## v0.2.1 - 2024.3.1
285
-
286
-
**🚀New Features**
287
-
- Text charts: Support for log text type
288
-
- Multi-experiment charts support image and audio charts
289
-
290
-
**⚡️Improvements**
291
-
- Improved line chart component performance
292
-
293
-
## v0.2.0 - 2024.2.8
294
-
295
-
**New Features**
296
-
- Multi-experiment comparison charts: Compare log data from multiple experiments in one chart
297
-
- Image charts: Support for logging images (files, numpy arrays, PIL.Image, matplotlib)
298
-
- Audio charts: Support for logging audio (files, numpy arrays)
299
-
- Auto-view other charts at same position when viewing one chart
300
-
301
-
**Improvements**
302
-
- Added suffix parameter to swanlab.init for custom experiment suffixes
303
-
- Changed loggings parameter to logger in swanlab.log, supporting dictionary control of auto-printing
304
-
- Changed default experiment name format to: '%b%d-%h-%m-%s' (example:'Feb03_14-45-37')
305
-
- Changed Environment logdir to specific experiment log file path
306
-
- Added hardware data monitoring class
307
-
- Improved many UI details
308
-
309
-
**Bug Fixes**
310
-
- Fixed line chart display errors caused by swanlab.log step parameter
311
-
- Fixed logs loading failures in some cases
312
-
313
-
## v0.1.6 - 2024.1.25
314
-
315
-
**New Features**
316
-
- Added APIloggings to swanlab.init and swanlab.log, auto-prints metrics to terminal when enabled
317
-
- New Config/Summary table component with parameter search
318
-
319
-
**Improvements**
320
-
- Optimized web fonts
321
-
- Optimized web header
322
-
- Optimized handling of NaN in swanlab.log
323
-
324
-
**Fixes**
325
-
- Fixed swanlab watch errors in Python 3.8
326
-
- Fixed GridView and Summary component crashes with incompatible data types in swanlab.log
327
-
328
-
## v0.1.5 - 2024.1.23
329
-
330
-
**New Features**
331
-
- 🚨Replaced basic config info read/write with SQLite database and Peewee library (#114)
332
-
- Major improvement for future development but incompatible with old versions (swanlab<=v0.1.4). Use [conversion script](https://github.com/SwanHubX/SwanLab/blob/main/script/transfer_logfile_0.1.4.py) for old log files
333
-
- Experiment list supports quick CSV export
334
-
- Experiment list supports "Summary Only" view
335
-
- Experiment list supports search
336
-
- Environment items have "Quick Copy" interaction
337
-
- Auto environment recording adds logdir, Run path
338
-
- New API swanlab.config
339
-
340
-
**Improvements**
341
-
- Improved various UI elements
342
-
- Added Y-axis lines to line charts
343
-
- Improved error messages for non-existent log files in swanlab watch
344
-
345
-
**Fixes**
346
-
- Fixed errors with hydra library parameter input
347
-
- Fixed errors with spaces in swanlab.log dictionary keys
348
-
- Fixed errors when running without git initialization
349
-
350
-
## v0.1.4 - 2024.1.13
351
-
352
-
**New Features**
353
-
- New UI & UX
354
-
- Responsive design: Optimized for phones, tablets, and various resolutions
355
-
- Additional auto environment recording:
356
-
- Command
357
-
- Git Branch
358
-
- Git Commit
359
-
- Memory
360
-
- Requirements - Auto records current pip environment
361
-
- Logs and Requirements support search, copy, and download
362
-
363
-
**New APIs**
364
-
- swanlab.init adds logdir API: Set log file save location
0 commit comments