Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
Avoid LOCALBASE and similar clean-up.
|
|
|
|
MASTER_SITES is defined in math/R/Makefile.extension, which should be
included by all R packages. Therefore, MASTER_SITES should not normally
be defined in the Makefile for an R package.
|
|
MASTER_SITES is defined in math/R/Makefile.extension, which should be
included by all R packages. Therefore, MASTER_SITES should not normally
be defined in the Makefile for an R package.
|
|
MASTER_SITES is defined in math/R/Makefile.extension, which should be
included by all R packages. Therefore, MASTER_SITES should not normally
be defined in the Makefile for an R package.
|
|
MASTER_SITES is defined in math/R/Makefile.extension, which should be
included by all R packages. Therefore, MASTER_SITES should not be
defined in a Makefile for an R package.
|
|
MASTER_SITES is defined in math/R/Makefile.extension, which should be
included by all R packages. Therefore, MASTER_SITES should not be
define in a Makefile for an R package.
|
|
Support for measurement units in R vectors, matrices and arrays:
automatic propagation, conversion, derivation and simplification of
units; raising errors in case of unit incompatibility. Compatible with
the POSIXct, Date and difftime classes. Uses the UNIDATA udunits
library and unit database for unit compatibility checking and
conversion.
|
|
The UDUNITS-2 package differs from the previous UDUNITS package in the
following ways:
Support for non-ASCII characters. The original UDUNITS package only
supports the ASCII character set. The UDUNITS-2 package supports
the following character sets: ASCII, ISO 8859-1 (Latin 1), and the
UTF-8 encoding of ISO 10646 (Unicode). This means that unit string
specifications like "µ°F·Ω⁻¹" are now supported (your viewer
must support UTF-8 to display this string correctly).
Support for logarithmic units. The unit string specification
"0.1 lg(re 1 mW)" specifies a deciBel unit with a one milliwatt
reference level. Meteorologists should note that the unit "dBZ"
(i.e., "0.1 lg(re um^3)") is now supported.
Persistent value converters. It is now possible to obtain a converter
data-object, which can be used to convert numeric values in one
unit to numeric values in another, compatible unit. The values can
be float, double, or one-dimensional arrays of floats or doubles.
Improved API. Due to the above changes, it was not possible to keep
the application programming interface of the original UDUNITS
package. Beginning with version 2.1.0, however, the package
contains a thin UDUNITS API to the UDUNITS-2 library, so code
written to the original API can simply be recompiled and relinked
against the new package. Because the original UDUNITS API uses the
"utUnit" data-structure and the UDUNITS-2 API uses pointers to
"ut_unit" data-structures, a small memory-leak is possible in code
that creates many units. This leak can be avoided by calling the
new method utFree(utUnit*) when the unit is no longer needed.
XML unit database. The unit database is encoded using human-readable
XML rather than a custom format. The XML parser included in the
package supports an <import> element to allow easy and convenient
customization.
One thing that has not changed is that all unit string specifications
understood by the original UDUNITS package are also understood by the
new UDUNITS-2 package.
|
|
|
|
A system for writing hierarchical statistical models largely
compatible with 'BUGS' and 'JAGS', writing nimbleFunctions to operate
models and do basic R-style math, and compiling both models and
nimbleFunctions via custom- generated C++. 'NIMBLE' includes default
methods for MCMC, particle filtering, Monte Carlo Expectation
Maximization, and some other tools. The nimbleFunction system makes it
easy to do things like implement new MCMC samplers from R, customize
the assignment of samplers to different parts of a model from R, and
compile the new samplers automatically via C++ alongside the samplers
'NIMBLE' provides. 'NIMBLE' extends the 'BUGS'/'JAGS' language by
making it extensible: New distributions and functions can be added,
including as calls to external compiled code. Although most people
think of MCMC as the main goal of the 'BUGS'/'JAGS' language for
writing models, one can use 'NIMBLE' for writing arbitrary other kinds
of model-generic algorithms as well. A full User Manual is available
at <https://r-nimble.org>.
|
|
LearnBayes contains a collection of functions helpful in learning the
basic tenets of Bayesian statistical inference. It contains functions
for summarizing basic one and two parameter posterior distributions
and predictive distributions. It contains MCMC algorithms for
summarizing posterior distributions defined by the user. It also
contains functions for regression models, hierarchical models,
Bayesian tests, and illustrations of Gibbs sampling.
|
|
Cramer-Von Mises and Anderson-Darling tests of goodness-of-fit for
continuous univariate distributions, using efficient algorithms.
|
|
A general purpose toolbox for personality, psychometric theory and
experimental psychology. Functions are primarily for multivariate
analysis and scale construction using factor analysis, principal
component analysis, cluster analysis and reliability analysis,
although others provide basic descriptive statistics. Item Response
Theory is done using factor analysis of tetrachoric and polychoric
correlations. Functions for analyzing data at multiple levels include
within and between group statistics, including correlations and factor
analysis. Functions for simulating and testing particular item and
test structures are included. Several functions serve as a useful
front end for structural equation modeling. Graphical displays of
path diagrams, factor analysis and structural equation models are
created using basic graphics. Some of the functions are written to
support a book on psychometric theory as well as publications in
personality research. For more information, see the
personality-project.org/r web page.
|
|
Functions are provided for computing the density and the distribution
function of multivariate normal and "t" random variables, and for
generating random vectors sampled from these distributions.
Probabilities are computed via non-Monte Carlo methods; different
routines are used in the case d=1, d=2, d>2, if d denotes the number
of dimensions.
|
|
The tensor product of two arrays is notionally an outer product of the
arrays collapsed in specific extents by summing along the appropriate
diagonals.
|
|
The R-sp package installs header and library files, which may be needed
by dependencies. Add a buildlink3.mk file for such dependencies to
include.
|
|
|
|
This is a lua port of the cassowary constraint solving toolkit. It allows
you to use lua to solve algebraic equations and inequalities and find the
values of unknown variables which satisfy those inequalities.
|
|
1.19.1
* MAINT, CI: disable Shippable cache
* MAINT: Replace `PyUString_GET_SIZE` with `PyUnicode_GetLength`.
* REL: Fix outdated docs link
* BUG: raise IEEE exception on AIX
* BUG: Fix bug in AVX complex absolute while processing array of...
* TST: Add extra debugging information to CPU features detection
* BLD: Add CPU entry for Emscripten / WebAssembly
* TST: Disable Python 3.9-dev testing.
* MAINT: Disable use_hugepages in case of ValueError
* BUG: Fix PyArray_SearchSorted signature.
* MAINT: Fixes for deprecated functions in scalartypes.c.src
* MAINT: Remove unneeded call to PyUnicode_READY
* MAINT: Fix deprecated functions in scalarapi.c
* BLD, ENH: Add RPATH support for AIX
* BUG: Fix default fallback in genfromtxt
* BUG: Added missing return after raising error in methods.c
* BLD: update cython to 0.29.21
* MAINT: setuptools 49.2.0 emits a warning, avoid it
* BUG: Validate output size in bin- and multinomial
* BLD, MAINT: Pin setuptools
* DOC: Reconstruct Testing Guideline.
* TST, BUG: Re-raise MemoryError exception in test_large_zip's...
* BUG,DOC: Fix bad MPL kwarg.
* BUG: Fix string/bytes to complex assignment
* REL: Prepare for NumPy 1.19.1 release
1.19.0
* ENH: add identity kwarg to frompyfunc
* TST: check exception details in refguide_check.py
* ENH: improve runtime detection of CPU features
* TST: Add assert_array_equal test for big integer arrays.
* MAINT: Remove unnecessary 'from __future__ import ...' statements
* MAINT: Fix typos and copy edit NEP-0030.
* DOC: NumPy for absolute beginners tutorial
* NEP: Proposal for array creation dispatching with `__array_function__`
* ENH: Use AVX-512F for np.maximum and np.minimum
* BUG: Fix numpy.random.dirichlet returns NaN for small 'alpha'...
* API: Use `ResultType` in `PyArray_ConvertToCommonType`
* MAINT,API: ignore and NULL fasttake/fastputmask ArrFuncs slots
* BUG: Make ``ediff1d`` kwarg casting consistent
* DOC: linalg: Include information about scipy.linalg.
* BUG: Use ``__array__`` during dimension discovery
* MAINT: cleanup compat.py3k.py
* ENH: f2py: improve error messages
* [DOC] LaTeX: fix preamble (closes 15026)
* BUG: add endfunction, endsubroutine to valid fortran end words
* TST: Add test for object method (and general unary) loops
* REL: Update master after 1.18.x branch.
* DOC: Update HOWTO_RELEASE.rst.txt
* API, DOC: change names to multivariate_hypergeometric, improve...
* DOC: Fix statement about norms
* MAINT: follow-up cleanup for blas64 PR
* DOC: add docstrings to refguide-check
* Revert "DEP: issue deprecation warning when creating ragged array...
* ENH: add support for ILP64 OpenBLAS (without symbol suffix)
* DOC: correct version for NaT sort
* TST: Check requires_memory immediately before the test
* MAINT: core: Fix a very long line in the ufunc docstrings.
* BUG: test, fix flexible dtype conversion on class with __array__
* TST: add value to pytest.ini for pytest6 compatibility
* MAINT: Ragged cleanup
* DOC: bring the out parameter docstring into line with ufuncs
* ENH: f2py: add --f2cmap option for specifying the name of .f2py_f2cmap
* TST: add BLAS ILP64 run in Travis & Azure
* MAINT: Fix expm1 instability for small complex numbers.
* MAINT: random: Remove a few unused imports from test files.
* MAINT: Bump pytest from 5.3.1 to 5.3.2
* API: remove undocumented use of __array__(dtype, context)
* MAINT,CI: fix signed-unsigned comparison warning
* DOC: Update documentation of np.clip
* DOC: Remove reference to basic RNG
* MAINT: Fix randint 0d limits and other 0d cleanups
* DOC: Fix typos, via a Levenshtein-style corrector
* MAINT: CI: Clean up .travis.yml
* DOC: Correct choice signature
* DOC: Correct documentation in choice
* TST: shippable build efficiency
* BUG: ensure reduction output matches input along non-reduction...
* REL: Update master after NumPy 1.18.0 release.
* MAINT: Update pavement.py for towncrier.
* DOC: update cholesky docstring regarding input checking
* DOC: update documentation on how to build NumPy
* DOC: add moved modules to 1.18 release note
* MAINT: Update required cython version to 0.29.14.
* BUG: searchsorted: passing the keys as a keyword argument
* BUG: use tmp dir and check version for cython test
* TST: improve assert message of assert_array_max_ulp
* MAINT: unskip test on win32
* ENH: Add property-based tests using Hypothesis
* BUG: test, fix for c++ compilation
* DOC: Adding instructions for building documentation to developer...
* DOC: NEP 37: A dispatch protocol for NumPy-like modules
* MAINT: Do not use private Python function in testing
* DOC: Improvements to Quickstart Tutorial.
* BUG: distutils: fix msvc+gfortran openblas handling corner case
* BUG: lib: Fix handling of integer arrays by gradient.
* MAINT: lib: A little bit of clean up for the new year.
* REL: Update master after NumPy 1.16.6 and 1.17.5 releases.
* DEP: records: Deprecate treating shape=0 as shape=None
* ENH: build fallback lapack_lite with 64-bit integers on 64-bit...
* MAINT: linalg: use symbol suffix in fallback lapack_lite
* DOC: typo in release.rst
* NEP: universal SIMD NEP 38
* MAINT: Remove unused int_asbuffer
* MAINT: Cleaning up PY_MAJOR_VERSION/PY_VERSION_HEX
* MAINT: Clean up more PY_VERSION_HEX
* MAINT: Remove implicit inheritance from object class
* MAINT: only add --std=c99 where needed
* MAINT: Remove Python2 newbuffer getbuffer
* MAINT: Py3K array_as_buffer and gentype_as_buffer
* MAINT: Remove references to non-existent sys.exc_clear()
* DOC: Update HOWTO_RELEASE.rst
* MAINT: cleanup use of sys.exc_info
* MAINT: Eliminate some calls to `eval`
* MAINT: Improve const-correctness of shapes and strides
* DOC: clarify the effect of None parameters passed to ndarray.view
* MAINT: Improve const-correctness of string arguments
* MAINT: Delete numpy.distutils.compat
* MAINT: Implement keyword-only arguments as syntax
* MAINT: Remove FIXME comments introduced in the previous commit
* MAINT: Work with unicode strings in `dtype('i8,i8')`
* BUG: Use PyDict_GetItemWithError() instead of PyDict_GetItem()
* MAINT: Remove python2 array_{get,set}slice
* DOC: Add some missing functions in the list of available ufuncs.
* MAINT: Tidy PyArray_DescrConverter
* MAINT: remove duplicated if statements between DescrConverters
* BUG: Fix PyArray_DescrAlignConverter2 on tuples
* MAINT: Remove Python2 ndarray.__unicode__
* MAINT: Remove Python 2 divide
* MAINT: minor formatting fixups for NEP-37
* MAINT: Post NumPy 1.18.1 update.
* MAINT: travis-ci: Update CI scripts.
* BENCH: Add benchmark for small array coercions
* BUILD: use standard build of OpenBLAS for aarch64, ppc64le, s390x
* BENCH: Add basic benchmarks for take and putmask
* MAINT: Cleanup most PY3K #ifdef guards
* DOC: BLD: add empty release notes for 1.19.0 to fix doc build...
* MAINT: Use a simpler return convention for internal functions
* MAINT: Simplify np.int_ inheritance
* DOC" Update np.full docstring.
* MAINT: Express PyArray_DescrAlignConverter in terms of _convert_from_any
* MAINT: Push down declarations in _convert_from_*
* MAINT: C code simplifications
* BUG: Add missing error handling to _convert_from_list
* DOC: Added tutorial about linear algebra on multidimensional...
* MAINT: Refactor dtype conversion functions to be more similar
* DOC: Updating f2py docs to python 3 and fixing some typos
* MAINT: Remove NPY_PY3K constant
* MAINT: Remove sys.version checks in tests
* MAINT: cleanup sys.version dependant code
* MAINT: Ensure `_convert_from_*` functions set errors
* MAINT: Avoid escaping unicode in error messages
* MAINT: Change file extension of ma README to rst.
* BUG: fix NameError in clip nan propagation tests
* NEP: document reimplementation of NEP 34
* MAINT: fix typos
* TST: move pypy CI to ubuntu 18.04
* TST: move _no_tracing to testing._private, remove testing.support
* BUG: Add some missing C error handling
* MAINT: Remove sys.version checks
* DEP: Deprecate `->f->fastclip` at registration time
* DOC: document site.cfg.example
* MAINT: Fix mistype in histogramdd docstring
* DOC, BLD: reword release note, upgrade sphinx version
* MAINT: Remove unnecessary calls to PyArray_DATA from binomial...
* MAINT: Bump pytest from 5.3.2 to 5.3.3
* MAINT: Remove six
* MAINT: Revise imports from collections.abc module
* MAINT: remove internal functions required to handle Python2/3...
* MAINT: Remove other uses of six module
* MAINT: resolve pyflake F403 'from module import *' used
* MAINT: Update tox for supported Python versions
* MAINT: simd: Avoid signed comparison warning
* DOC: Updating Chararry Buffer datatypes
* TST: Simplify unicode test
* MAINT: Use `with open` when possible
* MAINT: Cleanup python2 references
* MAINT: Python2 Cleanups
* DEP: add PendingDeprecation to matlib.py funky namespace
* BUG, MAINT: Stop using the error-prone deprecated Py_UNICODE...
* MAINT: clean up some macros in scalarapi.c
* MAINT/BUG: Fixups to scalar base classes
* BUG: np.load does not handle empty array with an empty descr
* MAINT: Revise imports from urllib modules
* MAINT: Remove Python3 DeprecationWarning from pytest.ini
* MAINT: cleanup _pytesttester.py
* BUG: Flags should not contain spaces
* MAINT: Clean up, mostly unused imports.
* BUG/TEST: core: Fix an undefined name in a test.
* MAINT: Replace basestring with str.
* ENH: Use AVX-512F for complex number arithmetic, absolute, square...
* MAINT: Remove Python2 workarounds
* MAINT: Cleanup references to python2
* MAINT, DOC: Remove use of old Python __builtin__, now known as...
* ENH: Make use of ExitStack in npyio.py
* MAINT: Inline gentype_getreadbuf
* MAINT: Use f-strings for clarity.
* DEP: Schedule unused C-API functions for removal/disabling
* DOC: Improve ndarray.ctypes example
* DOC: distutils: Add a docstring to show_config().
* MAINT: Use contextmanager in _run_doctests
* MAINT: Updated polynomial to use fstrings
* DOC: Fix Incorrect document in Beginner Docs
* MAINT: Update core.py with fstrings (issue 15420)
* DOC: fix docstrings so `python tools/refguide-check --rst <file>...
* MAINT: Tidy macros in scalar_new
* MAINT: use 'yield from <expr>' for simple cases
* MAINT: Bump pytest from 5.3.3 to 5.3.4
* BUG: Reject nonsense arguments to scalar constructors
* DOC: Update refguide_check note on how to skip code
* MAINT: Simplify `np.object_.__new__`
* STY,MAINT: avoid 'multiple imports on one line'
* MAINT: Cleanup duplicate line in refguide_check
* MAINT: cleanup unused imports; avoid redefinition of imports
* BUG: Fix for SVD not always sorted with hermitian=True
* MAINT: Simplify scalar __new__ some more
* MAINT: Eliminate messy _WORK macro
* update result of rng.random(3) to current rng output
* DOC: Correct get_state doc
* MAINT: Use `.identifier = val` to fill type structs
* [DOC] Mention behaviour of np.squeeze with one element
* ENH: fixing generic error messages to be more specific in multiarray/descriptor.c
* BUG: Fixing result of np quantile edge case
* TST: mark the top 3 slowest tests to save ~10 seconds
* MAINT: Bump pytest from 5.3.4 to 5.3.5
* MAINT: Use True/False instead of 1/0 in np.dtype.__reduce__
* MAINT: Do not allow `copyswap` and friends to fail silently
* DOC: Remove duplicated code in true_divide docstring
* NEP 40: Informational NEP about current DTypes
* DOC: Update unique docstring example
* MAINT: Large overhead in some random functions
* TST: Fix missing output in refguide-check
* MAINT: Simplify arraydescr_richcompare
* MAINT: Fix internal misuses of `NPY_TITLE_KEY`
* DOC: Update instructions for building/archiving docs.
* BUG: Fix inline assembly that detects cpu features on x86(32bit)
* update doctests, small bugs and changes of repr
* DEP: Do not allow "abstract" dtype conversion/creation
* DOC: Minor copyediting on NEP 37.
* MAINT: Extract repeated code to a helper function
* NEP: edit and move NEP 38 to accepted status
* MAINT: Refresh Doxyfile and modernize numpyfilter.py
* TST: Accuracy test float32 sin/cos/exp/log for AVX platforms
* DOC: Improve the `numpy.linalg.eig` docstring.
* NEP 44 - Restructuring the NumPy Documentation
* TST: (Travis CI) Use full python3-dbg path for virtual env creation
* BUG, DOC: restore missing import
* DOC: Removing bad practices from quick start + some PEP8
* TST: Do not create symbolic link named gfortran.
* DOC: Document caveat in random.uniform
* DOC: numpy.clip is equivalent to minimum(..., maximum(...))
* MAINT: Bump cython from 0.29.14 to 0.29.15
* MAINT: Bump hypothesis from 5.3.0 to 5.5.4
* BLD: manylinux2010 docker reports machine=i686
* BUG: Ignore differences in NAN for computing ULP differences
* TST: use manylinux2010 docker instead of ubuntu
* TST: mask DeprecationWarning in xfailed test
* BUG: Fix bug in AVX-512F np.maximum and np.minimum
* BUG: Remove check requiring natural alignment of float/double...
* DOC: Add missing imports, definitions and dummy file
* DOC: Fix documentation for apply_along_axis
* DOC: fix printing, np., deprecation for refguide
* MAINT: Pull identical line out of conditional.
* DOC: remove broken link in f2py tutorial
* BLD: update openblas download to new location, use manylinux2010-base
* MAINT: AVX512 implementation with intrinsic for float64 input...
* BLD: update OpenBLAS to pre-0.3.9 version
* DOC: Refactor `np.polynomial` docs using `automodule`
* BUG: fix doctest exception messages
* MAINT: Added comment pointing FIXME to relevant PR.
* DOC: Make extension module wording more clear
* DOC: Improve np.finfo docs
* DOC: Improve Benchmark README with environment setup and more...
* MAINT: Bump hypothesis from 5.5.4 to 5.6.0
* NEP: move NEP 44 to accepted status
* DOC: Fix indexing docs to pass refguide
* MAINT: Test during import to detect bugs with Accelerate(MacOS)...
* MAINT: Add a fast path to var for complex input
* MAINT: Convert shebang from python to python3
* MAINT: replace optparse with argparse for 'doc' and 'tools' scripts
* DOC: Fix quickstart doc to pass refguide
* MAINT: Fixing typos in f2py comments and code.
* DOC: fix SVD tutorial to pass refguide
* MAINT: use list-based APIs to call subprocesses
* ENH: update numpy.linalg.multi_dot to accept an `out` argument
* TST: always use 'python -mpip' not 'pip'
* DOC: update datetime reference to pass refguide
* DOC: Fix coremath.rst to fix refguide_check
* DOC: fix remaining doc files for refguide_check
* BUG: fix logic error when nm fails on 32-bit
* TST: Remove nose from the test_requirements.txt file.
* DOC: Allow NEPs to link to python, numpy, scipy, and matplotlib...
* BUG: Guarantee array is in valid state after memory error occurs...
* MAINT: Remove non-native byte order from _var check.
* MAINT: Add better error handling in linalg.norm for vectors and...
* MAINT: doc: Remove doc/summarize.py
* BUG: lib: Handle axes with length 0 in np.unique.
* DOC: document inconsistency between the shape of data and mask...
* BUG, TST: fix f2py for PyPy, skip one test for PyPy
* MAINT: Fix swig tests issue
* MAINT: CI: Add an explicit 'pr' section to azure-pipelines.yml
* MAINT: Bump pytest from 5.3.5 to 5.4.1
* BUG,MAINT: Remove incorrect special case in string to number...
* REL: Update master after 1.18.2 release.
* ENH: Allow toggling madvise hugepage and fix default
* DOC: Fix runtests example in developer docs
* DEP: Make issubdtype consistent for types and dtypes
* MAINT: remove useless `global` statements
* BLD: Add requirements.txt file for building docs
* BUG: don't add 'public' or 'private' if the other one exists
* ENH: Use TypeError in `np.array` for python consistency
* BUG: Add basic __format__ for masked element to fix incorrect...
* TST: Add unit test for out=None of np.einsum
* MAINT: Cleanups to np.insert and np.delete
* BUG: Add error-checking versions of strided casts.
* DEP: Make `np.insert` and `np.delete` on 0d arrays with an axis...
* DOC: correct possible list lengths for `extobj` in ufunc calls
* DEP: Make np.delete on out-of-bounds indices an error
* DEP: Forbid passing non-integral index arrays to `insert` and...
* TST: Parametrize sort test
* TST: switch PyPy job with CPython
* TST: Remove code that is not supposed to warn out of warning...
* DEP: Do not cast boolean indices to integers in np.delete
* MAINT: simplify code that assumes str/unicode and int/long are...
* MAINT: pathlib and hashlib are in stdlib in Python 3.5+
* ENH: improved error message `IndexError: too many indices for...
* BUG: Fix IndexError for illegal axis in np.mean
* DOC: Minor fix to _hist_bin_fd documentation
* BUG,DEP: Make `scalar.__round__()` behave like pythons round
* DOC: First steps towards docs restructuring (NEP 44)
* DOC, TST: enable refguide_check in circleci
* DOC: fix typo in C-API reference
* DOC: Fix docstring for _hist_bin_auto.
* MAINT: Bump cython from 0.29.15 to 0.29.16
* DEP: Deprecate ndarray.tostring()
* TST: use draft OpenBLAS build
* BUG: Fix eigh and cholesky methods of numpy.random.multivariate_normal
* BUG: Check that `pvals` is 1D in `_generator.multinomial`.
* DOC: Add missing signature from nditer docstring
* BUG: Fix empty_like to respect shape=()
* BUG: Do not ignore empty tuple of strides in ndarray.__new__
* MAINT: Remove duplicated code in iotools.py
* BUG: Setting a 0d array's strides to themselves should be legal
* BUG: Respect itershape=() in nditer
* MAINT: Clean-up 'next = __next__' used for Python 2 compatibility
* TST: Run test_large_zip in a child process
* DOC: Add missing doc of numpy.ma.apply_over_axes in API list.
* DOC: Improve record module documentation
* DOC: Fixed order of items and link to mailing list in dev docs...
* BLD: report clang version on macOS
* MAINT: records: Remove private `format_parser._descr` attribute
* BUG: random: Disallow p=0 in negative_binomial
* ENH: Use sysconfig instead of probing Makefile
* DOC: Update np.copy docstring to include ragged case
* DOC: Correct private function name to PyArray_AdaptFlexibleDType
* MAINT: Fix capitalization in error message in `mtrand.pyx`
* DOC: Update np.rollaxis docstring
* BUG: fix AttributeError on accessing object in nested MaskedArray.
* BUG: Alpha parameter must be 1D in `generator.dirichlet`
* NEP: minor maintenance, update filename and fix a cross-reference
* MAINT: Bump hypothesis from 5.8.0 to 5.8.3
* TST: Add slow_pypy support
* DOC: Added note to angle function docstring about angle(0) being...
* MAINT/BUG: Cleanup and minor fixes to conform_reduce_result
* BUG: Avoid duplication in stack trace of `linspace(a, b, num=1.5)`
* BUG: Fix inf and NaN-warnings in half float `nextafter`
* MAINT: Remove 0d check for PyArray_ISONESEGMENT
* DEV: Pass additional runtests.py args to ASV
* DOC: Fix method documentation of function sort in MaskedArray
* NEP: Improve Value Based Casting paragraph in NEP 40
* DOC: add note on flatten ordering in matlab page
* TST: Add tests for the conversion utilities
* BUG: Unify handling of string enum converters
* MAINT: Replace npyiter_order_converter with PyArray_OrderConverter
* BUG: Fix lexsort axis check
* DOC: Clarify single-segment arrays in np reference
* DOC: Change import error "howto" to link to new troubleshooting...
* DOC: update first section of NEP 37 (``__array_function__`` downsides)
* REL: Update master after 1.18.3 release.
* MAINT: Bump hypothesis from 5.8.3 to 5.10.1
* DOC: initialise random number generator before first use in quickstart
* ENH: Fix exception causes in build_clib.py
* MAINT,TST: Move _repr_latex tests to test_printing.
* BUG: missing 'f' prefix for fstring
* ENH: Fix exception causes in build_ext.py
* DOC: Small typo fixes to NEP 40.
* DOC, BLD: update release howto and walkthrough for ananconda.org...
* ENH: Chained exceptions in linalg.py and polyutils.py
* MAINT: Chain exceptions in several places.
* MAINT: Chain exceptions in memmap.py and core.py
* BUG: Fix string to bool cast regression
* DOC: Added page describing how to contribute to the docs team
* DOC: add a note on sampling 2-D arrays to random.choice docstring
* BUG: random: Generator.integers(2**32) always returned 0.
* BLD: fix path to libgfortran on macOS
* DOC: Add axis to random module "new or different" docs
* DOC,BLD: Limit timeit iterations in random docs.
* DOC: add note on type casting to numpy.left_shift().
* DOC: improve development debugging doc
* DOC: tweak neps/scope.rst
* MAINT: Bump cython from 0.29.16 to 0.29.17
* MAINT: Bump hypothesis from 5.10.1 to 5.10.4
* TST: use latest released PyPy instead of nightly builds
* MAINT, DOC: Improve grammar on a comment in the quickstart
* NEP 41: Accept NEP 41 and add DType<->scalar duplication paragraph
* BLD: put openblas library in local directory on windows
* MAINT: Fix random.PCG64 signature
* DOC: Move misplaced news fragment for gh-13421
* DOC: Fix links for NEP 40 in NEP 41
* BUG: lib: Fix a problem with vectorize with default parameters.
* ENH: Better error message when ``bins`` has float value in ``histogramdd``.
* MAINT: Unify casting error creation (outside the iterator)
* BENCH: Default to building HEAD instead of master
* REL: Update master after NumPy 1.18.4 release
* DOC: Add VSCode help link to importerror troubleshooting
* CI: pin 32-bit manylinux2010 image tag
* MAINT: Bump pytz from 2019.3 to 2020.1
* BUG: Correct loop order in MT19937 jump
* CI: unpin 32-bit manylinux2010 image tag
* BUG: add missing numpy/__init__.pxd to the wheel
* BUG:Umath remove unnecessary include of simd.inc in fast_loop_macro.h
* DOC,BLD: Add :doc: to whitelisted roles in refguide_check.
* ENH: resync numpy/__init__.pxd with upstream
* ENH: allow choosing which manylinux artifact to download
* MAINT: Mark tests as a subpackage rather than data.
* Update Docs : point users of np.outer to np.multiply.outer
* DOC: Fix link to numpy docs in README.
* ENH: Allow pickle with protocol 5 when higher is requested
* MAINT: cleanups to _iotools.StringConverter
* DOC: Unify cross-references between array joining methods
* DOC: Improve docstring of ``numpy.core.records``
* DOC: update Code of Conduct committee
* MAINT: Bump hypothesis from 5.10.4 to 5.12.0
* MAINT: Bump pytest from 5.4.1 to 5.4.2
* DOC: warn about runtime of shares_memory
* ENH: backport scipy changes to openblas download script
* BUG: skip complex256 arcsinh precision test on glibc2.17
* MAINT: Chain exceptions and use NameError in np.bmat
* DOC,BLD: pin sphinx to <3.0 in doc_requirements.txt
* BUG: fix signature of PyArray_SearchSorted in __init__.pxd
* ENH: add manylinux1 openblas hashes
* DOC: Fix Generator.choice docstring
* DOC: Add PyDev instructions to troubleshooting doc
* DOC: Add Clang and MSVC to supported compilers list
* DOC: Warn about behavior of ptp with signed integers.
* DOC: Update the f2py section of the "Using Python as Glue" page.
* BUG: Add missing decref in fromarray error path
* ENH: Add tool for downloading release wheels from Anaconda.
* DOC: Fix typos and cosmetic issues
* REL: Prepare for the 1.19.0 release
* BUG: Fix tools/download-wheels.py.
* BUG: Require Python >= 3.6 in setup.py
* BUG: relpath fails for different drives on windows
* DOC: Fix documentation rendering,
* BUG: Don't segfault on bad __len__ when assigning. (gh-16327)
* MAINT: Stop Using PyEval_Call* and simplify some uses
* BLD: Avoid "visibility attribute not supported" warning.
* BUG: Allow attaching documentation twice in add_docstring
* MAINT: Remove f-strings in setup.py. (gh-16346)
* BUG: Indentation for docstrings
* BUG: Fix dtype leak in `PyArray_FromAny` error path
* ENH: Optimize Cpu feature detect in X86, fix for GCC on macOS...
* MAINT: core: Use a raw string for the fromstring docstring.
* MAINT: Make ctypes optional on Windows
* BUG: Fix small leaks in error path and ``empty_like`` with shape
* TST, MAINT: Fix detecting and testing armhf features
* DOC,BLD: Update sphinx conf to use xelatex.
* DOC,BLD: Update make dist html target.
* MAINT, DOC: add index for user docs.
* MAINT: support python 3.10
* DOC: Fix troubleshooting code snippet when env vars are empty
* REL: Prepare for the NumPy 1.19.0rc2 release.
* MAINT:ARMHF Fix detecting feature groups NEON_HALF and NEON_VFPV4
* BUG:random: Error when ``size`` is smaller than broadcast input...
* BUG: fix GCC 10 major version comparison
* BUG: Ensure SeedSequence 0-padding does not collide with spawn...
* BUG: fix sin/cos bug when input is strided array
* MAINT: Move and improve ``test_ignore_nan_ulperror``.
* REL: Update 1.19.0-changelog.rst for 1.19.0 release.
|
|
|
|
Done to fix build w/ gfortran 10. "make test" was mostly OK except for
three tests that returned nan where inf was expected ...
Highlights of this release:
wrappers for more than a dozen new LAPACK routines are now available
in scipy.linalg.lapack
Improved support for leveraging 64-bit integer size from linear algebra
backends
addition of the probability distribution for two-sided one-sample
Kolmogorov-Smirnov tests
New features:
Too many; see release notes at github.
Backwards incompatible changes:
The output signatures of ?syevr, ?heevr have been changed from
w, v, info to w, v, m, isuppz, info
The order of output arguments w, v of <sy/he>{gv, gvd, gvx} is
swapped.
The output length of scipy.signal.upfirdn has been corrected, resulting
outputs may now be shorter for some combinations of up/down ratios and
input signal and filter lengths.
scipy.signal.resample now supports a domain keyword argument for
specification of time or frequency domain input.
|
|
|
|
The Vector-Optimized Library of Kernel is a library that contains kernels of
hand-written SIMD code for different mathematical operations. Since each SIMD
architecture can be very different and no compiler has yet come along to
handle vectorization properly or highly efficiently, VOLK approaches the
problem differently.
VOLK is a sub-project of GNU Radio.
|
|
Many changes are identified for the update to 1.0.0; see News.md for
details.
Apparently, these include some breaking changes. See
`vignette("in-packages")` for a detailed transition guide.
|
|
|
|
In order to reduce potential package dependencies and conflicts,
generics provides a number of commonly used S3 generics.
|
|
|
|
|
|
|
|
Conditionally define WRKSRC so that R packages with an unusual organization
can override the default.
|
|
Upstream changes:
Changes in version 1.4-1 (2020-xx-yy)
warn on NULL projargs in CRS(); https://github.com/edzer/sp/pull/74
Changes in version 1.4-0 (2020-02-21)
prepare for new (>= 1.5.1) rgdal, which creates and listens to a comments() field of a CRS object carrying a WKT representation of a CRS rather than the proj4string; @rsb, https://github.com/edzer/sp/pull/67 and https://github.com/edzer/sp/pull/69 ; for more info see e.g. https://github.com/edzer/sp/issues/68 and https://github.com/r-spatial/discuss/issues/28
Changes in version 1.3-2 (2019-11-07)
fix length > 1 in coercion to logical error; #54, #60
add is.na method for CRS objects
|
|
Tested with lang/clisp and lang/ecl.
Maxima 5.44 change log
======================
New items in core:
------------------
* Additional float constants: LEAST-NEGATIVE-NORMALIZED-FLONUM,
largest_negative_float, least_negative_float,
least_positive_normalized_float, and least_negative_normalized_float.
* Support for pre/post sub/superscripts (get_index_properties,
declare_index_properties and remove_index_properties).
(2) Make declare_index_properties
* Mark non-trivial results from gcfactor with a GCFACTORED flag
New items in share:
-------------------
* pytranslate, which converts maxima to python
* rtest_inteqn
* descriptive: find_runs and find_runs_inverse
Changes in core:
----------------
* Code clean ups and removal of functions that only had a historical
meaning
* In TEST-BATCH, ensure that list of unexpectedly passed tests is
nonempty before reporting it.
* :lisp-quiet can now be told not to use subsequent :lisp commands
* defmfun now adds an ARG-LIST property that allows frontends to
validate arguments
* An improved version of float_approx_equal
* Better handling of non-numerical input to find_root
* Better handling of defint errors triggered by laplace()
* Avoid variable capture in the WITH-NEW-CONTEXT macro
* Evaluate the body of a WITH-NEW-CONTEXT form as an implicit PROGN
* Numbers are no loger compared using EQ instead of EQL
* Characters are no loger compared using EQ instead of EQL
* Fixed bogus translations of apply2 and applyb2
* Fixed bogus translations of atan and atan2 with float arguments
* Fixed the bogus translation of atan2 with one float and one rational
argument
* Fixed bogus and inconsistent translations of max and min when the
arguments were a mix of float and other modes
* Fixed bogus translations of = and # with mixed float and numerical
arguments
* Fixed an internal error in the translator when attempting to convert
a variable of mode rational to a float
* Fixed the inconsistent translation of signum with a float argument
* Fixed the bogus translation of random with a float argument
* Fixed the translations of log and sqrt so they honor the flag
tr_float_can_branch_complex
* Updated gentran to v.5
* Improved the pattern matcher for "+" and "*" expressions, see
maxima-discuss, circa 2019-12-27: "Function to recognise series"
* allow zn_log to work on subgroups
* gamma_incomplete_lower is now returned in the noun form in many places
* operatorp(expr,op) was inconsistent with operatorp(expr,[op])
* sqrtdenest is now built-in, not a share function.
* load(sqdnst) now is a no-op.
Changes in share:
--------------
* Interpol used funmake instead of apply
* An updated version of COMA
* A testbench for draw()
* plot2d with a single function now uses xlabel
* Many minor corrections
* In package amatrix, protect against empty matrices when converting
amatrix to matrix and vice versa
* Fixed contragrad in ctensor, added tests for cograd/contragrad
Bug fixes:
----------
* #3412: Corrected the translation of conditionals
* #3587, +3489: Better handling of limits of logarithms
* #3521: In simplify_sum, avoid double-counting -min_ni term in
to_hypergeometric
* #3265: gcfactor(0) -> division by zero
* #2839: gcfactor(9) => 9
* #3287: Cross product of scalar zero versus vector yields zero result
* #3583: Stack overflow for equality testing with assumptions
* #3608: logic_simplify handles inequalities incorrectly
* #3607: printprops displays matchdeclare properties incorrectly when value is a lambda
* #2174: Bogus translation of declare
* #3513: Emacs: wxdraw3d not working
* #3048: notequal is not translated properly
Unnumbered bugs:
----------------
* plot now works correctly with function names containing _, ^,
{, } and @
* Maxima now no longer becoms unusable with errset=t
* FREE-LISP-VARS property for LET was broken
* translator: improved error message when a throw is not in a catch
* PATCH-UP-MEVAL-IN-FSET had a bogus BARFO call
* *standard-input* was broking during gentranin runs
* Problem loading abs_integrate in imaxima mode (emacs)
* compgrind:true caused compfile to not write to the output file
* compgrind:true didn't ensure pretty-printing of compfile output
* Taylor expansion for gamma_incomplete_lower(1/2,z) now works
* compgrind:true didn't ensure pretty-printing of compfile output
* gamma_incomplete_lower now respects gamma_expand
Additional improvements:
------------------------
* The documentation now is build use a stock makeinfo
* Many other improvements to the way documentation is generated
* The RPM files now end up in the build directory
* A way to run many draw() and plot() examples for manual tests
* More out-of-source-build improvements
* "make dvi" was subject to bit-rot and should now work again
* Resolved a few cases in which common variable names in
arguments caused unexpected behavior
* Better ABCL integration
* Added a help message (Option: /?) to the windows installer
* Fix errors when installing on MacOS via Homebrew
* run_testsuite(share_tests=only) now doesn't fail due to
unicode-sniffer.lisp not having been loaded
* Draw now translates the coordinates of labels, too
* Use DLMF 8.8.9 to expand gamma_incomplete(a+n,z)
* Expand gamma_incomplete for rational order
* Many code cleanups
* Many improvements to the documentation
* Windows Installer: Updated wxMaxima to the new release.
Maxima 5.43 change log
======================
New items in core:
------------------
* function cartesian_product_list: Cartesian product of lists.
* function garbage_collect: trigger Lisp garbage collector.
* variables maxima_frontend, maxima_frontend_version:
inform `build_info` which user interface is in use.
New items in share:
-------------------
* killing.dem: a demo for Killing vector fields.
* package logic: new function logic_simplify implements K-Map reduction
(Quine-McCluskey algorithm)
Changes in core:
----------------
* function to_cl: now autoloaded.
* package linearalgebra: autoload all functions.
* function run_testsuite: summary now not only tells which unexpectedly
failed, but also which ones unexpectedly passed.
* series expansion for expintegral_si and gamma_incomplete; breaks
some existing tests, see commit 47a6afd.
* function translate: generate code which translates conditional
expressions with prederror = true
Changes in share:
--------------
* package gentran: new version (thanks to Michael Stern)
* package simplex: improvements, including symbolic inputs.
* package ode: test cases.
* package odepack: works with ECL.
* package lapack: works with ECL.
* package sarag: fix missing definition of SQUARE_FREE_ALGORITHM.
* package sarag: make certificate proof more explicit (verify certificate)
* share test suite: include tests for packages lapack, sym, and ode.
* share test suite: a few simple tests for package odepack.
* ezunits: conversion rule for nondimensional/(sum of dimensional)
* ezunits: 0 now can have a dimension.
* package draw: accepts color index number 0, 1, 2, ... 17.
* package draw: accepts plot titles which are not strings.
* package wrstcse: improved range and resolution of Monte Carlo analysis.
User interfaces:
----------------
* SF Patch #88: Emaxima now correctly expands tabs in the comint buffer of emacs.
Bug fixes:
----------
* #3549: "patch to mmref, and removing mmref.tex and maxima_pdf.texi from info directory"
* #3532: "Integrator doesn't use a new variable internally, causing facts on the original variable to be used for the substitution variable"
* #3529: "crash with gcl due to wrong maxima startup script"
* #3524: "Discrepancy in intromax"
* #3514: "ECL: Marking rtest16/test step 50 as \"known bad\" doesn't work"
* #3497: "ctensor documentation on the Ricci tensor is inconsistent"
* #3496: "Hardcoded interpreter path in doc/info/build_index.pl causes build fail on FreeBSD"
* #3494: "vector.dem is broken"
* #3484: "taylor of expintegral_si is wrong"
* #3470: "Error in maximize_lp "
* #3463: "Documentation: mention parameter epsilon_lp more explicitly in documentation for minimize_lp"
* #3459: "Wrong limit calculation"
* #3412: "Bug when translating functions that contain an \"if\" (in my case an implicit if)"
Unnumbered bugs:
----------------
* mailing list 2019-05-11: "Problems with gramschmidt"
* mailing list 2019-05-06: "problem with elem() after kill(all)"
* mailing list 2019-04-02: "maxima lists"
* mailing list 2019-03-08: "GCL build broken".
* mailing list 2019-03-08: "batch overwrites last output line"
* mailing list 2019-03-06: "the share testsuite + MAXIMA:$RESULTANT is undefined errors"
* mailing list 2018-12-03: "error in compiling function with global variable"
* mailing list 2018-11-01: "radcan(sqrt(-1/(sqrt(-3)+1))*sqrt(2))"
* commit c164f5f: SIMPEXPT was marking unsimplified expressions with SIMP
* commit 61c71db: Fix siemens/sievert typo (ezunits)
Build system:
-------------
* Crosscompiling: Add 'maxima_longnames.c' to automake
* configure: enable build with ABCL via --enable-abcl.
* Windows installer: can now include ABCL.
* Windows installer: updated external utilities.
* Windows installer: updated wxMaxima version.
* "make check" manipulates the list of tests now in a more canonical way in order
to automatically run the interactive tests, as well.
* ./configure --enable-quiet-build now muffles more warnings.
* build documentation using the standard makeinfo tools.
* maxima-sbcl now supports non-ASCII user names and install dirs on MacOs
and MS Windows
* "make install" now installs emaxima and imaxima in a place emacs will
find by default. configure's --emacs-prefix= option allows to choose
a different directory.
Documentation:
--------------
* ./update_examples now interprets lines beginning with
the string "input:" as text that should be sent as input.
Runtime:
--------
* environment variable MAXIMA_DOC_PREFIX overrides the
location the documentation is searched for.
* environment variable GCL_DISABLE_MULTIPROCESS_MEMORY_POOL
disables memory-sharing between GCL-compiled Maxima processes.
* Maxima.bat now autodetects 64-bit systems and does the necessary
modifications for making lapack work in SBCL if this test is positive.
Maxima 5.42 change log
======================
New items in core:
------------------
* New function define_opproperty to define an operator simplification
* The environment MAXIMA_INITIAL_FOLDER if set tells Maxima which
folder to start in.
* The variable $factor_max_degree that prevents certain polynomials
from being factored if their degree exceeds that value instead of
letting factorization cause an out-of-memory.
* The variable factor_max_degree_print_warning that tells if to
output an warning in this case.
* A test bench for Maxima's interactive functions.
New items in share:
-------------------
* A test bench for draw
* timeout.lisp
* new version of package share/contrib/Eulix
* Trotter-Johnson algorithms
* combinatorics.lisp
* A new README file for the share directory.
Changes in core:
----------------
* "make check" now runs both the normal and the share test bench
* "make check" now also runs the tests from rtest_ask.
* test bench failures that resulted in "error-catch" now show a
more descriptive error message
* a warning() command that works similar to error()
* Windows installer: support components (one can deselect optional
components like VTK, wxMaxima or Gnuplot during the installation to
save space)
* MAPATOM returns true for mapatom(-4)
* A file with test cases for draw
* A file with test cases for drawdf
* A file with test cases for plot
* errcatch() now produced meaningful error messages.
* Add support for multiple return values to the ERRSET macro
* scene() is dropped from plot() as it depends on Tcl/VTK which is no
more actively supported and currently is broken.
* gcl: concurrent Maxima processes now can negotiate which can use
how much memory.
* Emit warning from parser when a list is constructed and then
discarded in ([a,b,c], ...).
* Emacs > 26.1 compatibility.
* Maxima now deletes its temp files on exit.
* Automatic file encoding detection if the file begins in a BOM.
* Improved the behavior of the exterior product operator when acting
on ordinary products.
* Updated the Spanish translation
* The functions that work with permutations, given as lists of
consecutive integers from 1 to n, will now use the prefix "perm",
to distinguish them from those that permute any arbitrary list or
set, which use the prefix "permutation". The name of
permutation_index was changed to perm_length and apply_permutation
became permute.
* On Windows Maxima now autodetects the directory it finds its files
in.
* Ask the user to use ; at the demo prompt, to make it work also in
Xmaxima.
* Check for correct syntax of parametric plots.
* Removed the old non-adaptive parametric plotter
* Typecheck backtrace's argument
* Better desktop integration for Linux systems
Changes in share:
--------------
* Draw/MS Windows: Gnuplot now supports multiplot
* Draw/MS Windows: Gnuplot now supports multiple draw windows
* wrstcse: A simple package for tolerance calculations.
* The test bench file's names now all begin with "rtest".
* Marked many known bad tests as "bad" so changes that break
something are easier to find.
* engineering-format now allows to specify which number range doesn't
need exponents.
* Drawdf now no more translates its input which made it slightly
faster, but sometimes caused internal errors. Setting
drawdf_translate:true reverts it to the old behavior
* The share testsuite now tests the draw package, too.
* Draw: Allow vector coordinates to be transformed
* Draw: Resolved a warning for multiplot svg output
* Draw: Contour can now be set to "none" as documented in the
manual.
* Draw: Support for vtk7. A "draw_renderer:vtk7" enables it.
* Draw: Resizing the window now can change the aspect ratio of the
plot.
* Draw: Allow to specify numeric line types
* Draw: A finer default grid
* Enable remove(x, rule) to succeed when x is a string.
* vector.dem and qual.dem now can be loaded.
* Xmaxima now accepts more of the standard options.
* Vtk (except of the plot routines) now is migrated to vtk-python
which is actively supported in favour of the no-more working
tcl-vtk
Bug fixes:
----------
* 3459: Wrong limit calculation
* 3458: addcol mishandles empty matrix as first argument
* 3457: true[2] gives wrong error
* 3426: Precision problem for small positive values in bfpsi0
* 3410: extremal_subst gives bogus results with undefined predicate
* 2822: After load("diff_form") `functions' fails
* 3363: Documentation of modulus incorrectly says it applies to all
rational numbers
* 3439: Simplode output on empty list
* 3023: divide(1,0) gave a Lisp error instead of a Maxima one
* 1581: sublis & sublis_apply_lambda:true causing Lisp errors
* 2803: trace/timer do not work for functions with quoted arguments
* 3247: Maxima's trace and timer handle rules incorrectly
* 3368: integrate('limit(...),...) internal error
* 2880: integral of secant shouldn't need principal value
* 2116: lambda form for taylor_simplifier
* 3431: error system variable holds unsimplified list, causing errors
to be repeated when trying to access it
* 3423: tellsimpafter: circular rule attempted when loading package
vect twice
* 3337: Wrong scalefactor for cartesian2d
* 2644: integrate(1/(1+s^7),s,0,%pi) includes a false term
* 3413: false in definite integral of rational
* 2845: Avoid initialization-time compile in commac.lisp
* 3416: limit gives limit(x^r,x,inf)=>0 when "Is r pnz" is answered
zero
* 2928, 2994 and 3419: Detect an endless loop in BPROG (simp.lisp)
and throw rat-error. rat(1/(x^(2/3)+1)), algebraic and
similar expressions no longer loop forever.
* 3009, 3146 and 3147: Certain polynomials when factored caused an
out-of-memory
* 3422: li[2] and li[3] numerical evaluation fails for complex not in
rectangular form
* 3402: Unbinding defined variable generates error in compiled
functions
* 3406: pdf_geometric appears to be incorrect and/or poorly
documented
* 3403: Function/lambda parameters declared constant cause error
* 2012: Lisp stack overflow with dpart
* 3390: ?great mishandles box
* 3387: kill(all) looses mtime's "nary" property
* 1820: missing eigenvectors
* 3373: Running the test suite twice causes errors
* 3379: recur.mac correct bug in varc2
* 3375: algsys failure on homogeneous linear equations
* 3293: derivatives don't format correctly using alt-display TeX
* 3238: plot fails with small x-range due to rounding
* 2835: Parametric plotting failed if the variable was not t
* 3356: sign(nz * nz) = nz
* 3349: Using VTK on windows gives 'vtkpythonC:' error
* 3344: Conflict between sym package and grobner package
Unnumbered bugs:
----------------
* Windows installer: include 2 missing files in the with 'make dist'
generated tar file. Allows building the crosscompiled installer
from a released tar and solves a problem with SBCL and Lapack.
(was missing in the 5.42.0 source release, discovered during
building the Windows installer and already included in the
5.42.0 installer)
* Windows installer: Fixed the link to SBCL in the information about
bundled software. (was missing in the 5.42.0 source release,
discovered during building the Windows installer and already
included in the 5.42.0 installer)
* Windows installer: Fix the plotting problem with Clisp/Windows and
long user names.
* Windows installer: Fix reading maximarc on Windows, when the
username contains a space.
* Garbage Collector Defaults for gcl that allow Maxima to be able to
run the testbench without getting an out-of-memory
* Many error messages now are easier to understand
* Some share tests contained timeouts that were set to values that
were easily to trigger even on current computer systems
* share/gf and share/contrib/fresnel can now be loaded without
encountering an error.
* simplode on a singleton list could return a non-string
* If keepfloat was true partfrac often resulted in errors. Now
keepfloat is false during partfrac().
* 'make pdf' now works for de and pt.
* A Lisp error appeared when display2d:true and there are nested
DISPLA calls
* tex(): The output for matrices is now upwards compatible to
amsmath.sty
* Fixed some shell quoting issues
* Many translator improvements
* Fix charfun when prederror is true
* Quieted many irrelevant warnings on loading packages, for example
caused by autoload.
* Fixed a bug in perms, when called with three arguments
* beta_incomplete now works correctly with sums.
* Windows: Fixed reading maximarc on Windows, when the username
contains a space.
* Lapack now can be compiled out-of-the-box on SBCL on Windows (64Bit).
* running rtest_levin after rtest15 causes some failures
because MLIST is not recognized as an operator.
* Process command line option --run-string correctly
* changes to stream handling for SBCL, which improve
writefile, appendfile, asksign, describe, and entermatrix.
* trigsimp fails with pderivop
* In $ARRAY, handle list argument + use_fast_arrays correctly.
* Resolved many potential variable name clashes with user-specified
variables
* Xmaxima: Resolved an error message that caused a crash
* Xmaxima: Removed Win98 workarounds that made problems with modern
Windows systems
* Xmaxima now supports file and directory names with spaces in them.
Additional improvements:
------------------------
* Additional bug fixes
* Performance improvements
* Much work on the manual including many hyperlinks, clarifications
and additional information on how to speed up user functions.
* A script that tests loading packages twice or package combinations
* A few files that didn't need an "executable" flag were marked
as executable.
* Updated all references to wxMaxima to wxMaxima's new URL.
* The wxMaxima version the Windows Installer comes with now is
Version 18.10.2
|
|
|
|
|
|
|
|
CHANGES IN R 4.0.0:
SIGNIFICANT USER-VISIBLE CHANGES:
* Packages need to be (re-)installed under this version (4.0.0) of
R.
* matrix objects now also inherit from class "array", so e.g.,
class(diag(1)) is c("matrix", "array"). This invalidates code
incorrectly assuming that class(matrix_obj)) has length one.
S3 methods for class "array" are now dispatched for matrix
objects.
* There is a new syntax for specifying _raw_ character constants
similar to the one used in C++: r"(...)" with ... any character
sequence not containing the sequence )". This makes it easier to
write strings that contain backslashes or both single and double
quotes. For more details see ?Quotes.
* R now uses a stringsAsFactors = FALSE default, and hence by
default no longer converts strings to factors in calls to
data.frame() and read.table().
A large number of packages relied on the previous behaviour and
so have needed/will need updating.
* The plot() S3 generic function is now in package base rather than
package graphics, as it is reasonable to have methods that do not
use the graphics package. The generic is currently re-exported
from the graphics namespace to allow packages importing it from
there to continue working, but this may change in future.
Packages which define S4 generics for plot() should be
re-installed and package code using such generics from other
packages needs to ensure that they are imported rather than rely
on their being looked for on the search path (as in a namespace,
the base namespace has precedence over the search path).
See ${PREFIX}/lib/R/doc/NEWS for full changes.
|
|
|
|
3.3:
- added support for Python 3.9
- added CLI command ``roman`` with ``-r/--reverse`` to convert back from Roman
- added simple usage instructions
|
|
(sort, remove dups, commit now what should have been committed before)
|
|
At my request, upstream added a flag to install all locales, rather
than the locales that are installed on the current system. This leads
to a consistent PLIST (and more locales).
## 3.1.2
This is a production release that adds a way to install *all* locales. Users do
***NOT*** need to upgrade.
For package maintainers wishing to make use of the change, just pass `-l` to
`configure.sh`.
|
|
This package only exists to accomodate programs (e.g. gnuradio) which
have not yet updated to python3. Therefore, only allow numpy16 for
python2.7. (I believe there are zero py37-numpy16 users, and if so, that
should be discussed to understand why.)
|
|
Notable upstream changes:
## 3.1.0
The behavior that was adjusted was how code from the `-e` and `-f` arguments
(and equivalents) were executed. They used to be executed as one big chunk, but
in this release, they are now executed line-by-line.
The first bug fix in how output to `stdout` was handled in `SIGINT`. If a
`SIGINT` came in, the `stdout` buffer was not correctly flushed. In fact, a
clean-up function was not getting called. This release fixes that bug.
The second bug is in how `dc` handled input from `stdin`. This affected `bc` as
well since it was a mishandling of the `stdin` buffer.
The third fixed bug was that `bc` and `dc` could `abort()` (in debug mode) when
receiving a `SIGTERM`. This one was a race condition with pushing and popping
items onto and out of vectors.
The fourth bug fixed was that `bc` could leave extra items on the stack and
thus, not properly clean up some memory. (The memory would still get
`free()`'ed, but it would not be `free()`'ed when it could have been.)
The next two bugs were bugs in `bc`'s parser that caused crashes when executing
the resulting code.
The last two bugs were crashes in `dc` that resulted from mishandling of
strings.
## 3.0.2
This is a production release that adds `utf8` locale symlinks and removes an
unused `auto` variable from the `ceil()` function in the [extended math
library][16].
## 3.0.1
The second change is to make the new implementation of `ceil()` in `lib2.bc`
much more efficient.
|
|
Also, add stray translation file.
|
|
Version 0.50.1:
This is a bugfix release for 0.50.0, it fixes a critical bug in error reporting
and a number of other smaller issues:
* Added except for possible Windows get_terminal_size exception
* Improve undefined variable error message
* Update the deprecation notices for 0.50.1
* Fixes literally not forcing re-dispatch for inline='always'
* Fix bad attr access on certain typing templates breaking exceptions.
* Fix cuda test
|