Skip to content

Commit

Permalink
Prepare for v0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mrava87 committed May 3, 2021
1 parent 0493ee7 commit 5d68c50
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ deploy:
on:
tags: true
password:
secure: fy5rvzE1kGdtyME4Bym6rLsPsq4HaNGL/g0X3mNVQ0o1ly53gkj2V4fZIfhpor+Lr77LNgCmNXG0ObZy1QJ5XumMhCFhGT8tVQlelXBTkWYZNHe6IznpPyRQi90QNz27tcZCW78hKSwSQeIGfzaJ+8HB6CAu3K8t7BFuWssL5MIdqL5+kYfVRjVK0tFVyktDOj6kbi0MQTUsFWJwcZnDjYadT7VCHJv35aokENACZrtwjQdegiQ41HXfijE55VdisAT0aLipeZcQ5RKMaL7OybHb2B3hVAkCW0jhmFGW2iRyuMgvAiAEYFXwpkEZwPscpuxheSsCLeh4MkWFEjcRz+fhZHQ0kp5ukAu7lCfQLyoUMy5CmrFd29SvnbD/ijAqpAHO/vmdSgqVB8GE+OJcHRhvAwZXMHT8RSwxS2KgebIPRhhvckAoH0oZOPi4170HXS9AymY8NxqWXt+9jAYfVmB/7eV9zXE97ribSfLrMvs92FWEa8UzGWeuqsDbaUJQuwlsweaHR72gY2kLwYUH3PTVJxnKcx00YDG6xtenI6nyw9+rIqwTh0Br7MdRxX0QixZ1qyYeeHutj2Jndfk6n1PlykfKoMOcDjEA0SUwprH8uaUq8RH/IJvUI0PS/lsifwtBzMkD74GBZd4WiZa5FSHMxsO8P9qJLlqcY/pmvcY=
secure: Er4noQo2sMKhtvtheKvvKKOfj8uNEhpjhBRf54y0S5e3HNK1U38nMZuKT7GXRwCDjPXzWRF6oZdlAyi1SRB0hPGtT4Ucm31k6qAEzi9Ph43T9BNIMIuIcEIwY3X2D9g5ySHyfEYLgGNAYzxttiKIhMPOk7vafUMsFUSh5ldZbY/ykSpcB8DiLKw+Z6+AV9pM5YTFn1Djn4pfC88G7tzFySw+b8BL9d8/hLAWmw70Kczh20l86zIOFV/CaW6ph9irssx9nrxz7W3Kb6YFl/QaOh34mEC0ZKoiz6LMdNAGX0RI0iCwtPHdUlPi2qSXXHLvLgqPXKjoqc2bTI19n39EBoSnIveyTYP1wUj3jRLG5pqeFr/Bo2Ti8By8Hye8Iqqdx2PT5wR8bWLiy+M1FMkeJjMT/ZvUudy00gg+7J/xRutBWhRmk2bZt6aCBG0NwpAVoN9UqssoXcYwFmRcOpleGNHo6Wi/0Rg59oAlN0PI+SCWMOcW1veKbsOgSi6nXisffgnZEsFWfEVZB0sLGMqFtBLAmY56PPKbEKqJXDZZ2MRcHDiZB0YfczewCeKdlPiRIQlpLDPu/xaUCiEAnvFZS1EKkpZ9F8/gpJey3e4UPUL+PPmAyMNA/4yBM5xrSjKVl09wuyzqvyTktBGDjaMHvZw0kwnysrmsdP5p30Rf3y8=
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,11 @@
# 0.0.1
* Added ``pylops_gpu.optimization.sparsity.FISTA`` and
``pylops_gpu.optimization.sparsity.SplitBregman`` solvers
* Modified ``pylops_gpu.TorchOperator`` to work with cupy arrays
* Modified ``pylops_gpu.avo.poststack._PoststackLinearModelling`` to use
the code written in pylops library whilst still dealing with torch arrays
* Allowed passing numpy dtypes to operators (automatic conversion
to torch types)

# 0.0.0
* First official release.
14 changes: 14 additions & 0 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
Changelog
=========


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

*Released on: 03/05/2021*

* Added :py:func:`pylops_gpu.optimization.sparsity.FISTA` and
:py:func:`pylops_gpu.optimization.sparsity.SplitBregman` solvers
* Modified :py:class:`pylops_gpu.TorchOperator` to work with cupy arrays
* Modified :py:func:`pylops_gpu.avo.poststack._PoststackLinearModelling` to use
the code written in pylops library whilst still dealing with torch arrays
* Allowed passing numpy dtypes to operators (automatic conversion
to torch types)

Version 0.0.0
-------------

Expand Down

0 comments on commit 5d68c50

Please sign in to comment.