FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Unverified Commit 29204a4a authored by Eduardo Gonzalez Solares's avatar Eduardo Gonzalez Solares
Browse files

Bump version: 0.2.1 → 0.3.0

parent f6b5b2e6
No related branches found
No related tags found
No related merge requests found
Pipeline #163456 passed
......@@ -30,6 +30,6 @@ deploy:
- pip install --user imaxt-image
- python setup.py sdist
- curl -X MKCOL $REPO/stpt-pipeline
- curl -XPUT $REPO/stpt-pipeline/stpt_pipeline-0.2.1.tar.gz --data-binary @dist/stpt_pipeline-0.2.1.tar.gz
- curl -XPUT $REPO/stpt-pipeline/stpt_pipeline-0.3.0.tar.gz --data-binary @dist/stpt_pipeline-0.3.0.tar.gz
......@@ -2,14 +2,15 @@
History
=======
WIP
---
0.3.0 (2020-02-20)
------------------
* Improved offset calculation between tiles.
* Improved flatfield and dark correction.
* Use Xarray as internal data format.
* Output multi-resolution Xarray datasets.
* Use XArray/Zarr as internal data format.
* Output multi-resolution XArray/Zarr datasets.
* Output multi-resolution TIFF images.
* Update documentation.
0.2.1 (2019-11-19)
------------------
......
[bumpversion]
current_version = 0.2.1
current_version = 0.3.0
commit = True
tag = True
......
......@@ -51,7 +51,7 @@ setup(
test_suite='tests',
tests_require=test_requirements,
url='https://gitlab.ast.cam.ac.uk/imaxt/stpt_pipeline',
version='0.2.1',
version='0.3.0',
zip_safe=False,
dependency_links=[
'https://imaxt.ast.cam.ac.uk/pip/imaxt-image',
......
......@@ -3,4 +3,4 @@ from .schema import schema # noqa: F401
__author__ = 'Carlos Gonzalez'
__email__ = 'cgonzal@ast.cam.ac.uk'
__version__ = '0.2.1'
__version__ = '0.3.0'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment