Anar Z. Yusifov

Results 9 issues of Anar Z. Yusifov

1. I've created 2 operations. One creates a numpy array: `data_output = np.arange(15).reshape([3,5])` And another one adds 10 to that array: `output_data = input_data + 10` I don't understand how...

feature

Let's assume that one can use GitLab for auth to PLynx (look at this issue #78 ). Then instantly would be great to have all the scripts version controlled in...

feature

This is really really nice looking project. Kudos for all the work you did so far! Really impressive! Only secret key based auth seems to be not enough to cover...

feature

Here is what I did: ```python import petropy as ptr log = ptr.log_data('WFMP') # create LogViewer with 'raw' template viewer = ptr.LogViewer(log,top = 6900, height= 2000) viewer.fig.set_size_inches(11,30) viewer.show() # diplay...

Here is the versions of pandas, numpy and matplotlib I'm using. ``` numpy 1.16.3 py37he5ce36f_0 conda-forge matplotlib 3.1.0 py37_0 conda-forge matplotlib-base 3.1.0 py37h5f35d83_0 conda-forge pandas 0.24.2 py37hf484d3e_0 conda-forge petropy 0.1.6...

**Is your feature request related to a problem? Please describe.** In cpu-only mode it's not clear if parallelization across CPUs is happening and controllable. It's also would be necessary to...

enhancement

There are two interesting articles in the Intel's Blog: I like this one as it addresses most common optimizations for such algorithms: https://software.intel.com/en-us/articles/eight-optimizations-for-3-dimensional-finite-difference-3dfd-code-with-an-isotropic-iso This one is also good and should...

question

Hi, At the line https://github.com/waveform-computing/compoundfiles/blob/dd68dec26ba04315ee6df4170946b6a6daefa54f/compoundfiles/reader.py#L439 the size of the `MasterFat` is said to be suspicious if it's higher than 100M. In my case, since the file is bigger than 100GB...

It looks like Keras 3 is looking for some alternative backends and they even consider using Mojo for an alternative. I would love to see Keras 3 backend written in...