Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
finam
Manage
Activity
Members
Labels
Plan
Issues
32
Issue boards
Milestones
Code
Merge requests
4
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
FINAM
finam
Commits
cd3619d2
Commit
cd3619d2
authored
2 years ago
by
Martin Lange
Browse files
Options
Downloads
Patches
Plain Diff
update changelog
parent
f2a4230e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!230
Update changelog and benchmarks readme
Pipeline
#133953
passed with stages
in 6 minutes and 36 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CHANGELOG.md
+7
-0
7 additions, 0 deletions
CHANGELOG.md
with
7 additions
and
0 deletions
CHANGELOG.md
+
7
−
0
View file @
cd3619d2
...
...
@@ -24,6 +24,8 @@
*
Outputs can be flagged
`static`
for data that is only used during initialization, or that is constant (!166)
*
Inputs can be flagged
`static`
for constant data (!171)
*
Outputs accept and convert compatible units, not only exactly equal units (!215)
*
Outputs check that subsequent data pushes don't share memory (!217)
*
Exchanged
`xarray`
data has no time coordinate anymore, only a dimension without values (for performance and usability) (!223)
### Components
...
...
@@ -43,6 +45,7 @@
*
Restructuring of time integration adapters (!194)
*
`adapters.IntegrateTime`
renamed to
`adapters.AvgOverTime`
*
Add
`adapters.SumOverTime`
for sum/Area under Curve integration
*
Adapters have a method
`finalize()`
for cleanup (!226).
### Other
...
...
@@ -64,6 +67,10 @@
*
New helper function
`tools.inspect()`
to inspect components, adapters and I/O slots (!197)
*
Publish on PyPI, starting with the next release (!198, !200, !201)
*
Added benchmarks for the most important FINAM functions
(see the
[
benchmarks README
](
https://git.ufz.de/FINAM/finam/-/blob/main/benchmarks/README.md
)
)
*
Added profiling for full runs to the CI (!221)
*
Optimization of data tool functions, with approx. 20-fold speedup of basic push+pull
(!222, !223, !224, !228, !229).
## [v0.4.0-rc.2]
...
...
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