Skip to content

Commit 606dae4

Browse files
committed
Start packaging the project
2 parents c8344d0 + cd1cbb2 commit 606dae4

File tree

5 files changed

+38430
-2
lines changed

5 files changed

+38430
-2
lines changed

.gitignore

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,27 @@
1-
/Manifest.toml
1+
# Files generated by invoking Julia with --code-coverage
2+
*.DS_Store
3+
*.ipynb_checkpoints
4+
5+
*.jl.cov
6+
*.jl.*.cov
7+
8+
# Files generated by invoking Julia with --track-allocation
9+
*.jl.mem
10+
11+
# System-specific files and directories generated by the BinaryProvider and BinDeps packages
12+
# They contain absolute paths specific to the host computer, and so should not be committed
13+
deps/deps.jl
14+
deps/build.log
15+
deps/downloads/
16+
deps/usr/
17+
deps/src/
18+
19+
# Build artifacts for creating documentation generated by the Documenter package
20+
docs/build/
21+
docs/site/
22+
23+
# File generated by Pkg, the package manager, based on a corresponding Project.toml
24+
# It records a fixed state of all packages used by the project. As such, it should not be
25+
# committed for packages, but should be committed for applications that require a static
26+
# environment.
27+
Manifest.toml

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
1-
# PartialRejectionSampling
1+
# PartialRejectionSampling.jl
2+
Some implementations of partial rejection samplers
3+
4+
For now, some bits of code are in Julia, others in Python.
5+
The ultimate goal is to make it full Julia.
6+
7+
The `notebooks` illustrate partial rejection samplers on some specific examples.

0 commit comments

Comments
 (0)