itkdb history¶
All notable changes to itkdb will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Unreleased¶
Changed:
Added:
Fixed:
0.4.0 - 2023-03-02¶
Added:
- This documentation website!
- Functionality to upload to EOS (
with_eos
argument to itkdb.Client) - Automatic SSL verification for requests to
.cern.ch
itkdb.utils
itkdb.models
- itkdb.models.BinaryFile as a base for all file models
- itkdb.models.ZipFile (#17)
- Configuration
- Support for python 3.11 (#19)
contrib
feature for rendering exceptions that return HTML (#20)- itkdb.data for data files (#15 for image/text data files and the CERN SSL cert chain, #24 for ROOT file)
Changed:
- Renamed
itkdb.utilities
toitkdb.utils
itkdb.models
itkdb.models.Image
to itkdb.models.ImageFileitkdb.models.Text
to itkdb.models.TextFile
- Improved handling of large data files by creating a temporary file on disk when downloading from ITkPD or EOS
- itkdb.core.User arguments renamed from
accessCode1
/accessCode2
toaccess_code1
/access_code2
to be more pythonic
Fixed:
- Fix
version
command when the version is dynamic and build dependencies are unmet - Fixed bug in CLI for overriding base configuration settings (#14)
- Fixed bug in duplicated logging when redirects occur (#21)
Last update: March 11, 2023