wyq
|
ab15b26724
|
add append, insert, delete functions in numeric package
|
2023-08-23 20:14:08 +08:00 |
|
wyq
|
ed90ae3529
|
add gradient function in numeric package
|
2023-08-22 09:25:11 +08:00 |
|
wyq
|
86850747f1
|
add column_stack and row_stack functions
|
2023-07-31 16:12:53 +08:00 |
|
wyq
|
c16a807b40
|
add hypot, s_, index_exp functions
|
2023-07-31 14:33:52 +08:00 |
|
wyq
|
37849a4f46
|
bugfix for MapPlot parent type
|
2023-07-21 17:06:02 +08:00 |
|
wyq
|
2b01be155d
|
update savefig function for better supporting sleep argument to wait webmap loading
|
2023-06-29 15:50:44 +08:00 |
|
wyq
|
7efed43099
|
add cond function in linalg package
|
2023-06-28 00:10:47 +08:00 |
|
wyq
|
fac368dc7c
|
add view function
|
2023-06-16 11:44:08 +08:00 |
|
wyq
|
37fb27ed17
|
update replace and loc functions of DataFrame
|
2023-06-14 13:10:55 +08:00 |
|
wyq
|
223b8fd231
|
add mgrid function
|
2023-06-13 22:51:05 +08:00 |
|
wyq
|
6214af5b47
|
update contour and contourf functions
|
2023-05-31 15:42:45 +08:00 |
|
wyq
|
1013d3cbc2
|
Add some code from smile 2.6 and remove smile dependency
|
2023-04-10 15:39:53 +08:00 |
|
wyq
|
00a5290a22
|
update frontogenesis function
|
2023-03-20 16:27:52 +08:00 |
|
wyq
|
376df7f35d
|
add pinv function
|
2023-03-07 16:13:20 +08:00 |
|
wyq
|
87a10cb9f2
|
update micaps4 data reading function
|
2023-03-06 09:40:44 +08:00 |
|
wyq
|
9bf1db579a
|
add r squared output for multiple variables linear regression
|
2023-03-01 22:44:32 +08:00 |
|
wyq
|
2d46d37012
|
update multipleLineRegress_OLS function to support same number of samples and variables
|
2023-02-23 22:56:47 +08:00 |
|
wyq
|
1848dab363
|
add multivariate_normal function
|
2023-02-22 16:07:15 +08:00 |
|
wyq
|
f0f5e028e1
|
add isscalar function in numeric module
|
2023-02-21 10:28:27 +08:00 |
|
wyq
|
fe11464879
|
update hist function to support multiple arrays
|
2023-02-20 23:27:57 +08:00 |
|
wyq
|
16a9d12261
|
add polygonindex function
|
2023-02-14 15:28:24 +08:00 |
|
wyq
|
7fac130689
|
add odeint function
|
2023-02-10 16:54:26 +08:00 |
|
wyq
|
7423d8dfb9
|
update 3D particles render
|
2023-02-04 21:45:04 +08:00 |
|
wyq
|
2fc98dbb02
|
Add search radius to NearestNDInterpolator
|
2023-02-04 17:31:29 +08:00 |
|
wyq
|
87f4309869
|
add jenks nature breaks module
|
2023-01-10 22:07:55 +08:00 |
|
wyq
|
544b505fc7
|
add FlatMacLightLaf and FlatMacDarkLaf look&feel
|
2023-01-07 21:46:18 +08:00 |
|
wyq
|
78adc06e7a
|
add airy function
|
2022-12-30 10:28:51 +08:00 |
|
wyq
|
6d2c93a8db
|
bugfix for round function
|
2022-12-18 12:12:10 +08:00 |
|
wyq
|
9ed488ee07
|
add LineRender
|
2022-12-15 23:48:31 +08:00 |
|
wyq
|
b5fa6aa590
|
update eof function for NaN data processing
|
2022-12-02 09:15:27 +08:00 |
|
wyq
|
ab7c21897f
|
add get_dbz function in wrf package
|
2022-11-30 23:30:36 +08:00 |
|
wyq
|
2eac750a76
|
update webmaplayer plot function
|
2022-11-28 16:13:50 +08:00 |
|
wyq
|
a0485f8525
|
bugfix for surf function
|
2022-11-15 16:52:39 +08:00 |
|
wyq
|
a644572b35
|
add real and imag attribute in NDArray
|
2022-11-14 09:50:37 +08:00 |
|
wyq
|
0ca8028817
|
bugfix of conj function
|
2022-11-06 23:29:44 +08:00 |
|
wyq
|
d693b549e5
|
add conj and conjugate functions
|
2022-11-06 20:16:37 +08:00 |
|
wyq
|
1d27979d27
|
add material function
|
2022-11-05 23:14:59 +08:00 |
|
wyq
|
5de26717a5
|
update fimplicit3 function
|
2022-11-04 09:17:53 +08:00 |
|
wyq
|
d7d2199235
|
update sqrt function using cmath to support complex number
|
2022-10-31 10:26:18 +08:00 |
|
wyq
|
1561bb844c
|
update DimArray __getitem__ function
|
2022-10-25 15:53:34 +08:00 |
|
wyq
|
052629ddd8
|
update NDArray __getitem__ function
|
2022-10-25 15:44:33 +08:00 |
|
wyq
|
14aa7d1bc6
|
support China radar standard base data format
|
2022-10-10 22:58:37 +08:00 |
|
wyq
|
7fb965af98
|
update solve function
|
2022-09-25 20:36:30 +08:00 |
|
wyq
|
1c79a5b405
|
add deg2rad and rad2deg functions
|
2022-09-25 19:58:18 +08:00 |
|
wyq
|
d08f639379
|
update complex related functions
|
2022-09-25 10:52:44 +08:00 |
|
wyq
|
830f5972a1
|
update gradient function for partial gradients calculation
|
2022-09-21 10:56:32 +08:00 |
|
wyq
|
3fa61f964c
|
add prod and cumprod functions
|
2022-09-16 16:50:07 +08:00 |
|
wyq
|
cafa9cb560
|
add tickavoidcoll argument in xaxis and yaxis functions
|
2022-09-01 10:03:43 +08:00 |
|
wyq
|
3e76fee824
|
update netcdf to version 5.5.3
|
2022-08-04 21:14:03 +08:00 |
|
wyq
|
c3a1719730
|
update Apache commons math to version 4.0-SNAPSHOT from 3.6.1
|
2022-08-02 11:57:01 +08:00 |
|