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
f85fcabe
Verified
Commit
f85fcabe
authored
1 year ago
by
Daniel Hornung
Browse files
Options
Downloads
Plain Diff
Merge branch 'f-table-json-data-schema' into f-convert-xlsx-to-json
parents
35e621d0
4e2a676f
No related branches found
No related tags found
2 merge requests
!107
Release v0.11.0
,
!102
ENH: XLSX reader
Pipeline
#50338
failed
1 year ago
Stage: setup
Stage: cert
Stage: style
Stage: unittest
Stage: integrationtest
Changes
5
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
CHANGELOG.md
+18
-5
18 additions, 5 deletions
CHANGELOG.md
CITATION.cff
+2
-2
2 additions, 2 deletions
CITATION.cff
README.md
+1
-1
1 addition, 1 deletion
README.md
setup.py
+1
-1
1 addition, 1 deletion
setup.py
src/doc/conf.py
+2
-2
2 additions, 2 deletions
src/doc/conf.py
with
24 additions
and
11 deletions
CHANGELOG.md
+
18
−
5
View file @
f85fcabe
...
...
@@ -8,6 +8,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added ###
### Changed ###
### Deprecated ###
### Removed ###
### Fixed ###
### Security ###
### Documentation ###
## [0.10.0] - 2024-04-24 ##
### Added ###
-
XLSX handling: template generator and conversion from Json to XLSX
-
Json schema exporter:
-
has new parameter
`use_rt_pool`
...
...
@@ -19,8 +35,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
*
`table_converter.to_table`
now returns an empty DataFrame instead of raising a
ValueError when called with an empty container.
### Deprecated ###
### Removed ###
*
The deprecated
`parent`
keyword from the YAML datamodel specification. Use
...
...
@@ -30,9 +44,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed ###
-
Json schema exporter handles reference properties better.
-
[
#59
](
https://gitlab.com/linkahead/linkahead-advanced-user-tools/-/issues/59
)
`to_table`
failed on lists as values.
### Security ###
-
[
#59
](
https://gitlab.com/linkahead/linkahead-advanced-user-tools/-/issues/59
)
`to_table`
failed on lists as values.
### Documentation ###
...
...
This diff is collapsed.
Click to expand it.
CITATION.cff
+
2
−
2
View file @
f85fcabe
...
...
@@ -20,6 +20,6 @@ authors:
given-names: Stefan
orcid: https://orcid.org/0000-0001-7214-8125
title: CaosDB - Advanced User Tools
version: 0.
9
.0
version: 0.
10
.0
doi: 10.3390/data4020083
date-released: 2023-11-27
\ No newline at end of file
date-released: 2024-04-24
\ No newline at end of file
This diff is collapsed.
Click to expand it.
README.md
+
1
−
1
View file @
f85fcabe
...
...
@@ -52,7 +52,7 @@ Conduct](https://gitlab.com/caosdb/caosdb/-/blob/dev/CODE_OF_CONDUCT.md).
*
Copyright (C) 2018 Research Group Biomedical Physics, Max Planck Institute
for Dynamics and Self-Organization Göttingen.
*
Copyright (C) 2020-202
1
Indiscale GmbH
<info@indiscale.com>
*
Copyright (C) 2020-202
3
Indiscale GmbH
<info@indiscale.com>
All files in this repository are licensed under a
[
GNU Affero General Public
License
](
LICENCE.md
)
(
version
3 or later).
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
1
View file @
f85fcabe
...
...
@@ -46,7 +46,7 @@ from setuptools import find_packages, setup
########################################################################
MAJOR
=
0
MINOR
=
9
MINOR
=
10
MICRO
=
1
PRE
=
""
# e.g. rc0, alpha.1, 0.beta-23
ISRELEASED
=
False
...
...
This diff is collapsed.
Click to expand it.
src/doc/conf.py
+
2
−
2
View file @
f85fcabe
...
...
@@ -27,9 +27,9 @@ copyright = '2023, IndiScale GmbH'
author
=
'
Daniel Hornung
'
# The short X.Y version
version
=
'
0.
9
.1
'
version
=
'
0.
10
.1
'
# The full version, including alpha/beta/rc tags
release
=
'
0.
9
.1-dev
'
release
=
'
0.
10
.1-dev
'
# -- General configuration ---------------------------------------------------
...
...
This diff is collapsed.
Click to expand it.
Daniel Hornung
@daniel
mentioned in commit
f92407a0
·
1 year ago
mentioned in commit
f92407a0
mentioned in commit f92407a06fb26065a424e4c3ffec3986ac6cb86f
Toggle commit list
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