Grigory Starkov

Results 11 issues of Grigory Starkov

First of all, I would like to thank the creators of the package. It is very powerful: one can add all sorts of units by expressing them in terms of...

This PR adresses issue #424 and issue #359. - I have moved all the files except "pkgdefaults.jl" and "dates.jl" into a subdirectory package UnitfulBase. - I also moved the definitions...

I am trying to install Gtk.jl on a machine for which I don't have any sudo privileges. However, the build step requires me to enter sudo password. I've encountered it...

Since `Transpose{T, SparseMatrixCSC{T}}` and `Adjoint{T, SparseMatrixCSC{T}}` are used as place-ins for CSR matrices, it may be a good idea to add `GBMatrix` constructors for these types, which would directly construct...

enhancement
Don't Forget to Don't Forget me
v1.0

This PR adresses issue #37. It adds new structs called `Isotope` and `Isotopes` which are analogues of `Element` and `Elements`. Also it defines the object `isotopes::Isotopes` which stores all the...

needs tests

There are a couple of open issues regarding adding of additional information, which have no progress in part due to laziness of the authors of these issues (myself included). On...

Hi, I am running LBFGS optimization algorithm with MoreThuente linesearch algorithm. I track the execution of the algorithm by damping the output of the trace into the terminal. In some...

Is it hard to make measurements support data with non-`missing` value, but `missing` uncertainty? Data with missing uncertainty is quite different from the data with zero uncertainty, so it is...

As far as I understand, the elliptic functions in this package are defined only for real values of the first argument ``u``. At the same time, it is good to...

This is the place to discuss whether we want to enforce specific types for the coordinates and, by extension, for the velocities. Right now, the proposed way is to assume...

question