Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
CaosDB Crawler
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 Crawler
Commits
ec5cbaba
Commit
ec5cbaba
authored
2 years ago
by
florian
Browse files
Options
Downloads
Patches
Plain Diff
REL: Begin next release cycle
parent
cabe523d
No related branches found
No related tags found
1 merge request
!91
Release 0.3
Pipeline
#30732
passed
2 years ago
Stage: info
Stage: setup
Stage: cert
Stage: style
Stage: test
Changes
3
Pipelines
4
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CHANGELOG.md
+25
-14
25 additions, 14 deletions
CHANGELOG.md
setup.cfg
+1
-1
1 addition, 1 deletion
setup.cfg
src/doc/conf.py
+2
-2
2 additions, 2 deletions
src/doc/conf.py
with
28 additions
and
17 deletions
CHANGELOG.md
+
25
−
14
View file @
ec5cbaba
...
...
@@ -5,6 +5,30 @@ All notable changes to this project will be documented in this file.
The format is based on
[
Keep a Changelog
](
https://keepachangelog.com/en/1.1.0/
)
,
and this project adheres to
[
Semantic Versioning
](
https://semver.org/spec/v2.0.0.html
)
.
## [Unreleased] ##
### Added ###
### Changed ###
-
There are no DictXYElements any more. For example, DictTextElement is now
simply a TextElement. The behavior of the following classes changed:
-
DictElementConverter (old: DictConverter) now can use "match" keywords. If
none are in the definition, the behavior is as before.
-
TextElement used the 'match' keyword before, which was applied to the
value. This is will in future be applied to the key instead and is now
forbidden to used. Please use 'match_name' or 'match_value'.
### Deprecated ###
### Removed ###
### Fixed ###
### Security ###
### Documentation ###
## [0.2.0] - 2022-11-18 ##
(Florian Spreckelsen)
...
...
@@ -20,21 +44,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
default. For example a DictIntegerElement is accepted by default instead of a
DictFloatElement. This behavior can be changed (see converter documentation).
**Note**
This might lead to additional matches compared to previous versions.
-
There are no DictXYElements any more. For example, DictTextElement is now
simply a TextElement. The behavior of the following classes changed:
-
DictElementConverter (old: DictConverter) now can use "match" keywords. If
none are in the definition, the behavior is as before.
-
TextElement used the 'match' keyword before, which was applied to the
value. This is will in future be applied to the key instead and is now
forbidden to used. Please use 'match_name' or 'match_value'.
-
`_AbstractDictElementConverter`
uses
`re.DOTALL`
for
`match_value`
-
The "fallback" parent, the name of the element in the cfood, is only used
-
The "fallback" parent, the name of the element in the cfood, is only used
when the object is created and only if there are no parents given.
### Deprecated ###
### Removed ###
### Fixed ###
*
[
#31
](
https://gitlab.com/caosdb/caosdb-crawler/-/issues/31
)
Identified cache:
...
...
@@ -46,8 +59,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
interpreted as integers and vice versa, there are defaults for allowing other
types and this can be changed per converter
### Security ###
## [0.1.0] - 2022-10-11
(Florian Spreckelsen)
...
...
This diff is collapsed.
Click to expand it.
setup.cfg
+
1
−
1
View file @
ec5cbaba
[metadata]
name
=
caoscrawler
version
=
0.2.
0
version
=
0.2.
1
author
=
Alexander Schlemmer
author_email
=
alexander.schlemmer@ds.mpg.de
description
=
A new crawler for caosdb
...
...
This diff is collapsed.
Click to expand it.
src/doc/conf.py
+
2
−
2
View file @
ec5cbaba
...
...
@@ -33,10 +33,10 @@ copyright = '2021, MPIDS'
author
=
'
Alexander Schlemmer
'
# The short X.Y version
version
=
'
0.2
'
version
=
'
0.2
.1
'
# The full version, including alpha/beta/rc tags
# release = '0.5.2-rc2'
release
=
'
0.2
'
release
=
'
0.2
.1-dev
'
# -- General configuration ---------------------------------------------------
...
...
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