hdf5
- Sign up for GitHub or sign in to edit this page
Here are 176 public repositories matching this topic...
The rootpy API docs are here:
http://rootpy.org/index.html#api-reference
If you click e.g. on rootpy.io you get here:
http://rootpy.org/modules/classes.html#module-rootpy.io
Looking at this page there are several issues.
- The deprecated
io.openis listed, the currentio.root_openis not. Are these lists maintained manually? If so, can we also have full auto API docs? - Navigation is bro
c++ based application for testing options based automated trading ideas using DTN IQ real time data feed and Interactive Brokers (TWS API) for trade execution.
-
Updated
Oct 16, 2019 - 1 commits
- C++
The CFD General Notation System (CGNS) provides a standard for recording and recovering computer data associated with the numerical solution of fluid dynamics equations. All developement work and bug fixes should be based off the 'develop' branch, CGNS uses the branching model Gitflow. https://cgnsorg.atlassian.net is used for issue tracking.
-
Updated
Oct 16, 2019 - 1 commits
- C
Weather forecasting display and analysis package developed by NWS/Raytheon, released as open source software by Unidata.
-
Updated
Oct 17, 2019 - 764 commits
- TSQL
Next generation of ADIOS developed in the Exascale Computing Program
-
Updated
Oct 17, 2019 - 5 commits
- C++
A user recently requested directions to functionality implemented by make_bounds() and was unaware of its existence because it is undocumented. This reminded me that many ncap2 functions listed by ncap2 -f (which few people know exists) may be undocumented. This task is to create a list of the undocumented functions, paste it here, and then to add a description of each to the User Guide befo
A collection of code examples as well as presentations for training purposes
-
Updated
Oct 16, 2019 - 4 commits
- Jupyter Notebook
We have to verify the current version of ATV is still working well on any Linux
https://www.physics.uci.edu/~barth/atv/
this was related to "old" r4136
and also the flag to start Widgets (gdl --use-wx)
ATV should work when GDL is compiled with Widgets
even if we don't explicit set this up when starting GDL
(we had a trouble in the past with only ubuntu 14.04)
And the way to test
2) Feature Request
Currently the ordering of dimensions described in the schema is in many cases not listed in the documentation. E.g., for ElectricalSeries.data we should add to the docval that the dimensions are num_time | num_channels. This would help users avoid errors with ordering of dimensions.
This issue was motivated by #960
This issue is in part also related to #626
pyiron - an integrated development environment (IDE) for computational materials science.
-
Updated
Oct 16, 2019 - 3 commits
- Python
docs request
to improve tutorial:
-
check https://llnl-conduit.readthedocs.io/en/latest/tutorial_cpp_numeric.html for info about arrays and pointers
-
add details about how useful Node refs are
Follow-up of #2696/#2698.
Previously, pyopencl code used
d_array = pyopencl.array.zeros(queue, shape, dtype)Because of the issues with pocl, this was replaced with
d_array = pyopencl.array.empty(queue, shape, dtype)
d_array.fill(0)I see several issues:
- More code for doing the same thing, so potentially more bugs
- The code was changed because
sciBASIC# is a kind of dialect language which is derive from the native VB.NET language, and written for the data scientist.
-
Updated
Oct 16, 2019 - 9 commits
- Visual Basic
h5disp equivalent
Quick link to the documentation
-
Updated
Oct 7, 2019 - 483 commits
- Python
collection of utilities to use with deep learning libraries (e.g. caffe)
-
Updated
Dec 19, 2018 - 507 commits
- Python
Object-oriented, clean, simple HDF5 modern Fortran 2018 interface
-
Updated
Sep 9, 2019 - 68 commits
- Fortran
Hello,
While following the docs (https://docs.vaex.io/en/latest/ml.html), I've encountered the error stated in the title while trying the code in cell [7].
Responsible line:
xgmodel = vaex.ml.xgboost.XGBModel(features=features, num_round=10, param=param)