mirror of
https://gitlab.cern.ch/wotsubo/PSBoardDataBase.git
synced 2025-07-04 02:29:33 +09:00
refactoring: rename crate_database functions (BREAKING)
This commit is contained in:
parent
733fb392c3
commit
656848f850
6 changed files with 26 additions and 16 deletions
|
@ -9,7 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
### Added
|
||||
|
||||
- `create_database_from_exported_csvs` now can save a JLD2 cache to store parsed slave logs.
|
||||
- `create_database`(formally `create_database_from_exported_csvs`) now can save a JLD2 cache to store parsed slave logs.
|
||||
|
||||
### Changed
|
||||
|
||||
- Renamed `create_database_from_exported_csvs` to `create_database` and `create_database` to `create_empty_database`. (!1423)
|
||||
- Exported `create_database`
|
||||
|
||||
## [0.5.1] - 2025-01-23
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue