-
DiffEq's first PDE attempt (which started the package) was a failure. The issue was that it was tied directly to an FEM subpackage I made internally, but then it couldn't scale to all of the problems …
-
# Reactive, crossfiltered data visualization
Plotly has originally focused on generating visualizations, and interactivity increased over time. Plotly, by now, has acquired rich layout, style and d…
-
MySQL decimal storage uses a minimum of 4 byes and can store 9 digits in these 4 bytes. Going up to 6 bytes you can store 13 digits.
In most cases decimal(9,3) is sufficient and it would save 2 bytes…
-
#### Description
I noticed that sklearn.metrics.pairwise.pairwise_distances function agrees with np.linalg.norm when using np.float64 arrays, but disagrees when using np.float32 arrays. See the c…
-
@hamidrezaomidvar
you can use this script for analysis:
https://github.com/Urban-Meteorology-Reading/WRF-SUEWS/blob/master/post-processor/WRF-SUEWS-ana.py
-
Efficient implementation of such functions on generic data types (e.g. strings) can be done via pooled data arrays. Therefore, I feel that it makes sense to implement these in the DataArrays.jl, and t…
-
Numpy 1.17 has adopted the C version of pocketfft (https://gitlab.mpcdf.mpg.de/mtr/pocketfft) as their FFT implementation. Since then I have been working on the pocketfft code, converted it to C++ and…
-
There are two outstanding ones: Tpetra::[Mpi|Serial]Platform being deprecated, and STK deprecating the use of default init value in put_field. They generate an insane amount of warnings, and is better…
-
It may be advantageous to weight training data so that shorter samples get seen more frequently. This may allow us progress faster during early stages of training.
I think the easiest way of doing …
-
OpenCPN 4.8 on Linux-OpenSUSE
- Create and save a boat from a Polar.
_(the xml is loaded in the home directory where I would expect it)_
Exit the plugin.
- Reopen the plugin
- Load the boat
…