julia-language
Julia is a high-level dynamic programming language designed to address the needs of high-performance numerical analysis and computational science. It provides a sophisticated compiler, distributed parallel execution, numerical accuracy, and an extensive mathematical function library.
Here are 508 public repositories matching this topic...
Ankit Shah and I are trying to use Gen to support a project and would love the addition of a dirichlet distribution
From the readme, section on Package status:
Currently, METADATA has a tag system but not all package authors use it, making it harder for lay users to know if the package maintenance is active or not.
I don't know how to do this, please add a link, or small tutorial. I'd like to do it.
The following pkgdown R library allows generating a doc site based on GitHub repo information (e.g. the README.md, developers etc). Wondering whether we can do something similar with Turing sub-modules, particularly build a page from the README.md file and release notes.
-
Updated
Jun 8, 2020 - Makefile
In particular, the default rotation speed is not very good. Could we slow down the rotation speed by default? It is hard to interact otherwise.
I was trying to use the Julia: Execute Code Cell Command, but I didn't know what was the delimiter for a cell. Finally, I found it, but It would be nice to have a comment about it :).
-
Updated
Jun 5, 2020
Currently, the setup phase is documented properly, but a similar example of the teardown would be well appreciated as that quickly got lost when trying to work on some benchmarks I was working on recently. It wasn't obvious that my benchmark (specifically the teardown) was set up properly, and there wasn't a simple one-or-two liner in the docs that I could use to verify what I was doing was
-
Updated
Mar 10, 2019 - Julia
The error I get when I click on a URL in the documentation:
Couldn't resolve URL @ref
Configuring paths to API docs in project settings might help
External documentation for Array

I had my Clion shortcut in C:\JuliaPro-1.1.1.1 folder.
. Unfortunately, I don't know enough about the internals to update the documentation myself and make a PR, all I can tell is that the current documentation seems o
-
Updated
Jun 18, 2020 - Julia
Would be really nice if julia-mode provided ability to edit docstrings using
markdown-mode. Not an elisp guy, and still a relatively new emacs user, so I'm
not sure exactly how this would work, but I thought I'd throw the suggestion out
there.
Maybe if I get some time, I'll take a look at how org-mode does it with src
blocks and see if I can duplicate that in julia-mode.
Currently we say things like "<8 TPU chips in 2x2x2 topology>", which is informative, but doesn't match Google terminology. We could try printing something like "<TPUv3-8 in 2x2 topology>". We don't get the chip kind information from the topology, but we could for now just determine it from the memory information.
-
Updated
Jun 17, 2020 - Python
add_element!(mesh, elid, eltype, connectivity)
Add an element into the mesh. ´elid´ is the element id, ´eltype´ is the type of the element and ´connectivity´ is the connectivity of the element.
At least eltype needs to be defined more precisely. I guess it's a symbol :Seg2, :Tri3 and so on.
There was recently some discussion on Stan Discourse that resulted in this PR in Stan and this PR in PyMC3. They make some changes to the NUTS criterion to handle a previously undiscovered case where the N
The BlueStyle conventions are great!
I was wondering if people would be interested in discussing adding some guidelines on when to use export and how that relates to the current section on using using and import. Additionally, it would be nice to clarify if how this guideline on
-
Updated
Dec 21, 2019 - Jupyter Notebook
Documentation?
Is there no documentation or am I just missing something? I would like to create an animation that changes what object is being displayed over time. The animation demo wasn't helpful for this case.
-
Updated
Jun 15, 2020 - Julia
-
Updated
Apr 21, 2020 - Julia
We should make an additional documentation page, called "Example overview". In this page we list the examples (as bullet points). In each bullet point we explain what the user can learn by each example page.
Eg. from HK model they learn synchronous agent update. From COVID-19 they learn using arbitrary graphs and plotting on arbitrary graphs. etc.
Proposed Sections on POD Documentation,
-
README.md: general description and instructions for POD.jl
-
Documenter.jl
- Introduction: General solver description
- How to Use: Instruction of installing and using POD with an example
- Choosing Solver: List of supported sub-solvers and directions on how to use them
- Algorithm: Big-picture description and point to the paper
- Expr
Test case:
# LATex in Documenter strings
doc"""$\pi$"""
# ^^^^^^^^^^^^^^ string.quoted.other
Patch:
strings:
...
# Documenter string, tripple-quoted. Has special escaping and no string interpolation.
- match: '\bdoc"""'
push:
- meta_scope: string.quoted.other.julia
- match: (\\"|\\\\)
scope: constant.character.escape.jCreated by Jeff Bezanson, Stefan Karpinski, Viral B. Shah, Alan Edelman
Released February 14, 2012
- Organization
- JuliaLang
- Website
- julialang.org
- Wikipedia
- Wikipedia
Do we expect the following syntax to work?
It works if you call
<:as a broadcasted function:Version info: