pint
astropy
pint | astropy | |
---|---|---|
10 | 27 | |
2,460 | 4,549 | |
- | 1.6% | |
8.5 | 10.0 | |
10 days ago | 2 days ago | |
Python | Python | |
GNU General Public License v3.0 or later | BSD 3-clause "New" or "Revised" License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
pint
-
Scientific computing with confidence using typed dimensions
Something I briefly mention in the post is pint [0] for Python, but unfortunately, I don't think dimensions can be specified via type annotations.
At least you can check the input of functions at runtime [1].
[0]: https://github.com/hgrecco/pint
[1]: https://pint.readthedocs.io/en/stable/advanced/wrapping.html
-
GNU Units
Only tangential to this but somebody might find it usefull. I’m doing lots of calculations in Python involving various units. I’m using a similar library called Pint. https://github.com/hgrecco/pint
My business is thermodynamics of power plants. Professionals in the industry tend to use convenient units like C, bars, kJ/kg and so on. But the formulas usualy need basic SI units.
-
misura: Python library for easy unit handling and conversion for scientific & engineering applications.
Same question for pint?
-
Blue Origin capsule blasts away from booster after anomaly during launch
On one hand, it stinks that it's not going better for them. On the positive side, it looks like if there was a real emergency the crew could have escaped.
I was pleasantly surprised to see this pop up on /r/opensource. It looks like blue origin is contributing to open source now https://github.com/hgrecco/pint/pull/1574.
- I uploaded my employer's first OSS patch
- It took 18 months, but I did it. Blue Origin has submitted an open-source patch.
- Wind Turbine Blades Can’t Be Recycled, So They’re Piling Up in Landfills (2020)
- Astropy – a community Python library for Astronomy
-
Pint: Makes Units Easy -Python
I couldn't resist searching for 'kibi', and yep! [0]
[0] https://github.com/hgrecco/pint/search?q=kibi
astropy
-
Vision for Astronoby - Call for contributors and maintainers
One could be a project for accuracy. By integrating physical models and with the inspiration of existing important projects like Skyfield or Astropy, this project could focus on providing the most accurate and performant results possible in Ruby. Contributors could help optimise the code, running benchmarks, and covering as many use cases as possible.
-
Julia 1.10 Released
Astropy [0] lives at the heart of most work. It has a Python interface, often backed by Fortran and C++ extension modules. If you use Astropy, you're indirectly using libraries like ERFA [6] and cfitsio [7] which are in C/Fortran.
I personally end up doing a lot of work that uses the HEALPix sky tesselation, so I use healpy [2] as well.
Openorb is perhaps a good example of a pure-Fortran package that I use quite. frequently for orbit propagation [3].
In C, there's Rebound [4] (for N-body simulations) and ASSIST [5] (which extends Rebound to use JPL's pre-calculated positions of major perturbers, and expands the force model to account for general relativity).
There are many more, these are just ones that come to mind from frequent usage in the last few months.
[0] https://www.astropy.org/
-
Skyfield: Elegant Astronomy for Python
Users interested in a broader range of astronomical tools beyond coordinate transformations may be interested in https://www.astropy.org/ and its affiliated packages.
- Astropy: Common core package for Astronomy in Python
- [R] Astronomia ex machina: a history, primer and outlook on neural networks in astronomy
-
License Adherence Help
I'm working on a pure Rust approximation of astropy. Up til now, I was able to recreate the intent by looking at an external API, but I'm moving on to functionality that I don't understand enough to implement without basically copying the code. Astropy uses the BSD-3 license, and it wraps the ERFA library which uses a custom license. My project currently uses the MIT license. My PR is here - my question is have I attributed everything correctly, or is there anything I need to change for everything to be above-board?
- Astro physics data analysis
- I'm a mechanical engineer with a solid background in Python and experience earlier in my career in natural science/physics. Are there any meaningful, active, open source opportunities in space science?
- OpenSource voltado à ciência
-
Astronomical Calculations for Hard SF in Common Lisp
For folks who might be interested in astronomical calculations but who don't want to roll their own library, astropy (https://www.astropy.org/) is widely used by professional astronomers.
What are some alternatives?
QuTiP - QuTiP: Quantum Toolbox in Python
Pandas - Flexible and powerful data analysis / manipulation library for Python, providing labeled data structures similar to R data.frame objects, statistical functions, and much more
barril - Python package to manage units for physical quantities
SciPy - SciPy library main repository
SymPy - A computer algebra system written in pure Python
scinumtools - Essential tools for numerical scientific calculations, simulations and data analysis. Besides several useful tools, this package is featuring expression solver, physical units, material properties and dimensional input parameter modules.
Dask - Parallel computing with task scheduling
Unchained - A fully type safe, compile time only units library.
Numba - NumPy aware dynamic Python compiler using LLVM
misura - Python library providing effortless unit handling and currency conversion for scientific and engineering purposes.
PyDy - Multibody dynamics tool kit.