Commit Graph

41 Commits

Author SHA1 Message Date
jhendersonHDF
1ce55e15c0
Update README.md for coming Complex number support (#4183) 2024-03-19 22:04:07 -07:00
jhendersonHDF
87fb6ed653
Add daily VFD CI workflow (#4176)
Adds testing of Subfiling VFD
2024-03-19 15:14:36 -05:00
H. Joe Lee
c29a02d5e6
Remove leading / from relative path. (#4101) 2024-03-09 09:08:26 -08:00
Scot Breitenfeld
9d8e882496
Added new H5E with tests. (#4049)
Added Fortran H5E APIs:
h5eregister_class_f, h5eunregister_class_f, h5ecreate_msg_f, h5eclose_msg_f
h5eget_msg_f, h5epush_f, h5eget_num_f, h5ewalk_f, h5eget_class_name_f,
h5eappend_stack_f, h5eget_current_stack_f, h5eset_current_stack_f, h5ecreate_stack_f,
h5eclose_stack_f, h5epop_f, h5eprint_f (C h5eprint v2 signature)

Addresses Issue #3987
2024-03-07 03:34:55 -08:00
Dana Robinson
2fab2fc9d0
Update README with new release info (#3993) 2024-02-06 12:26:23 -08:00
Lori Cooper
2f23f2afe6
Some changes to portal links when they could be found on docs.hdfgroup.org, and changed the helpdesk link to help.hdfgroup.org (#3893)
* Updated some portal links to go directly to docs.hdfgroup. 

* Fixed some portal and help desk links
2023-12-12 22:21:15 -06:00
jhendersonHDF
c779464bfe
Add GitHub actions for testing VOL connectors (#3849)
* Fix issue with HDF5_VOL_ALLOW_EXTERNAL CMake variable

* Add initial API test workflow

* Initialize parallel testing with MPI_THREAD_MULTIPLE when testing API

* Add CMake variable to allow specifying a VOL connector's package name

* Remove call to MPI_Init in serial API tests

While previously necessary, it now interferes with VOL connectors that
may need to be initialized with MPI_THREAD_MULTIPLE
2023-11-15 08:20:50 -06:00
jhendersonHDF
f39b228a4c
Update Actions badges to link to relevant workflow (#3850) 2023-11-14 10:26:36 -06:00
Dana Robinson
0bf85494c1
Remove 1.12 from README.md (#3847)
Also remove 1.14.3 info since that was already released.
2023-11-13 10:22:15 -08:00
H. Joe Lee
cdf400b916
Remove callable action badges. (#3653) 2023-10-14 07:53:58 -05:00
Dana Robinson
00da7e61c6
Remove 1.10 badge (#3650) 2023-10-10 07:18:35 -07:00
Dana Robinson
e4cea3509a
Remove 1.10.11 info from README.md (#3646) 2023-10-09 09:10:22 -07:00
Dana Robinson
cb6de06dcc
Add HPC CDash to README.md (#3623) 2023-10-03 12:00:05 -05:00
H. Joe Lee
c0f42c6a11
Update oneAPI-C/A badge yml links. (#3564) 2023-09-21 00:37:41 -07:00
Dana Robinson
b0333a0f54
Add an h5py badge to README.md (#3477) 2023-08-31 19:02:40 -07:00
Dana Robinson
54d19b0bcb
Add a CVE regression test action (#3445)
*
2023-08-30 07:38:24 -05:00
Dana Robinson
5bd65f7ebf
Add Intel oneAPI badges (#3433) 2023-08-28 11:36:49 -07:00
Dana Robinson
ee0737f4e8
Add 1.14.4 to the release schedule (#3434) 2023-08-25 17:23:25 -07:00
Dana Robinson
f62feaef31
Update README.md w/ 1.4.3 info (#3318) 2023-08-01 10:21:13 -07:00
Allen Byrne
ed9791f1ce
Update actions for release option, fix branch for daily build (#3185)
* Update actions for release option, fix branch for daily build

* Scheduled workflows run on latest commit on the develop

* Add snapshots location
2023-06-29 15:40:27 -05:00
Allen Byrne
b93be9d6f8
Add gh-pages doxygen link (#3175) 2023-06-22 17:01:22 -07:00
Lori Cooper
ee84868c56
Added new HDF5 logo and minor text and link changes to README.md (#3085) 2023-06-08 12:57:18 -07:00
Dana Robinson
8379c2f824
Update README.md (#3069) 2023-06-07 05:56:48 -07:00
Dana Robinson
150b424a20
Add netCDF and HDF-EOS5 badges to README.md (#3065) 2023-06-06 19:13:37 -07:00
Dana Robinson
6fbbfa735f
Remove 1.8 badge from README.md (#2895) 2023-05-05 09:06:41 -07:00
Dana Robinson
92177ef21e
Update release schedule (#2692) 2023-04-11 11:01:54 -07:00
Dana Robinson
423ee69c1e
Updates README.md (#2387)
* Updates release schedule for 2023

* Fixes broken build badge

* Another build badge tweak

* Even more badge tweaking

* More branch tweaking

* More badge tweaking

* More badge tweaks

* Even more badge tweaking

* Adds badges for other branches
2023-01-04 12:44:51 -08:00
Allen Byrne
9f5cf0a457
H5F_LIBVER_LATEST changes for move to 1.15 (#2288)
* H5F_LIBVER_LATEST changes for move to 1.15

* Add new default api check

* Format fixes

* Fix default configure

* fix lib version tests

* Fix another version variable

* Add 1.14 doc link
2022-12-21 10:07:25 -08:00
Larry Knox
0173706826
Update develop branch version to 1.13.4-1 (#2189)
* Updated version to 1.13.4-1 after creating hdf5_1_13_3 branch for 1.13.3
release.
Added new version to exceptions in lines 74-5 of src/H5.c
2022-10-26 11:07:17 -05:00
Dana Robinson
1804e0e0c4
Updates release schedule for 2023 (#2085)
* Updates release schedule for 2023

* Updates figure to put 1.13 and 1.14 on the same line
2022-09-04 04:42:25 -07:00
Larry Knox
25ef534039
Update version to 1.13.3-1 after creating hdf5_1_13_2 branch for 1.13.2 (#2004)
release.
Added new version to exceptions in line 75 of src/H5.c.
2022-08-12 08:17:25 -05:00
Larry Knox
029cde6111 Revert "Increment version to 1.13.3-1 after creating hdf5_1_13_2 branch for release"
This reverts commit c58558e872.

H5TEST-tcheck_version-release failed.
2022-08-11 22:45:43 -05:00
Larry Knox
c58558e872 Increment version to 1.13.3-1 after creating hdf5_1_13_2 branch for release
of HDF5 1.13.2.
2022-08-11 22:15:46 -05:00
Gerd Heber
4c73c284e0
Fix4 readme (#1986)
* Update README.md

* Update README.md
2022-08-10 11:17:56 -07:00
Dana Robinson
9777d05848
Move VFD SWMR release version to 1.13.3 in README.md (#1987) 2022-08-10 11:17:43 -07:00
Dana Robinson
32caa567a2
Updates the release schedule (#1923)
1.13.2 moved to August
Subfiling moved to 1.13.2 from 1.13.3
2022-07-22 05:12:27 -07:00
Dana Robinson
acb6e2da30
Updates the release schedule (#1796) 2022-06-06 09:31:41 -05:00
Dana Robinson
852ed69f4f
Adds build and license shields to README.md (#1641)
* First stab at a Github status bar

* Adds a .tokeignore file for counting lines of code accurately

* Yanks lines of code calculation since it wildly overcounts
2022-04-15 08:20:59 -07:00
Dana Robinson
a2b2148e73
Adds release timeline to README.md (#1584) 2022-04-05 17:26:00 -05:00
Larry Knox
94d01f5377
Update version to 1.13.2-1 after 1.13.1 release; add new Makefile.in files to MANIFEST (#1460) 2022-03-01 14:20:34 -06:00
Scot Breitenfeld
8b3c09f780
Updated README.txt to README.md (#1375)
* H5Lexists docs: Removed reference to 1.8.16 since the change is the 1.8.x releases, HDFFV-11289

* H5Oget_info_by_name, name can be any object, not just a group

* Converted README.txt to README.md and updated files referring to README.txt to README.md.

* removed references to README.txt

* updated MANIFEST
2022-01-14 17:28:04 -06:00