Skip to content
Snippets Groups Projects
Commit 1edd2d5c authored by Frederik Hennig's avatar Frederik Hennig
Browse files

Mark: v2.0-dev development branch

parent a03acd9a
Branches
No related merge requests found
Pipeline #67865 passed with stages
in 57 seconds
# pystencils 2.0 Development Branch
You are currently viewing the development branch `v2.0-dev` for *pystencils 2.0*.
This version marks a complete redesign of pystencil's internal structure.
The type system, code generators, and just-in-time-compilers are being completely rebuilt here.
## Early Adoption
The development version of pystencils is now ready for early adoption by users.
Install the current pre-release version either directly through pip:
```
pip install "git+https://i10git.cs.fau.de/pycodegen/pystencils.git@v2.0-dev"
```
Or clone the repository locally and do an editable install:
```
git clone -b v2.0-dev https://i10git.cs.fau.de/pycodegen/pystencils.git
pip install -e pystencils
```
## Documentation
Documentation for this development branch is currently served separately at
[https://da15siwa.pages.i10git.cs.fau.de/dev-docs/pystencils-nbackend/](https://da15siwa.pages.i10git.cs.fau.de/dev-docs/pystencils-nbackend/)
## Contributing
To contribute patches to *pystencils 2.0*, fork the repository as described in [CONTRIBUTING](CONTRIBUTING.md)
and branch off from the `v2.0-dev` branch.
Once you're finished coding, create a merge request onto that same branch and wait for it to be reviewed.
pystencils
==========
......
pystencils Development Branch Documentation
===========================================
pystencils v2.0-dev Documentation
=================================
These are the documentation pages for the development branch
`backend-rework <https://i10git.cs.fau.de/pycodegen/pystencils/-/tree/backend-rework?ref_type=heads/>`_,
which hosts the rework of pystencils' code generation backend.
This is an ongoing project; as such, the documentation, too, is still under construction and bound to change rapidly.
You are currently viewing the documentation pages for the development revision |release|
of pystencils 2.0.
These pages have been generated from the branch
`v2.0-dev <https://i10git.cs.fau.de/pycodegen/pystencils/-/tree/v2.0-dev/>`_.
.. toctree::
:maxdepth: 1
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment