Skip to content

Commit

Permalink
Update patch digit
Browse files Browse the repository at this point in the history
  • Loading branch information
kabasset committed Nov 2, 2021
1 parent bb0ba49 commit 359b69e
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

* Empty binary table HDUs can be created

## 4.0
## 4.0.0

### Renaming

Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ set(USE_SPHINX OFF
# elements_project(MyProject 1.0 USE Element 3.9)
#===============================================================================

elements_project(EleFits 4.0.0 USE Elements 5.14.0
elements_project(EleFits 4.0.1 USE Elements 5.14.0
DESCRIPTION "A modern C++ API on top of CFitsIO")
6 changes: 3 additions & 3 deletions EleFits/tests/src/BintableColumns_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,17 +37,17 @@ using namespace Euclid::Fits;
// readSeqTo (names, columns...) => TEST
// readSeqTo (indices, columns...) => TEST
// readSegmentSeq (rows, indices...)
// readSegmentSeq (rows, names...) => TEST
// readSegmentSeq (rows, names...) => SEQ_WRITE_READ_TEST
// readSegmentSeqTo (rows, names, columns)
// readSegmentSeqTo (rows, columns)
// readSegmentSeqTo (rows, columns) => TEST
// readSegmentSeqTo (rows, names, columns...)
// readSegmentSeqTo (rows, columns...) => TEST
// readSegmentSeqTo (rows, indices, columns...) => TEST
//
// writeSegmentSeq (long firstRow, TSeq &&columns) -> loop on writeSegment (row, column)
// writeSeq (TSeq &&columns) => SEQ_WRITE_READ_TEST
// writeSeq (const Column< Ts > &... columns) => SEQ_WRITE_READ_TEST
// writeSegmentSeq (long firstRow, Column< Ts > &... columns) => TEST
// writeSegmentSeq (long firstRow, Column< Ts > &... columns) => SEQ_WRITE_READ_TEST
//
// initSeq (long index, TSeq &&infos) => SEQ_WRITE_READ_TEST
// initSeq (long index, const ColumnInfo< Ts > &... infos) => SEQ_WRITE_READ_TEST
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,19 +127,19 @@ LGPL v3

## Tutorial

The tutorial composed of an example program and [associated documentation](https://cnes.github.io/EleFits/4.0.0/tuto.html) is probably the good entry point for newcomers.
The tutorial composed of an example program and [associated documentation](https://cnes.github.io/EleFits/4.0.1/tuto.html) is probably the good entry point for newcomers.

## Installation instructions

See [the dedicated page](doc/INSTALL.md).

## User documentation

The [Modules page](https://cnes.github.io/EleFits/4.0.0/modules.html) is the main entry point for usage documentation.
The [Modules page](https://cnes.github.io/EleFits/4.0.1/modules.html) is the main entry point for usage documentation.
Each so-called documentation module addresses a specific topic to learn how to use EleFits and understand why it is designed the way it is.
The API documentation of related namespaces, classes and functions is linked at the bottom of each module page.

To go further, many other topics are discussed in the [Related pages](https://cnes.github.io/EleFits/4.0.0/pages.html), as unordered documents.
To go further, many other topics are discussed in the [Related pages](https://cnes.github.io/EleFits/4.0.1/pages.html), as unordered documents.
Among others, you'll find there thoughts on CFitsIO, the tutorial, and some design documentation.

## Feedbacks
Expand Down
4 changes: 2 additions & 2 deletions doc/INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ Jump to the configuration section.

#### TL;DR

Download and run [the installation script](https://raw.githubusercontent.com/CNES/EleFits/4.0.0/install.sh):
Download and run [the installation script](https://raw.githubusercontent.com/CNES/EleFits/4.0.1/install.sh):

```sh
wget https://raw.githubusercontent.com/CNES/EleFits/4.0.0/install.sh
wget https://raw.githubusercontent.com/CNES/EleFits/4.0.1/install.sh
chmod +x install.sh
sudo ./install.sh
```
Expand Down

0 comments on commit 359b69e

Please sign in to comment.