Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
DP3
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
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
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ResearchAndDevelopment
DP3
Commits
092026cc
Commit
092026cc
authored
Jun 18, 2024
by
Andre Offringa
Browse files
Options
Downloads
Patches
Plain Diff
Prepare changelog and version info for 6.1 release
parent
5c77b2bb
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!1272
Prepare changelog and version info for 6.1 release
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
CHANGELOG.md
+18
-4
18 additions, 4 deletions
CHANGELOG.md
CMakeLists.txt
+2
-1
2 additions, 1 deletion
CMakeLists.txt
CPack/CMakeLists.txt
+1
-1
1 addition, 1 deletion
CPack/CMakeLists.txt
setup.py
+1
-1
1 addition, 1 deletion
setup.py
with
22 additions
and
7 deletions
CHANGELOG.md
+
18
−
4
View file @
092026cc
# DP3 Changelog
## Next release
### Improvements
-
DP3 now requires EveryBeam v0.5.8
## [6.1] - 2024-06-18
-
Support EveryBeam 0.6 (in addition to EveryBeam 0.5.8)
-
Faster beam predict by using cached time directions
-
Add support for dish telescopes like SKA-mid
-
Add preliminary clipper task for VLBI processing
-
Reduce memory in predict step
-
Read sky model only once to speed up processing
-
Various AARTFAAC processing improvements
-
More use of XTensor
-
Some use of AVX(2) instructions to speed up tasks
-
Improve threading and use of threadpool
-
Fix wrong h5 time axis when solint larger than number
-
Fix prediction for source models with only negative polarized sources
-
Fix compilation on platforms where size_t != 64 bit
-
Fix multiple baseline selection (!1255)
-
Fix ApplyCal with full-Jones correction
-
Various small bugs and code improvements
## [6.0] - 2023-08-11
...
...
This diff is collapsed.
Click to expand it.
CMakeLists.txt
+
2
−
1
View file @
092026cc
...
...
@@ -12,7 +12,8 @@ if(${CMAKE_VERSION} VERSION_GREATER_EQUAL "3.19")
endif
()
# Set version number and project name.
set
(
DP3_VERSION 6.0.0
)
# Please keep CPack/CMakeLists.txt and setup.py in sync with this.
set
(
DP3_VERSION 6.1.0
)
if
(
DP3_VERSION MATCHES
"^([0-9]+)
\\
.([0-9]+)
\\
.([0-9]+)"
)
set
(
DP3_VERSION_MAJOR
"
${
CMAKE_MATCH_1
}
"
)
set
(
DP3_VERSION_MINOR
"
${
CMAKE_MATCH_2
}
"
)
...
...
This diff is collapsed.
Click to expand it.
CPack/CMakeLists.txt
+
1
−
1
View file @
092026cc
...
...
@@ -45,7 +45,7 @@ set(CPACK_DEBIAN_FILE_NAME DEB-DEFAULT)
set
(
CPACK_DEBIAN_PACKAGE_ARCHITECTURE
"amd64"
)
set
(
CPACK_DEBIAN_PACKAGE_DEPENDS
"aoflagger (>= 3.0.1),\
everybeam (>= 0.5.
4
), everybeam (<< 0.
6
.0),\
everybeam (>= 0.5.
8
), everybeam (<< 0.
7
.0),\
idg-api (>= 0.8)"
)
set
(
CPACK_DEBIAN_PACKAGE_MAINTAINER
"deb-packages@astron.nl"
)
set
(
CPACK_DEBIAN_PACKAGE_SECTION
"science"
)
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
1
View file @
092026cc
...
...
@@ -111,7 +111,7 @@ class CMakeBuild(build_ext):
# logic and declaration, and simpler if you include description/version in a file.
setup
(
name
=
"
DP3
"
,
version
=
"
6.
0.1
"
,
version
=
"
6.
1.0
"
,
author
=
"
Astron
"
,
author_email
=
"
dijkema@astron.nl
"
,
description
=
"
DP3
"
,
...
...
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