Commit 5b879e1cbc99785cf70a73c77b2f99f82b53f369

Authored by Jürgen Knödlseder
1 parent cb9d55de

Update documentation

ChangeLog
1   -2023-02-15
  1 +2023-03-15
2 2  
3 3 * Version 2.1.0 released
4 4 ========================
5 5  
  6 + Replace distutils by setuptools for Python setup (#4223)
6 7 Add support for DRW weighting cubes (#4209)
7 8 Prefit models without test source in comlixmap (#4201)
8 9 Add inmap parameter to comlixmap (#4187)
... ...
1 1 New Features and Important Changes in ctools 2.1.0
2 2  
3   -15 February 2023
  3 +15 March 2023
4 4  
5 5  
6 6 Introduction
... ... @@ -21,7 +21,10 @@ None
21 21  
22 22 Python interface
23 23 ----------------
24   -None
  24 +The distutils module was replace by the sysconfig and setuptools modules
  25 +in setup.py, with a fallback to distutils in case that either the
  26 +sysconfig or setuptools modules are not available. Furthermore, the
  27 +production of an egg file with the setuptools was prevented (#4223).
25 28  
26 29  
27 30 Support model
... ...
README.md
1 1 ctools information
2 2 ==================
3   -* Version: 2.1.0.dev (15 February 2023)
  3 +* Version: 2.1.0.dev (15 March 2023)
4 4 * GammaLib dependency: 2.1.0.dev
5 5  
6 6 [![Build Status](https://cta-jenkins.irap.omp.eu/buildStatus/icon?job=ctools-integrate-os)](https://cta-jenkins.irap.omp.eu/job/ctools-integrate-os/)
... ...
doc/source/admin/release_history/2.1.rst
... ... @@ -16,6 +16,8 @@ In particular, this release provides:
16 16 Bug fixes
17 17 ---------
18 18  
  19 +* [`4223 <https://cta-redmine.irap.omp.eu/issues/4223>`_] -
  20 + Replace ``distutils`` by ``setuptools`` for Python setup
19 21 * [`4187 <https://cta-redmine.irap.omp.eu/issues/4187>`_] -
20 22 Add ``inmap`` parameter to :ref:`comlixmap` to allow restart from an existing TS map
21 23 * [`4159 <https://cta-redmine.irap.omp.eu/issues/4159>`_] -
... ...