Blame view

CHANGELOG.md 1.33 KB
ebc1a105   hitier   Old changelog bec...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

Version numbering will follow those principles:
- MAJOR: for big changes, like inner architecture
- MINOR: for new functionnalities, like adding hardware and corresponding servers and clients.
- PATCH: when fixing bugs or adding very small details for previous MINOR functionnality.

`Unreleased` version holds ongoing changes.

Changes are kept under subsections:
- `New` for new features.
- `Changed` for changes in existing functionality.
- `Deprecated` for soon-to-be removed features.
- `Removed` for now removed features.
- `Fixed` for any bug fixes.
- `Security` in case of vulnerabilities.

Should be noted only functionnal changes,
or major refactoring improvments.

20dde75f   hitier   Record changes be...
25
## [2.0.0] - YYYY-MM-DD - Message
ebc1a105   hitier   Old changelog bec...
26
27
28
### Fixed
### Changed
### New
20dde75f   hitier   Record changes be...
29

5e936526   hitier   Record changes be...
30
31
32
33
## [2.0.0-alpha.4] - 2023-11-04 - Docker volume binds
### New
Allow to bind local files and dirs to container

20dde75f   hitier   Record changes be...
34
35
36
37
38
39
40
41
42
43
44
## [2.0.0-alpha.3] - 2023-11-03 - Display Input plot
### New
Show input data along with targets charts

## [2.0.0-alpha.2] - 2023-10-30 - Speasy
### New
Change fetching lib to Speasy

## [2.0.0-alpha.1] - 2023-10-23 - Notebooks
### New
Add notebooks capabilities