Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
I
icartt_dev
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
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
Florian Obersteiner
icartt_dev
Compare revisions
82b65e53945bd85c69dc593c2bed8078f5920ad8 to f1def13ade94e0597bf14f1168cd412a5adc2349
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
FObersteiner/icartt-dev
Select target project
No results found
f1def13ade94e0597bf14f1168cd412a5adc2349
Select Git revision
Branches
master
Tags
2.0.0-rc1
Swap
Target
mbees/icartt_pypackage
Select target project
mbees/icartt_pypackage
FObersteiner/icartt-dev
zssherman/icartt_pypackage
3 results
82b65e53945bd85c69dc593c2bed8078f5920ad8
Select Git revision
Branches
master
Tags
2.0.0
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (3)
readme updated
· 18210b27
Florian Obersteiner
authored
3 years ago
18210b27
readme updated #2
· 4b49058c
Florian Obersteiner
authored
3 years ago
4b49058c
version to 2.0.0-rc1
· f1def13a
Florian Obersteiner
authored
3 years ago
f1def13a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+4
-2
4 additions, 2 deletions
README.md
pyproject.toml
+1
-1
1 addition, 1 deletion
pyproject.toml
with
5 additions
and
3 deletions
README.md
View file @
f1def13a
...
...
@@ -16,7 +16,7 @@ make your changes and then [submit a merge request](https://mbees.med.uni-augsbu
## Installation of the development version
Clone this repository / or your fork
and
install as "editable":
Clone this repository / or your fork
, then
install
e.g.
as "editable":
```
git clone https://mbees.med.uni-augsburg.de/gitlab/mbees/icartt_pypackage.git or <URL of your fork>
...
...
@@ -24,9 +24,11 @@ cd icartt_pypackage
pip install -e .
```
Note: the package is managed with
[
poetry
](
https://python-poetry.org/
)
.
# Changelog
## 2.0.0 (2022-0
2
-x)
## 2.0.0 (2022-0
4
-x)
-
Compatible with ICARTT v2 standard
-
Formats 1001 and 2110
...
...
This diff is collapsed.
Click to expand it.
pyproject.toml
View file @
f1def13a
[tool.poetry]
name
=
"icartt"
version
=
"
1.9.
1"
version
=
"
2.0.0-rc
1"
description
=
"ICARTT format reader and writer"
license
=
"GPL-3.0-or-later"
authors
=
[
"Christoph Knote <christoph.knote@med.uni-augsburg.de>"
]
...
...
This diff is collapsed.
Click to expand it.