Releases: vergauwenthomas/MetObs_toolkit
Releases · vergauwenthomas/MetObs_toolkit
v0.3.0
The following parts are (major) revised:
- Gaps: There are no missing observations anymore. All that is missing, is considered a gap.
- gap filling: Multiple methods with different complexity for filling with modeldata
- Template: Templates are now stored as JSON files, and in a dedicated class.
- Modeldata: Modeldata has a specific class for static and dynamic datasets
- Documentation: The API now has examples for all user-accessible functions and methods.
What's Changed
- Split Dataset over multiple thematic modules by @vergauwenthomas in #466
- Gap refactor v0.3.0 by @vergauwenthomas in #467
Full Changelog: v0.2.1...v0.3.0
v0.2.1
Templates are handled by Template()
and json file used to store templates.
What's Changed
- Template builder fixes by @vergauwenthomas in #462
- Template class by @vergauwenthomas in #463
- update template in doc api by @vergauwenthomas in #465
Full Changelog: v0.2.0...v0.2.1
JOSS release
The official MetObs-toolkit version as published by JOSS
What's Changed
- Dev by @vergauwenthomas in #421
- Dev by @vergauwenthomas in #428
- Clean up pre-commit config by @Zeitsperre in #432
- Add Package Classifiers by @Zeitsperre in #433
- restructuring docs (similar as geopandas) by @vergauwenthomas in #434
- JOSS Paper minor edits by @Zeitsperre in #438
- Fix broken links in doc by @vergauwenthomas in #440
- trigger only when paper has been adapted by @vergauwenthomas in #441
- Document/fix the gee authentication issue by @vergauwenthomas in #444
- Last joss remarks by @vergauwenthomas in #445
- Move to rtd by @vergauwenthomas in #446
- Move to rtd by @vergauwenthomas in #453
- fixed remarks in paper by @vergauwenthomas in #454
- Extending docstrings with more in-dept explenations by @vergauwenthomas in #457
- Joss version by @vergauwenthomas in #459
- replace pip3 by pip by @vergauwenthomas in #460
New Contributors
- @Zeitsperre made their first contribution in #432
Special Credits
We want to thank @Zeitsperre and @ashwinvis for their thorough review of this package. Their comments, remarks, and suggestions have put this package to the next level!
Full Changelog: v0.1.3...v0.2.0
v0.1.3
Main Changes
- New framework for observation types:
- A user can create new observation types
- observation type interaction with Modeldata (+ vectorfield observationtypes)
- A toolkit version of the buddy check (equivalent to TITAN's buddy check, but in python)
- Bug fixes
What's Changed
- Siebe bug by @vergauwenthomas in #364
- Titanlib extra by @vergauwenthomas in #367
- include options in template by @vergauwenthomas in #368
- framework for a python buddy check equivalent of TITAN by @vergauwenthomas in #375
- setup a os matrix for pip install testing of the metobs toolkit by @vergauwenthomas in #376
- start of the obervation type module by @vergauwenthomas in #377
- add interactive and time evolution folium plot by @vergauwenthomas in #381
- fix Copyright holder (see #382) by @vergauwenthomas in #383
- update the introduction example to use the demo datafiles + documentation update by @vergauwenthomas in #390
- trigger doc builder by @vergauwenthomas in #393
- Update README.md by @vergauwenthomas in #395
- Fix the pages deployment of the documentation by @vergauwenthomas in #396
- Add a Contribution file by @vergauwenthomas in #398
- Paper by @vergauwenthomas in #400
- Gee example fix by @vergauwenthomas in #409
- should typo by @vergauwenthomas in #411
- Update template_mapping.rst by @cksharma2468 in #412
- conv metadf to geodataframe on pickle import by @vergauwenthomas in #415
New Contributors
- @cksharma2468 made their first contribution in #412
Full Changelog: v0.1.2...v0.1.3
v0.1.2
Initial Release
init: Github release to sync the releases on PyPI.