Giter Club home page Giter Club logo

iocbio's Introduction

  • I'm currently a Staff Software Engineer at Quansight

  • My current interests in Scientific Computing include (see here for technical blogs):

    • Validation of mathematical functions with complex inputs in various libraries such as NumPy, PyTorch, XLA/JAX, Tensorflow, MPMath, etc
    • Theory of Sparse Arrays, in particular, PyTorch sparse tensors support
    • Optimization of Triton kernel parameters
    • Interoperability of Array-like objects from various software
    • Algorithms and Implementations
    • Support Fortran 90 TYPE construct in F2Py
  • I have initiated and co-authored a number of open source projects with the following highlights:

    • RBC - Remote Backend Compiler
    • F2Py - Fortran to Python interface generator DOI, ships with NumPy DOI
    • SciPy - open-source software for mathematics, science, and engineering DOI

    and contributed to a number of open source projects such as XLA, JAX, Heavy.AI, PyTorch, Numba, Apache Arrow, conda-forge, XND, SymPy, etc.

  • My background is in Scientific Research: Mathematical Physics, Nonlinear Waves, Mechanics, Systems Biology, Microscopy, Solid Mechanics, Optics, Scientific Computations, etc. CV@ERIS, ORCID, Scholar

  • ๐Ÿ“ซ How to reach me: Linkedin, GMail

  • Fun facts:

    • I have completed AoC 2019, AoC 2020
    • Estonian Champion 2006 in Dog Obedience (German Shepherd), currently training for Agility (Boston Terrier)
    • Ship engineer by profession, raced with power boats (Circuit S-250, S-350, OSY-400, O-125, F-500), teached sailing to kids
  • ๐Ÿ˜„ Pronouns: standard Modern English

iocbio's People

Contributors

pearu avatar schryer avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

iocbio's Issues

segmentaion fault when importing iocbio.ops

What steps will reproduce the problem?
1.
doing 'import iocbio.ops' 


What is the expected output? What do you see instead?
causes segmentation fault

What version of the product are you using? On what operating system?
ubuntu 10.10 64bit with epd 2.7.2 64bit (python 2.7.2, numpy 1.6.1 ...)
install iocbio-1.2.2 from source

Please provide any additional information below.
It seems to do with the order of importing the regress_ext extension and the 
numpy/scipy packages. If numpy/scipy are imported first then a segmentation 
fault happens. If the regress_ext is imported first then there is no 
segmentation fault. I got a clue for this from the following link (though I am 
not sure it is the same issue):
http://code.google.com/p/healpy/issues/detail?id=58


Original issue reported on code.google.com by [email protected] on 30 Jan 2012 at 1:59

strath-kelvin

To do
1. Time unit uniform, doesn't write minute after number
2. Eventnames into the fourth column not at the end with different units
3. Put different time and rate axises for different channels

Mervi Strath

Original issue reported on code.google.com by [email protected] on 8 Oct 2010 at 1:03

bug

Exception in runner process:
------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/local/lib/python2.7/dist-packages/iocbio/optparse_gui.py", line 153, in __call__
    self.func(*args, **kw)
  File "/usr/local/bin/iocbio.convert", line 117, in runner
    ImageStack(new_images, stack.pathinfo, options=options).save(output_path)
  File "/usr/local/lib/python2.7/dist-packages/iocbio/io/image_stack.py", line 178, in save
    io.save_image_stack(self, path, indices=indices, options=self.options)
  File "/usr/local/lib/python2.7/dist-packages/iocbio/io/io.py", line 447, in save_image_stack
    image_stack.pathinfo.save(pathinfo_txt)
  File "/usr/local/lib/python2.7/dist-packages/iocbio/io/pathinfo.py", line 487, in save
    rotation_angle = self.get_rotation_angle()
  File "/usr/local/lib/python2.7/dist-packages/iocbio/io/pathinfo.py", line 1084, in get_rotation_angle
    self.set_rotation_angle(self.pathinfo.get_rotation_angle())
  File "/usr/local/lib/python2.7/dist-packages/iocbio/io/pathinfo.py", line 426, in set_rotation_angle
    assert isinstance (rotation_angle, (float, int)),`rotation_angle`
AssertionError: None


What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 25 Jan 2012 at 9:27

Unit conversion issue with iocbio.io

What steps will reproduce the problem?
1. Open image stack captured with iocbio microscope software:
from iocbio.io import load_image_stack  
full_images, full_pathinfo  = load_image_stack('configuration.txt')

2. Get voxel sizes from pathinfo object:
voxel_sizes = full_pathinfo.get_voxel_sizes()

3. Observe that these voxel sizes are in m when the configuration.txt 
clearly specifies that the units are in um.

What is the expected output? What do you see instead?
Units in m, but should retain the original um.

What version of the product are you using? On what operating system?
Latest svn version on ubuntu AMD64.

Please provide any additional information below.
This method should at least specify what the unit of the voxel size is in any 
of a number of ways:
1). Change to get_voxel_size_m
2). Add another method get_voxel_unit
3). Return the unit along with the value in get_voxel_size

Note: set_voxel_size should also support a unit keyword then.

Original issue reported on code.google.com by [email protected] on 18 Jun 2010 at 6:41

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.