All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Types of changes
- Added for new features.
- Changed for changes in existing functionality.
- Deprecated for soon-to-be removed features.
- Removed for now removed features.
- Fixed for any bug fixes.
- Security in case of vulnerabilities.
- persistent processing
- Add
create_actinia_pc_item
function to utils
- set up from PyPI
- fix mapset deletion if mapset does not exist
- fix location creation if location already exists
- fix mapset creation if mapset exists
- Initialize Job from dict
- not mocked tests
- improved mapset management
- own logging
- linting (black)
- Enhance docs
- vector and raster management
- Restructured mapset management
- Try to fix version number
- Try to fix release and remove _version.txt file
- Location management and process chain validation by @anikaweinmann in #2
- Raster management by @anikaweinmann in #5
- Vector management by @anikaweinmann in #6
- manual: add pages in list by @neteler in #1
- Add & use a task for installing dependencies by @marcjansen in #7
- Fix a typo of the program name in file headers by @marcjansen in #8
- manual: add Fork Me On GitHub Ribbon by @neteler in #3
- Enhance docs by @mmacata in #9
- @neteler made their first contribution in #1
- @anikaweinmann made their first contribution in #2
- @marcjansen made their first contribution in #7
- @mmacata made their first contribution in #9
Full Changelog: https://github.com/actinia-org/actinia-python-client/compare/0.0.2...0.1.0
- First classes and method of actinia-python-client
- Fix deploy workflow version
- docs workflow
- Test deploy workflow
- First release