Skip to content
Snippets Groups Projects
Commit a800eb64 authored by Florian Spreckelsen's avatar Florian Spreckelsen
Browse files

DOC: Update changelog

parent 8a619c79
No related branches found
No related tags found
1 merge request!128MNT: Added a warning when column metadata is not configured, and a better...
...@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. ...@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased] ## ## [0.13.0] - 2025-01-16 ##
### Added ### ### Added ###
...@@ -12,34 +12,36 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ...@@ -12,34 +12,36 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed ### ### Changed ###
- Using the official name "LinkAhead" wherever possible without large effort. This includes the - Using the official name "LinkAhead" wherever possible without large
following exposed names / features: effort. This includes the following exposed names / features:
- `models.data_model.LINKAHEAD_INTERNAL_PROPERTIES` - `models.data_model.LINKAHEAD_INTERNAL_PROPERTIES`
- `export_related.export` exports to `linkahead_data.xml` now. - `export_related.export` exports to `linkahead_data.xml` now.
- Renamed (and added) installation "extra" options: - Renamed (and added) installation "extra" options:
- `h5` instead of `h5-crawler` - `h5` instead of `h5-crawler`
- `dev`, `doc`, `test` and `all` are new, they install the dependencies for developing, testing, - `dev`, `doc`, `test` and `all` are new, they install the
documentation and everything. dependencies for developing, testing, documentation and
- The `pandoc_header_tools.get_header()` parameter `add_header` has been renamed to `add_header_to_file` everything.
to resolve a name collision. - The `pandoc_header_tools.get_header()` parameter `add_header` has
been renamed to `add_header_to_file` to resolve a name collision.
### Deprecated ###
### Removed ### ### Removed ###
- Bloxberg code snippets. These were just a proof of concept, untested and never used in production. - Bloxberg code snippets. These were just a proof of concept, untested
- Labfolder converter. It was broken anyway, not used by anyone we know and there were no automated and never used in production.
tests. For the time being, it lives on in the `f-labfolder-converter` branch, [issue 67](https://gitlab.com/linkahead/linkahead-advanced-user-tools/-/issues/67) is - Labfolder converter. It was broken anyway, not used by anyone we
there to coordinate resurrections efforts if someone needs it.. know and there were no automated tests. For the time being, it lives
on in the `f-labfolder-converter` branch, [issue
67](https://gitlab.com/linkahead/linkahead-advanced-user-tools/-/issues/67)
is there to coordinate resurrections efforts if someone needs it..
- Support for Python 3.8 - Support for Python 3.8
### Fixed ### ### Fixed ###
- Yaml data model parser adds data types of properties of record types and other attributes which fixes https://gitlab.indiscale.com/caosdb/customers/f-fit/management/-/issues/58 - Yaml data model parser adds data types of properties of record types
and other attributes which fixes
https://gitlab.indiscale.com/caosdb/customers/f-fit/management/-/issues/58
- `XLSXConverter` now checks path validity before parsing the worksheet. - `XLSXConverter` now checks path validity before parsing the worksheet.
### Security ###
### Documentation ### ### Documentation ###
* Added documentation of `caosadvancedtools.loadFiles` module. * Added documentation of `caosadvancedtools.loadFiles` module.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment