Skip to content

Commit

Permalink
Prepare public release of ptypy (#406)
Browse files Browse the repository at this point in the history
* Public repository preparation

* New license for public release

* First pass at pip distributable package

* More elements in pyproject.toml

* Updated release notes and README

* Added tests to pyproject.toml

* I wonder what happens if I do this

* Adjusted the version

* Changed signpost message according to email discussion with PF, replaced ptypy/PTYPY with PtyPy in license

* Changed signpost in docs too

* Removing GPLv2 from tests

* Remove GPLv2 in ptypy

* Reverted the signpost notice

Co-authored-by: Pierre Thibault <pierrethibault@users.noreply.github.com>
Co-authored-by: Pierre Thibault <pthibault@units.it>
  • Loading branch information
3 people committed Dec 8, 2022
1 parent 39ad59f commit 2358e36
Show file tree
Hide file tree
Showing 98 changed files with 342 additions and 665 deletions.
65 changes: 0 additions & 65 deletions .clang-format

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Prepare ptypy
run: |
# Dry install to create ptypy/version.py
python setup.py install -n
pip install .
- name: Lint with flake8
run: |
conda install flake8
Expand Down
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ dist/
doc/_img/*.png
tutorial/*.png
ghostdriver*
doc/version.py
ptypy/version.py
.idea/
.cache/
.vscode/
Expand All @@ -29,3 +27,4 @@ ptypy/version.py
*.egg-info
.DS_Store
.ipynb_checkpoints
.clang-format
52 changes: 0 additions & 52 deletions .travis.yml

This file was deleted.

8 changes: 4 additions & 4 deletions AUTHORS
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
Main contributors:
* Pierre Thibault (p.thibault@ucl.ac.uk)
* Björn Enders (bjoern.enders@ph.tum.de)
* Pierre Thibault (pthibault@units.it)
* Bjoern Enders (benders@lbl.gov)

Early versions of this package were developed by Pierre Thibault between 2007 and 2009
at Paul Scherrer Institut (Switzerland).

The package was developed further by P. Thibault at the Technische Universität München
from 2009 to 2013, with important contributions from Martin Dierolf, Björn Enders,
from 2009 to 2013, with important contributions from Martin Dierolf, Bjoern Enders,
and Marco Stockmar.

The complete redesign of the code has been done by Björn Enders and Pierre Thibault in
The complete redesign of the code has been done by Bjoern Enders and Pierre Thibault in
2013-2014.

We would like to thank especially Martin Dierolf for his valuable feedback.
Expand Down
Loading

0 comments on commit 2358e36

Please sign in to comment.