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
6052b00a
Commit
6052b00a
authored
2 years ago
by
Henrik tom Wörden
Browse files
Options
Downloads
Patches
Plain Diff
DOC: add info on how to update
parent
93626edc
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!91
Release 0.3
Pipeline
#30805
passed
2 years ago
Stage: info
Stage: setup
Stage: cert
Stage: style
Stage: test
Changes
4
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
CHANGELOG.md
+3
-2
3 additions, 2 deletions
CHANGELOG.md
src/doc/README_SETUP.md
+0
-7
0 additions, 7 deletions
src/doc/README_SETUP.md
src/doc/how-to-upgrade.md
+11
-0
11 additions, 0 deletions
src/doc/how-to-upgrade.md
src/doc/index.rst
+1
-2
1 addition, 2 deletions
src/doc/index.rst
with
15 additions
and
11 deletions
CHANGELOG.md
+
3
−
2
View file @
6052b00a
...
...
@@ -13,8 +13,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed ###
-
There are no DictXYElements any more. For example, DictTextElement is now
simply a TextElement. The behavior of the following classes changed:
-
The DictXYElements are now depricated. For example, instead of
DictTextElement you should use simply a TextElement. See READ
See 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
...
...
This diff is collapsed.
Click to expand it.
src/doc/README_SETUP.md
+
0
−
7
View file @
6052b00a
...
...
@@ -56,13 +56,6 @@ pip3 install --user .
**Note**
: In the near future, this package will also be made available on PyPi.
## Configuration ##
## Try it out ##
## Run Unit Tests
...
...
This diff is collapsed.
Click to expand it.
src/doc/how-to-upgrade.md
0 → 100644
+
11
−
0
View file @
6052b00a
# How to upgrade
## 0.2.x to 0.3.0
If you had "match", "match_name" or "match_value" in the definition of a
DictConverter (StructureElement: Dict) before,
you probably want to remove those. They were ignored before and are now used.
If you used the 'match' keyword in the definition of TextElementConverter
(StructureElement: TextElement) before, you need to change the key from "match"
to "match_name" in order to preserve the behavior.
This diff is collapsed.
Click to expand it.
src/doc/index.rst
+
1
−
2
View file @
6052b00a
...
...
@@ -13,6 +13,7 @@ CaosDB-Crawler Documentation
CFoods (Crawler Definitions)<cfood>
Macros<macros>
Tutorials<tutorials/index>
How to upgrade<how-to-upgrade>
API documentation<_apidoc/modules>
...
...
@@ -40,5 +41,3 @@ Indices and tables
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
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