cemsbv / pygef

Parse soil measurement data.
https://cemsbv.github.io/pygef
MIT License
31 stars 18 forks source link

Next scheduled release #62

Closed maarten-betman closed 3 years ago

maarten-betman commented 3 years ago

@martinapippi Is the Pygef team planning to release a new version to PyPI following the recent PR's?

martinapippi commented 3 years ago

No, we don't have a plan for the next release yet. @ritchie46 what do you think about it? Maybe we can solve issues #61 and #57 first.

ritchie46 commented 3 years ago

Don't really have a clear view on the state of the changes? Are there API/ feature changes in latest PRs? Or are they just patches.

we can solve issues #61 and #57 first.

How much work is needed for them?

martinapippi commented 3 years ago

They are mostly patches. #59 added an attribute to ParseCPT.

57 should be almost done (it needs a unit test)

61 depends on the strategy that we choose. If we choose to change the name it will take some time but no more than a work day. We will however not have backwards compatibility since we will change the name of methods's parameters and columns of pd.DataFrames, so then it might be good to update to 0.5.0.

maarten-betman commented 3 years ago

@martinapippi any update?

martinapippi commented 3 years ago

@maarten-betman pygef has been updated to the last version in PyPi