Antonello Lobianco
Antonello Lobianco
Making an issue here as suggested on the [discourse thread](https://discourse.julialang.org/t/julia-shoudnt-silently-activate-a-project-associated-to-a-previous-julia-version/77480). The idea is that now Manifest holds the information on the Julia version itself but "ignores" this information if activating...
Hi there. I am the maintainer of [OdsIO.jl](https://github.com/sylvaticus/OdsIO.jl), a package to export matrices and dataframes to the OpenDocument Spreadsheet format, using `ezodf`, a Python module. The problem is that with...
On a Ubuntu 16.04 server I installed Jupyterhub and set it to use the letsencrypt generated certificates: nano jupyterhub_config.py c.JupyterHub.logo_file = '/var/www/nancy/imgs/jupyter-lef-logo.png' c.JupyterHub.ssl_cert = '/etc/letsencrypt/live/nancy.org/fullchain.pem' c.JupyterHub.ssl_key = '/etc/letsencrypt/live/nancy.org/privkey.pem' The problem...
Hello, I just learned how to disable the latex plugin, but I would like now to also disable automatic numbering of paragraphs in the TOC, as they are already manually...
AS it is a template function, it is defined over a single eltype T of the mixtures vector. Need to be refactored to work with mixed cases (if one really...
``` julia> oneHotEncoder([-1,1,1]) ERROR: BoundsError: attempt to access 1-element Vector{Int64} at index [-1] Stacktrace: [1] setindex! @ ./array.jl:903 [inlined] [2] oneHotEncoderRow(x::Int64; d::Int64, factors::UnitRange{Int64}, count::Bool) @ BetaML.Utils ~/.julia/packages/BetaML/cpTAz/src/Utils/Processing.jl:64 [3] oneHotEncoder(Y::Vector{Int64}; d::Int64,...
Hello, just to preannounce a large name change in BetaML model names, in order to increase consistency. These are in master, but not yet on any release, so still time...
Unless I am wrong (but if so, _many_ are on the internet too) to sink to a standard `Matrix` one has to first `using` Tables.jl or DataFrames.jl. I believe it...
Let's say by shapefile has a field "RegionName", and I want to compute some zonal statistics from a raster, e.g. a count. I can do `stats = zonal_stats("myAdminBorders.shp", "myData.tif")`, but...
The "about" field in Github currently holds as "Julia installer and version multiplexer". Perfect, but shouldn't be better something less technical? On the line of "An installation and updater manager...