Suave

Latest version: v0.0.6

Safety actively analyzes 688587 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 3

2.2.0

==================

**Breaking Changes**
--------------------
- Drop Python 2.6 support

New features
------------
- Progress bar is displayed in Jupyter notebooks [158]

Bug fixes
---------
- Fix virtualenv install issue [159]
- Error messages are displayed in Jupyter notebooks
instead of the unhelpful "TypeError: 'NoneType' object is not iterable". [158]

2.1.0

==================

New features
------------
- New pair counter `DD(s, mu)` for theory and mocks (contributed by nickhand,
in 130 and 132) [166]


Enhancements
------------
- GSL version now specified and tested by Travis [164]
- Now possible to specify the number of Newton-Raphson steps to
improve accuracy of approximate reciprocals. Available in `DD(rp, pi)` for mocks,
and `DD(s, mu)` for both theory and mocks

2.0.0

==================

New features
------------

- Library behaviour can now be controlled at runtime
- Calculates with ``doubles`` and ``floats`` transparently
(passing arrays of ``doubles`` ensures calculation in double
precision)
- Both the API and ABI should be future proof
- Extensive docs (first version with docs)
- Arbitrary cosmology can be accounted for in the mocks routines `71 <https://github.com/manodeep/Corrfunc/issues/71>`_

**Breaking Changes**
---------------------

- API has changed from previous version. Two additional inputs are
now required for every statistic (`73 <https://github.com/manodeep/Corrfunc/issues/73>`_)


Enhancements
------------

- Ctrl-C now aborts even within python extensions (cleans up memory too!, `see issue 12 <https://github.com/manodeep/Corrfunc/issues/12>`_)
- Significantly improved installation for python

- compiler can now be specified within ``python setup.py install CC=yourcompiler``
`(see issue 31) <https://github.com/manodeep/Corrfunc/issues/31>`_
- python via an alias is now solved `52 <https://github.com/manodeep/Corrfunc/issues/52>`_


Bug fixes
----------

- Fixed bug in ``DDrppi_mocks`` where the minimum number of grid cells had to
be 1 `70 <https://github.com/manodeep/Corrfunc/issues/70>`_



Outstanding issues
-------------------
- Conda package still is pending (`49 <https://github.com/manodeep/Corrfunc/issues/49>`_)
- Recursive Makefile needs to be replaced with
a more monolithic Makefile (`14 <https://github.com/manodeep/Corrfunc/issues/14>`_)
- Parameter parsing in python extensions can be flaky (`79 <https://github.com/manodeep/Corrfunc/issues/79>`_)

1.1.0

===================

- SSE kernels for all statistics
- Incorrect normalization in ``xi``. **ALL** previous
``xi`` calculations were wrong.

1.0.0

==================

- Improved installation process
- Detecting ``AVX`` capable CPU at compile time
- Double-counting bug fixes in ``wp`` and ``xi``

0.2.3

==================

- Streamlined compilation on MACs
- PyPI version is not verbose by default

Page 2 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.