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

DOC: Update changelog

parent 5f94c93b
No related branches found
No related tags found
2 merge requests!107Release v0.11.0,!106F gaps in int columns
Pipeline #52530 passed with warnings
...@@ -13,6 +13,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ...@@ -13,6 +13,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed ### ### Changed ###
- The `TableImporter` and its subclasses now change all integer datatypes to the
nullable `pandas.Int64Datatype` s.th. integer columns with empty fields can be
treated properly. In case you don't want the datatypes to be changed
automatically, initialize the `TableImporter` with
`convert_int_to_nullable_int=False`.
### Deprecated ### ### Deprecated ###
### Removed ### ### Removed ###
...@@ -20,12 +26,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ...@@ -20,12 +26,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed ### ### Fixed ###
- Blacklisted buggy openpyxl version - Blacklisted buggy openpyxl version
- [#62](https://gitlab.com/linkahead/linkahead-advanced-user-tools/-/issues/62)
The `TableImporter` now handles empty fields in integer columns by supporting
the corresponding [nullable integer
types](https://pandas.pydata.org/docs/user_guide/integer_na.html) in Pandas.
### Security ### ### Security ###
### Documentation ### ### Documentation ###
- loadFiles has better `-h` documentation now - loadFiles has better `-h` documentation now
- Rudimentary documentation for `table_importer` module
## [0.10.0] - 2024-04-24 ## ## [0.10.0] - 2024-04-24 ##
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment