Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
pystencils
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pycodegen
pystencils
Commits
1edd2d5c
Commit
1edd2d5c
authored
10 months ago
by
Frederik Hennig
Browse files
Options
Downloads
Patches
Plain Diff
Mark: v2.0-dev development branch
parent
a03acd9a
No related branches found
No related tags found
No related merge requests found
Pipeline
#67865
passed
10 months ago
Stage: Code Quality
Stage: Unit Tests
Stage: legacy_test
Stage: docs
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+34
-0
34 additions, 0 deletions
README.md
docs/source/index.rst
+6
-6
6 additions, 6 deletions
docs/source/index.rst
with
40 additions
and
6 deletions
README.md
+
34
−
0
View file @
1edd2d5c
# 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
==========
...
...
This diff is collapsed.
Click to expand it.
docs/source/index.rst
+
6
−
6
View file @
1edd2d5c
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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment