-`dev`, `doc`, `test` and `all` are new, they install the dependencies for developing, testing,
documentation and everything.
- The `pandoc_header_tools.get_header()` parameter `add_header` has been renamed to `add_header_to_file`
to resolve a name collision.
### Deprecated ###
-`dev`, `doc`, `test` and `all` are new, they install the
dependencies for developing, testing, documentation and
everything.
- The `pandoc_header_tools.get_header()` parameter `add_header` has
been renamed to `add_header_to_file` to resolve a name collision.
### Removed ###
- Bloxberg code snippets. These were just a proof of concept, untested and never used in production.
- Labfolder converter. It was broken anyway, not used by anyone we 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..
- Bloxberg code snippets. These were just a proof of concept, untested
and never used in production.
- Labfolder converter. It was broken anyway, not used by anyone we
know and there were no automated tests. For the time being, it lives
is there to coordinate resurrections efforts if someone needs it..
- Support for Python 3.8
### 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