-
-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Look into https://github.com/nelsontky/gh-pages-url-shortener / shorten URLs via data.pybamm.org
subdomain
#1
Comments
Can we not bind the URLs to something like a subdomain specific for pybamm-data? or maybe a separate path within current URLs for each release? |
Hi, @santacodes, could you please elaborate? I am not sure I follow, are you suggesting something like GitHub Pages?
We do not have storage limits on GitHub Releases, and the files are too small to cover the per-release limit (2 GB). However, I chose to version the releases here so that we can have links between PyBaMM versions and P.S. We could have used CalVer as well instead of SemVer, but it should be fine either way since we just needed a method to version the files, so the choice of scheme is irrelevant. |
I meant we could maybe have a subdomain for example |
data.pybamm.org
subdomain
I am also considering putting out a minimal Python package for import pybamm_data
import pandas as pd
my_data1 = pybamm_data.Ecker2015
my_data2 = pybamm.COMSOL_results.comsol_1C
df1 = pd.read_csv(my_data1)
df2 = pd.read_json(my_data2) i.e., they will be able provide xref: pybamm-team/pybamm-cookie#1 Let me open a new issue about this, though. |
which is a neat way to shorten URLs for release artifacts
The text was updated successfully, but these errors were encountered: