Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
Root
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Admin message
为了安全,强烈建议开启2FA双因子认证:User Settings -> Account -> Enable two-factor authentication!!!
Show more breadcrumbs
cxwx
Root
Commits
2a4103f1
Commit
2a4103f1
authored
6 years ago
by
Enric Tejedor Saavedra
Browse files
Options
Downloads
Patches
Plain Diff
Add release notes for 6.16 (PyROOT and experimental PyROOT)
parent
7bc58016
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README/ReleaseNotes/v616/index.md
+20
-2
20 additions, 2 deletions
README/ReleaseNotes/v616/index.md
with
20 additions
and
2 deletions
README/ReleaseNotes/v616/index.md
+
20
−
2
View file @
2a4103f1
...
@@ -338,9 +338,27 @@ available in cvmfs.
...
@@ -338,9 +338,27 @@ available in cvmfs.
## Language Bindings
## Language Bindings
### PyROOT
- Fixed support for templated functions when in need of:
- typedef resolution (`
Foo
<Float_t>
` -> `
Foo
<float>
`)
- namespace addition (`
Foo
<vector
<
float
>
>
` -> `
Foo
<std::vector
<
float
>
>
`)
- full name completion (`
Foo
<std::vector
<
float
>
>
` -> `
Foo
<std::vector
<
float
,
std::allocator
<
float
>
>>
`)
### Experimental PyROOT
### Experimental PyROOT
- Pythonize TFile, TDirectory and TDirectoryFile. Most notably, implement attr syntax
- Added pythonisations for `
TTree
` and its subclasses (e.g. `
TChain
`, `
TNtuple
`)
for these classes.
- Pythonic iterator (`
for event in tree:
`)
- Access tree branches as attributes (`
mytree.mybranch
`)
- `
TTree::Branch
` pythonisation
- `
TTree::SetBranchAddress
` pythonisation
- Added pythonisations for `
TDirectory
` and its subclasses (e.g `
TFile
`, `
TDirectoryFile
`)
- Access directories/objects in `
TDirectory
`/`
TDirectoryFile
`/`
TFile
` as attributes
(`
mydir1.mydir2.myhist
`, `
myfile.myhist
`, `
myfile.mydir.myhist
`)
- `
TDirectory::Get
` pythonisation
- `
TDirectory::WriteObject
` pythonisation
- `
TFile::Open
` pythonisation
- Added pretty printing generic pythonisation for all classes
- Added interoperability with NumPy arrays for STL vectors and `
RVec
`s (zero-copy wrapping of
vectors and `
RVec
`s into NumPy arrays)
## JavaScript ROOT
## JavaScript ROOT
...
...
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