Skip to content

Commit

Permalink
Merge pull request #353 from ungarj/release_0.41
Browse files Browse the repository at this point in the history
prepare release 0.41
  • Loading branch information
ungarj authored Aug 17, 2021
2 parents a58e007 + 1a35b0c commit ff3b005
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 3 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,30 @@
Changelog
#########

-----------------
0.41 - 2021-08-17
-----------------

* core

* add ``mapchete.commands`` package
* add ``dask`` as optional ``Executor``
* expose futures in ``Executor`` class to facilitate job cancellation
* use ``spawn`` as default multiprocessing start method (#351)
* fix missing worker logs (#185)
* rename ``mapchete.cli.utils`` to ``mapchete.cli.options``
* enable providing process code from within process config

* packaging

* updated API doc

* CLI

* CLI: change ``--multi`` option to ``--worker``
* enable optional concurrency for ``mapchete cp``


-----------------
0.40 - 2021-06-24
-----------------
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2015 - 2020 EOX IT Services
Copyright (c) 2015 - 2021 EOX IT Services

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,6 @@ License

MIT License

Copyright (c) 2015 - 2020 `EOX IT Services`_
Copyright (c) 2015 - 2021 `EOX IT Services`_

.. _`EOX IT Services`: https://eox.at/
2 changes: 1 addition & 1 deletion mapchete/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@


__all__ = ["open", "count_tiles", "Mapchete", "MapcheteProcess", "ProcessInfo", "Timer"]
__version__ = "0.40"
__version__ = "0.41"


logger = logging.getLogger(__name__)
Expand Down

0 comments on commit ff3b005

Please sign in to comment.