Michael Kelley
Michael Kelley
Would it be better to follow astropy Table as an example and have methods `add_row()`, `add_column()`, `add_columns()`, and `join()`? Or, at least, a `.append()` method could be a convenience function...
Well, `Table.add_row` is different from a join, because it does not add new columns: https://docs.astropy.org/en/stable/api/astropy.table.Table.html#astropy.table.Table.add_row Regardless, I prefer not to develop a new API for common table operations, given that...
I think I've mostly addressed this with #275. However, I was not aware of astropy's PhysicalTime and locally implemented a similar solution. So, I would prefer using astropy machinery over...
Sorry, @migueldvb , I should have worked off of this PR. I don't have coverage reporting working yet, it looks like the documentation configuration could also be merged, and setup.cfg...
@migueldvb I don't think we want Travis any more, so I've moved the CI tests to GitHub actions. I'll leave it up to you if you want to rebase or...
Great! I was hoping something already implemented would work.
I think I can get data.sbpy.org via firebase. I've been able to setup a bucket and uploaded a file. I doubt we'll exceed the bandwidth limits for the free tier,...
Pending `Ephemeris` class definition.
I'm considering class designs for implementing this feature. At the heart, a syndyne generator is an integrator that connects the dots between particles of a single beta. It needs the...
To do: run test suite on v0.3 release and mark slowest tests as slow.