refactoring: rename crate_database functions (BREAKING)

This commit is contained in:
Wataru Otsubo 2025-01-24 09:14:36 +01:00
parent 733fb392c3
commit 656848f850
6 changed files with 26 additions and 16 deletions

View file

@ -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