Skip to content

Commit

Permalink
Merge pull request #77 from PyLops/changelog
Browse files Browse the repository at this point in the history
Added Changelog
  • Loading branch information
rohanbabbar04 authored Aug 28, 2023
2 parents b2bd2bf + dca5f06 commit dc49066
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 1 deletion.
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>

0 comments on commit dc49066

Please sign in to comment.