Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
.idea/
__pycache__/
build/

# setuptools_scm generated
pylops_mpi/version.py
Expand All @@ -9,8 +8,10 @@ pylops_mpi/version.py
venv/

# Build
build/
pylops_mpi.egg-info/
.eggs/
dist/

# Documentation
docs/source/gallery
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# 0.0.1
- First official release of PyLops-MPI.
11 changes: 11 additions & 0 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
.. _changelog:

Changelog
=========

Version 0.0.1
-------------

*Released on: 28/08/2023*

* First official release of PyLops-MPI
1 change: 1 addition & 0 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -94,4 +94,5 @@ class and implementing the ``_matvec`` and ``_rmatvec``.

Implementing new operators <adding.rst>
Contributing <contributing.rst>
Changelog <changelog.rst>
Credits <credits.rst>