Skip to content

Commit 602e2b5

Browse files
authored
#EDIT: introducing v0.10.0. skipping publish on this version until openMTPK python API is translated to gpmppy
1 parent 4e0134b commit 602e2b5

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

changelog.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# Changelog
22

3-
# v1.0.0-rc.1
4-
See [new contributors](https://github.com/akielaries/openGPMP/graphs/contributors?from=2023-02-07&to=2023-05-09&type=c)
3+
# v0.10.0
4+
New contributions from [@eeddgg](https://github.com/eeddgg), [@sidsbrmnn](https://github.com/sidsbrmnn), [@igorsteinmacher](https://github.com/igorsteinmacher)
55
## What's Changed
6-
* **Project from openMTPK to openGPMP. Python API renamed from openmtpk to pygpmp**
6+
* **Project renamed from openMTPK to openGPMP. Python API renamed from openmtpk to pygpmp. Experimental Julia API as gpmp.jl**
77
* Documentation layout + additions
88
* `gpmp::accl` namespace introduced hardware acceleration methods using GPUs with the help of
9-
OpenCL and additional methods for CPU exploitation with Intel specific SIMD intrinsic functions. The
9+
OpenCL and CUDA for supported platforms (still very much experimental) and additional methods for CPU exploitation with Intel specific SIMD intrinsic functions. The
1010
acceleration unit is an optional install with openGPMP with the use of `cmake`.
1111
* `gpmp::accl::GPU()` class features methods of GPU acceleration using OpenCL. This class will house
1212
methods seen in the mathematical openGPMP modules that are ideal for GPU computation. The GPU functions
@@ -22,6 +22,7 @@ the default `std::thread::hardware_concurrency()`.
2222

2323
* `gpmp::core::ThreadDispatch()` class that dispatches functions to the threadpool.
2424
* view docs [here](https://akielaries.github.io/openGPMP/classgpmp_1_1ThreadDispatch.html)
25+
2526
* `gpmp::core::DataTable()` class capable of reading in CSV files storing them as a pair of
2627
vector strings. For now, the DataTable class features very limited functionality, reading in CSVs(entirely,
2728
or specific columns), formatted displaying, and two conversion methods for the `string->int` & `string->double`.
@@ -39,9 +40,7 @@ of a given polynomial in a function at a given value. For example f(x) = x^2ln(x
3940
* Updates to namespaces, the core module containing the ThreadPool and DataTable related methods along with other miscellaneous
4041
tools lies under the `gpmp::core` namespace.
4142
* Patches introduced for [`#27 OSX Build reaches dead state`](https://github.com/akielaries/openGPMP/issues/27)
42-
* This introduced additional testing and CICD work related to openGPMP on OSX.
43-
* TODO
44-
43+
* This introduced additional testing and CICD work related to openGPMP on OSX
4544

4645
# v0.9.4
4746
## What's Changed

0 commit comments

Comments
 (0)