You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have restructured how new packages are added. The new format is to add a dictionary with the information about the project to list.json and open a pull request. All the rest will be updated automatically:
"Pastas": {
"description": "Analysis of hydrological time series using time series models.",
"url": "https://github.com/pastas/pastas",
"category": "Time Series (Analysis)",
"docs": "https://pastas.readthedocs.io",
"CI": 1,
"last_update": "Will be update automatically from conda/pypi",
"pypi": "https://pypi.org/project/Pastas/",
"doi_software": "https://doi.org/10.5281/zenodo.1465866",
"doi_paper": "http://doi.org/10.5281/zenodo.1465866",
"conda": "https://anaconda.org/conda-forge/Pastas",
"version": "Will be update automatically from conda/pypi"
},
I hope this makes everything easier and improves the quality of the list :)
The text was updated successfully, but these errors were encountered:
I have restructured how new packages are added. The new format is to add a dictionary with the information about the project to
list.json
and open a pull request. All the rest will be updated automatically:I hope this makes everything easier and improves the quality of the list :)
The text was updated successfully, but these errors were encountered: