Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
caosdb-advanced-user-tools
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
caosdb
Software
caosdb-advanced-user-tools
Commits
24ba826c
Commit
24ba826c
authored
3 years ago
by
florian
Browse files
Options
Downloads
Patches
Plain Diff
REL: Add 0.3 to changelog
parent
67371bad
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!22
Release 0.3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CHANGELOG.md
+21
-13
21 additions, 13 deletions
CHANGELOG.md
with
21 additions
and
13 deletions
CHANGELOG.md
+
21
−
13
View file @
24ba826c
...
...
@@ -8,10 +8,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added ###
### Changed ###
### Deprecated ###
### Removed ###
### Fixed ###
### Security ###
## [0.3.0] - 2021-11-02 ##
### Added ###
-
Error handling for missing files when using the crawler
-
included the scifolder module
-
included the caosmodels module
*
`send_mail`
function in
`caosadvancedtools.serverside.helper`
module
-
`send_mail`
function in
`caosadvancedtools.serverside.helper`
module
-
New class to collect possible problems with the data model
-
New class for checking and importing tables
-
Function to get a file path to a shared resource directory
...
...
@@ -39,9 +53,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
allows them to have dependencies among each other if they are ordered
correctly
-
identifiables must have at least one property or a name
*
`caosadvancedtools.serverside.helper.init_data_model`
also checks the role
-
`caosadvancedtools.serverside.helper.init_data_model`
also checks the role
and data type of entities.
*
The
`caosadvancedtools.table_importer.date_converter`
now actually returns
-
The
`caosadvancedtools.table_importer.date_converter`
now actually returns
`datetime.date`
instance. A new
`caosadvancedtools.table_importer.datetime_converter`
replaces the old
`date_converter`
and returns a
`datetime.datetime`
instance.
...
...
@@ -57,24 +71,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
-
`caosadvancedtools.cfood.assure_object_is_in_list`
conducts in-place
updates if no
`to_be_updated`
object is supplied.
### Deprecated ###
### Removed ###
### Fixed ###
-
An exception in collect_information does no longer lead to a break down.
-
Removed dependency on discontiued xlrd version
*
Fixed an issue where
`caosadvancedtools.cache.UpdateCache`
would
-
Fixed an issue where
`caosadvancedtools.cache.UpdateCache`
would
cause an
`sqlite3.IntegrityError`
if more than one change was cached
for the same entity.
*
#40 Insertion of identifiables with missing obligatory properties
-
#40 Insertion of identifiables with missing obligatory properties
-
Before, a Property with the datatype "LIST(TEXT)" would lead to the creation
of a RecordType. This is fixed now.
*
#52
`XLSimporter.read_xls`
throwed a wrong error when reading from a file with a wrong ending.
-
#52
`XLSimporter.read_xls`
throwed a wrong error when reading from a file with a wrong ending.
Now, a
`DataInconsistencyError`
is raised instead of a ValueError.
*
List properties are no longer updated unnecessarily by the crawler.
### Security ###
-
List properties are no longer updated unnecessarily by the crawler.
## [0.2.0] - 2020-05-28 ##
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment