Recent Releases of galpy

galpy - Version 1.11.0

This version contains an efficiency improvement in the calculation of PowerSphericalPotentialwCutoff forces, bug fixes, and dependency/project maintenance updates.

Bug fixes and minor tweaks

  • Implement caching of the mass for the PowerSphericalPotentialwCutoff potential by @jamesgrimmett in https://github.com/jobovy/galpy/pull/720
  • Turn physical units on when surface density input to AnyAxisymmetriRazorThinDiskPotential has units by @jobovy in https://github.com/jobovy/galpy/pull/738
  • Remove support for Python 3.8 by @jobovy in https://github.com/jobovy/galpy/pull/730
  • Allow TwoPowerSphericalPotental to be evaluated at r=0 by @jobovy in https://github.com/jobovy/galpy/pull/729
  • Switch to controlling compilation options through environment variables by @jobovy in https://github.com/jobovy/galpy/pull/725

Dependencies / maintenance

  • Bump to next dev version (1.11.0) by @jobovy in https://github.com/jobovy/galpy/pull/717
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/jobovy/galpy/pull/718
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/jobovy/galpy/pull/721
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/jobovy/galpy/pull/726
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/jobovy/galpy/pull/733
  • Update runner images for wheel bulding by @jobovy in https://github.com/jobovy/galpy/pull/734
  • Ignoring tqdm deprecation no longer necessary with new tqdm version by @jobovy in https://github.com/jobovy/galpy/pull/737
  • Bump pypa/cibuildwheel from 2.23 to 3.0 in the actions group by @dependabot in https://github.com/jobovy/galpy/pull/735
  • Ignore Pillow 'mode' parameter deprecation warning by @jobovy in https://github.com/jobovy/galpy/pull/739
  • Release 1.11.0 by @jobovy in https://github.com/jobovy/galpy/pull/740

Full Changelog: https://github.com/jobovy/galpy/compare/v1.10.2...v1.11.0

- Python
Published by jobovy 8 months ago

galpy - Version 1.10.2

This release contains one significant new addition and otherwise many bug fixes and dependency/project maintenance.

New features

  • Add the IAS15 numerical integrator by @johnwez1 in https://github.com/jobovy/galpy/pull/643

Bug fixes and minor tweaks

  • Improve Python leapfrog integration performance by @jamesgrimmett in https://github.com/jobovy/galpy/pull/690
  • Support new astroquery Simbad API in Orbit.from_name by @jobovy in https://github.com/jobovy/galpy/pull/697
  • Fix scipy 1.15 deprecations: removal of vectorize1 and lpmn --> assoc_legendre_p_all by @jobovy in https://github.com/jobovy/galpy/pull/703
  • Swap gslgammainc with gslgammainc_P for mass calculation by @jamesgrimmett in https://github.com/jobovy/galpy/pull/706
  • Clarify use of non-equispaced time arrays in orbit integration by @jobovy in https://github.com/jobovy/galpy/pull/711
  • Fix handling of unbound orbits in the action-angle orbit interface. by @jobovy in https://github.com/jobovy/galpy/pull/712
  • Print warning when initializing an Orbit with a SkyCoord that does not have the Sun's positional and velocity parameters set by @jobovy in https://github.com/jobovy/galpy/pull/715
  • Update potential.rst for changes in pynbody docs/data by @apontzen in https://github.com/jobovy/galpy/pull/698
  • Switch to using check_integrator in Orbit.integrate_dxdv by @jobovy in https://github.com/jobovy/galpy/pull/707
  • Upgrade stream simulation movies to mp4 so they play in the browser again by @jobovy in https://github.com/jobovy/galpy/pull/696
  • Remove mentions of odeint integrator in docs by @jobovy in https://github.com/jobovy/galpy/pull/695

Dependencies / maintenance

  • Bump to next dev version (1.10.2) by @jobovy in https://github.com/jobovy/galpy/pull/687
  • Upgrade mac runner to macos-13 because macos-12 is being deprecated by @jobovy in https://github.com/jobovy/galpy/pull/689
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/jobovy/galpy/pull/688
  • Bump codecov/codecov-action from 4 to 5 in the actions group by @dependabot in https://github.com/jobovy/galpy/pull/691
  • Bump pypa/cibuildwheel from 2.21 to 2.22 in the actions group by @dependabot in https://github.com/jobovy/galpy/pull/692
  • Use numba on Windows to run non-inertial tests by @jobovy in https://github.com/jobovy/galpy/pull/693
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/jobovy/galpy/pull/694
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/jobovy/galpy/pull/702
  • Fix codecov badge in README by @jobovy in https://github.com/jobovy/galpy/pull/704
  • Add Python 3.13 support by @jobovy in https://github.com/jobovy/galpy/pull/673
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/jobovy/galpy/pull/708
  • Bump pypa/cibuildwheel from 2.22 to 2.23 in the actions group by @dependabot in https://github.com/jobovy/galpy/pull/714
  • Release 1.10.2 by @jobovy in https://github.com/jobovy/galpy/pull/716

New Contributors

  • @jamesgrimmett made their first contribution in https://github.com/jobovy/galpy/pull/690
  • @apontzen made their first contribution in https://github.com/jobovy/galpy/pull/698
  • @johnwez1 made their first contribution in https://github.com/jobovy/galpy/pull/643

Full Changelog: https://github.com/jobovy/galpy/compare/v1.10.1...v1.10.2

- Python
Published by jobovy 12 months ago

galpy - Version 1.10.1

This release contains one significant new addition and otherwise many bug fixes and dependency/project maintenance

New features

  • Implement the new particle spray model by Chen+24 by @ybillchen in https://github.com/jobovy/galpy/pull/670

Bug fixes and minor tweaks

  • Propagate plotting keywords in Potential.plot/plotPotentials by @jobovy in https://github.com/jobovy/galpy/pull/663
  • Don't check OpenMP issue for emscripten Python by @jobovy in https://github.com/jobovy/galpy/pull/665
  • Properly set CPPFLAGS for OpenMP by @jobovy in https://github.com/jobovy/galpy/pull/669
  • Fix vlos of Vega in from_name test by @jobovy in https://github.com/jobovy/galpy/pull/671
  • Account for Pynbody 2.0 API change for how to use the direct gravity calculation by @jobovy in https://github.com/jobovy/galpy/pull/675
  • Allow plotting of potentials on physical axes by @jobovy in https://github.com/jobovy/galpy/pull/679
  • Correct behaviour of the potential in KingPotential by @jobovy in https://github.com/jobovy/galpy/pull/681
  • Fix use of jeans.sigmalos for potentials with physical units on by @jobovy in https://github.com/jobovy/galpy/pull/683
  • Fix units of the phase-space density for spherical DFs by @jobovy in https://github.com/jobovy/galpy/pull/684
  • Fix small bug in the C implementation of DehnenBarPotential by @jobovy in https://github.com/jobovy/galpy/pull/685

Dependency / maintenance

  • Bump to next dev version (1.10.1) by @jobovy in https://github.com/jobovy/galpy/pull/662
  • Bump pypa/cibuildwheel from 2.19 to 2.20 in the actions group by @dependabot in https://github.com/jobovy/galpy/pull/667
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/jobovy/galpy/pull/668
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/jobovy/galpy/pull/672
  • Bump pypa/cibuildwheel from 2.20 to 2.21 in the actions group by @dependabot in https://github.com/jobovy/galpy/pull/676
  • Add Python 3.13 wheels by @jobovy in https://github.com/jobovy/galpy/pull/674
  • Bump mamba-org/setup-micromamba from 1 to 2 in the actions group by @dependabot in https://github.com/jobovy/galpy/pull/678
  • Handle Readthedocs context inject deprecation by @jobovy in https://github.com/jobovy/galpy/pull/680
  • Release 1.10.1 by @jobovy in https://github.com/jobovy/galpy/pull/686

New Contributors

  • @ybillchen made their first contribution in https://github.com/jobovy/galpy/pull/670

Full Changelog: https://github.com/jobovy/galpy/compare/v1.10.0...v1.10.1

- Python
Published by jobovy over 1 year ago

galpy - Version 1.10.0

This release mainly fixes a few bugs and performs a lot of dependency and project maintenance.

New features

  • Add OpenMP support to Mac builds and wheels by @jobovy in https://github.com/jobovy/galpy/pull/660

Bug fixes

  • update docs in triaxialNFW by @nstarman in https://github.com/jobovy/galpy/pull/641
  • Clarify documentation of RotateAndTiltWrapper's use of galaxy/sky PA and inclination by @jobovy in https://github.com/jobovy/galpy/pull/645
  • Fix output shape for Orbit.theta by @jobovy in https://github.com/jobovy/galpy/pull/646

Dependency / maintenance

  • Adopt Ruff as code formatter by @jobovy in https://github.com/jobovy/galpy/pull/635
  • Bump the actions group with 1 update by @dependabot in https://github.com/jobovy/galpy/pull/636
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/jobovy/galpy/pull/638
  • Set runners used in wheels workflow explicitly by @jobovy in https://github.com/jobovy/galpy/pull/639
  • Revert Mac test runner back to x86_64 because arm64 gives issues by @jobovy in https://github.com/jobovy/galpy/pull/640
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/jobovy/galpy/pull/642
  • Bump pypa/cibuildwheel from 2.17 to 2.18 in the actions group by @dependabot in https://github.com/jobovy/galpy/pull/644
  • Remove specific gcc version for installing pynbody by @jobovy in https://github.com/jobovy/galpy/pull/647
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/jobovy/galpy/pull/648
  • Bump pypa/cibuildwheel from 2.18 to 2.19 in the actions group by @dependabot in https://github.com/jobovy/galpy/pull/649
  • Add missing identifier for Python 3.12 support by @jobovy in https://github.com/jobovy/galpy/pull/650
  • Test wheels in a conda environment by @jobovy in https://github.com/jobovy/galpy/pull/652
  • Remove compilation using intel compilers, because little used and not tested by @jobovy in https://github.com/jobovy/galpy/pull/655
  • Remove defining inline for MVSC because no longer necessary by @jobovy in https://github.com/jobovy/galpy/pull/654
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/jobovy/galpy/pull/658
  • Remove manylinux CentOS hack by @jobovy in https://github.com/jobovy/galpy/pull/659
  • Release 1.10.0 by @jobovy in https://github.com/jobovy/galpy/pull/661

Full Changelog: https://github.com/jobovy/galpy/compare/v1.9.2...v1.10.0

- Python
Published by jobovy over 1 year ago

galpy - Version 1.9.2

This release adds a new wrapper potential, fixes a few bugs, and performs a lot of dependency and project maintenance.

New features

  • Add KuzminLikeWrapperPotential by @jobovy in https://github.com/jobovy/galpy/pull/625

Bug fixes

  • Fix a bug in streamspraydf to remove the streaks. by @jl3937 in https://github.com/jobovy/galpy/pull/629
  • Raise RuntimeError when trying to apply a Wrapper to a non-Potential Force by @jobovy in https://github.com/jobovy/galpy/pull/633

Dependency maintenance

  • Vendor old scipy quadrature routine and use that where integrate.quadrature was used before by @jobovy in https://github.com/jobovy/galpy/pull/620
  • Vendor scipy.integrate.romberg due to impending deprecation within scipy by @jobovy in https://github.com/jobovy/galpy/pull/621
  • Fix one more instance of using deprecated scipy romberg by @jobovy in https://github.com/jobovy/galpy/pull/622

Project maintenance

  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/jobovy/galpy/pull/610
  • Bump mymindstorm/setup-emsdk from 12 to 13 by @dependabot in https://github.com/jobovy/galpy/pull/611
  • Pin pynbody version to 1.4.2 for Python 3.8 tests by @jobovy in https://github.com/jobovy/galpy/pull/613
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/jobovy/galpy/pull/612
  • Bump actions/stale from 8 to 9 by @dependabot in https://github.com/jobovy/galpy/pull/614
  • Bump actions/setup-python from 4 to 5 by @dependabot in https://github.com/jobovy/galpy/pull/615
  • Bump actions/upload-artifact from 3 to 4 by @dependabot in https://github.com/jobovy/galpy/pull/616
  • Simplify pynbody installation in tests again by @jobovy in https://github.com/jobovy/galpy/pull/619
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/jobovy/galpy/pull/623
  • Group dependabot updates by @jobovy in https://github.com/jobovy/galpy/pull/624
  • Bump the actions group with 1 update by @dependabot in https://github.com/jobovy/galpy/pull/626
  • Bump the actions group with 1 update by @dependabot in https://github.com/jobovy/galpy/pull/628
  • Add Python 3.12 support by @jobovy in https://github.com/jobovy/galpy/pull/603
  • Bump the actions group with 1 update by @dependabot in https://github.com/jobovy/galpy/pull/630
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/jobovy/galpy/pull/631
  • Use new M1 runner to build arm64 Mac OS wheels natively by @jobovy in https://github.com/jobovy/galpy/pull/632
  • Switch to using Trusted Publishing on PyPI by @jobovy in https://github.com/jobovy/galpy/pull/634

New Contributors

  • @jl3937 made their first contribution in https://github.com/jobovy/galpy/pull/629

Full Changelog: https://github.com/jobovy/galpy/compare/v1.9.1...v1.9.2

- Python
Published by jobovy almost 2 years ago

galpy - Version 1.9.1

This release has some minor additions to the code, improves the documentation, and adds Python 3.12 wheels to the release.

New features

  • Allow vector inputs of solar parameters to Orbit initialization: ro, zo, vo, and solarmotion by @jobovy in https://github.com/jobovy/galpy/pull/595
  • Add Python 3.12 wheels by @jobovy in https://github.com/jobovy/galpy/pull/601
  • Convert all docstrings to numpy-style format by @jobovy in https://github.com/jobovy/galpy/pull/608

Maintenance

  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/jobovy/galpy/pull/592
  • Bump pypa/cibuildwheel from 2.13 to 2.14 by @dependabot in https://github.com/jobovy/galpy/pull/593
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/jobovy/galpy/pull/596
  • Bump pypa/cibuildwheel from 2.14 to 2.15 by @dependabot in https://github.com/jobovy/galpy/pull/598
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/jobovy/galpy/pull/599
  • numpy.infty --> numpy.inf in one test by @jobovy in https://github.com/jobovy/galpy/pull/600
  • Bump actions/checkout from 3 to 4 by @dependabot in https://github.com/jobovy/galpy/pull/604
  • Bump pypa/cibuildwheel from 2.15 to 2.16 by @dependabot in https://github.com/jobovy/galpy/pull/605
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/jobovy/galpy/pull/606
  • No longer necessary to ignore xdrlib deprecation with latest version of pynbody by @jobovy in https://github.com/jobovy/galpy/pull/607
  • Release 1.9.1 by @jobovy in https://github.com/jobovy/galpy/pull/609

Full Changelog: https://github.com/jobovy/galpy/compare/v1.9.0...v1.9.1

- Python
Published by jobovy over 2 years ago

galpy - Version 1.9.0

This is version v1.9.0, which contains the following major improvements:

  • Added a method to Orbit instances to compute and plot surfaces of section: Orbit.SOS and Orbit.plotSOS. This method uses a custom integration routine that exactly resolves surface crossings and applies to most force fields.
  • Also added a brute-force method to compute and plot surfaces of section for use with force fields for which the above method does not work (e.g., in rotating frames)
  • Added a method, dMdE, to calculate the differential energy distribution of spherical distribution functions
  • Added general support for DissipativeForce instances in 2D and implemented NonInertialFrameForce in 2D

as well as minor bug fixes and minor improvements to the code and to galpy's development workflow.

For a full list of changes since v1.8.2, see HISTORY.txt.

Full list of Pull Requests

  • Use tabs for different OSs in installation page by @jobovy in https://github.com/jobovy/galpy/pull/556
  • Bump pypa/cibuildwheel from 2.12.0 to 2.12.1 by @dependabot in https://github.com/jobovy/galpy/pull/558
  • Bump actions/stale from 7 to 8 by @dependabot in https://github.com/jobovy/galpy/pull/559
  • Add surface-of-section methods by @jobovy in https://github.com/jobovy/galpy/pull/560
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/jobovy/galpy/pull/562
  • Remove externally-hosted diskdf corrections from the tests and docs by @jobovy in https://github.com/jobovy/galpy/pull/564
  • Apply black formatting by @jobovy in https://github.com/jobovy/galpy/pull/563
  • Bump pypa/cibuildwheel from 2.12.1 to 2.12.3 by @dependabot in https://github.com/jobovy/galpy/pull/566
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/jobovy/galpy/pull/567
  • Add Python 3.11 support by @jobovy in https://github.com/jobovy/galpy/pull/503
  • fix keyword para issue in galpy.orbit.Orbits.Orbit.callinternal by @azz147 in https://github.com/jobovy/galpy/pull/569
  • Add differential energy distribution for spherical DFs by @jobovy in https://github.com/jobovy/galpy/pull/573
  • Bump pypa/cibuildwheel from 2.12.3 to 2.13.0 by @dependabot in https://github.com/jobovy/galpy/pull/574
  • Switch to using setup-micromamba by @jobovy in https://github.com/jobovy/galpy/pull/576
  • Implement dissipative forces in 2D and use it to implement NonInertialFrameForce in 2D by @jobovy in https://github.com/jobovy/galpy/pull/578
  • Add a brute-force SOS method and plotting function by @jobovy in https://github.com/jobovy/galpy/pull/580
  • minor astropy units + mass calc fixes by @jamesmlane in https://github.com/jobovy/galpy/pull/577
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/jobovy/galpy/pull/581
  • Bump pypa/cibuildwheel from 2.13.0 to 2.13.1 by @dependabot in https://github.com/jobovy/galpy/pull/582
  • Allow SoftenedNeedleBarPotential to be evaluated properly along the major axis by @jobovy in https://github.com/jobovy/galpy/pull/583
  • Allow DehnenBarPotential to work with zero pattern speed by @jobovy in https://github.com/jobovy/galpy/pull/584
  • Remove deprecated features in v1.9 by @jobovy in https://github.com/jobovy/galpy/pull/585
  • Changes to deal with numpy 1.25 deprecation of treating 1 element arrays as scalars by @jobovy in https://github.com/jobovy/galpy/pull/586
  • Raise error when plotting a potential with both xy=True and effective=True by @jobovy in https://github.com/jobovy/galpy/pull/587
  • Allow SteadyLogSpiralPotential to work with zero pattern speed by @jobovy in https://github.com/jobovy/galpy/pull/588
  • Prepare 1.9.0 release by @jobovy in https://github.com/jobovy/galpy/pull/591

Full Changelog: https://github.com/jobovy/galpy/compare/v1.8.2...v1.9.0

- Python
Published by jobovy over 2 years ago

galpy - Version 1.8.3

Patch release to fix an issue with the Linux wheels (which didn't link to the OpenMP library properly) and the underlying setup.py issue. No new functionality was added.

- Python
Published by jobovy almost 3 years ago

galpy - Version 1.8.2

This is version v1.8.2, which contains the following major improvements:

  • actionAngleVertical, an actionAngle class for 1D action-angle calculations
  • actionAngleVerticalInverse, an inverse actionAngle class that allows one to go from (x,v) -> (J,theta,Omega) for 1D potentials
  • interpSphericalPotential can now be used as the potential in spherical distribution functions
  • Orbit.animate3d displays a 3D animation of an integrated orbit

as well as minor bug fixes and minor improvements to the code and to galpy's development workflow.

For a full list of changes since v1.8.1, see HISTORY.txt.

Full detailed changelog: https://github.com/jobovy/galpy/compare/10cbeecd6ecb9f40b99e7d46868faf3a6e7bf41e...03cbf9bfca30e01c43eadd02bacf5fea13c6ea8f

- Python
Published by jobovy almost 3 years ago

galpy - Version 1.8.1

This is version v1.8.1, which contains minor bug fixes and (mainly) improvements to galpy's development workflow.

For a full list of changes since v1.8.0, see HISTORY.txt.

Full detailed changelog: https://github.com/jobovy/galpy/compare/8a8a87f59aa7e5931e00bef6dc81a8c8bc2fecbf...10cbeecd6ecb9f40b99e7d46868faf3a6e7bf41e

- Python
Published by jobovy over 3 years ago

galpy - Version 1.8.0

This is version v1.8.0, with highlights:

  • Addition of galpy.df.streamspraydf, a particle-spray technique for generating mock stellar streams
  • Updated and added phase-space positions for Milky Way satellite galaxies and globular clusters (from Gaia EDR3 work
  • Added a 'Try galpy' interactive session on the documentation's home page powered by new pyodide/emscripten/wasm wheels for galpy.

For a full list of changes since v1.7.2, see HISTORY.txt and the What's New page.

Full detailed changelog: https://github.com/jobovy/galpy/compare/69cd32b5f6b4948fbbf85f4870fe0fc9e75a351c...8a8a87f59aa7e5931e00bef6dc81a8c8bc2fecbf

- Python
Published by jobovy over 3 years ago

galpy - Version 1.7.2

This is version v1.7.2, which has added functionality and the same high level of testing as v1.7.1. Given that automation has made releasing versions much: easier, trying out releasing a smaller update to more quickly get interesting new functionality and bug fixes to users. Highlights of the new release are:

  • Support for fictitious forces in non-inertial reference frames, allowing, for example, the Milky Way's center acceleration due to the influence of the LMC to be taken into account
  • Progress bar when integrating multiple orbits at once using tqdm
  • Potential methods/functions and Orbit methods rE and LcE to compute the radius and angular momentum of an orbit with energy E

Other useful links:

- Python
Published by jobovy almost 4 years ago

galpy - Version 1.7.1

Minor version update whose main purpose is to add a Python 3.10 wheel to the released version. Otherwise almost identical to v1.7.0.

- Python
Published by jobovy over 4 years ago

galpy - Version 1.7.0

This is version v1.7.0, which has added functionality and the same high level of testing as v1.6.0:

- Python
Published by jobovy over 4 years ago

galpy - Version 1.6.0

This is version v1.6.0, which has added functionality and the same high level of testing as v1.5.0:

- Python
Published by jobovy almost 6 years ago

galpy - Version 1.5.0

This is version v1.5.0, which has added functionality and the same high level of testing as v1.4.0:

- Python
Published by jobovy over 6 years ago

galpy - Version v1.4.1

Minor update to v1.4.0 to backport fix to issue #364: scipy logsumexp now located in scipy.special, because that issue made it that the current conda build cannot be imported when combined with a recent scipy version.

- Python
Published by jobovy over 6 years ago

galpy - Version 1.4.0

This is version v1.4.0, which has added functionality and the same high level of testing as v1.3.0: - For a full list of changes since v1.3.0, see HISTORY.txt - For a full list of contributors, see AUTHORS.txt - Useful links: Documentation Travis build Appveyor build Codecov coverage

- Python
Published by jobovy over 7 years ago

galpy - Version 1.3.0

This is version v1.3.0, which has added functionality and the same high level of testing as v1.2: - For a full list of changes since v1.2, see HISTORY.txt - For a full list of contributors, see AUTHORS.txt - Useful links: Documentation Travis build Coveralls coverage Codecov coverage

- Python
Published by jobovy about 8 years ago

galpy - Version 1.2

This is version v1.2, which has added functionality and the same high level of testing as v1.1: - For a full list of changes since v1.1, see HISTORY.txt - For a full list of contributors, see AUTHORS.txt - Useful links: Documentation Travis build Coveralls coverage Codecov coverage

- Python
Published by jobovy over 9 years ago

galpy - Version 1.1

This is version v1.1, which has added functionality and the same high level of testing as v1.0: - For a full list of changes since v1.0, see HISTORY.txt - For a full list of contributors, see AUTHORS.txt - Useful links: Documentation Travis build Coveralls coverage Codecov coverage

- Python
Published by jobovy over 10 years ago

galpy - Version 1.0

This is version v1.0, which some added functionality over v0.1 and much more improved testing.

Documentation: http://galpy.readthedocs.org/en/v1.0/

Travis build: https://travis-ci.org/jobovy/galpy/builds/43647495

Coveralls coverage: https://coveralls.io/builds/1483522

For a full list of changes since v0.1, see HISTORY.txt

- Python
Published by jobovy about 11 years ago

galpy - Initial release

This is the first release of the galpy Galactic Dynamics package. Documentation is available at

http://galpy.readthedocs.org/en/v0.1/

The package can be installed using the instructions given there.

- Python
Published by jobovy about 12 years ago