Skip to content

Commit

Permalink
v1.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gagolews committed Nov 21, 2023
1 parent 60c0b58 commit c3c58d2
Show file tree
Hide file tree
Showing 130 changed files with 530 additions and 520 deletions.
3 changes: 3 additions & 0 deletions .devel/icu_upgrade_patches-74.md
Expand Up @@ -94,4 +94,7 @@ done
generated by the many compilers (build with github-actions, use win-builder,
etc.)

In particular, beware of `ResolveLocaleName` on Windows (old R)
and the support for ICU's double conversion on Loongarch.

Good luck. ;)
7 changes: 5 additions & 2 deletions .devel/sphinx/news.md
@@ -1,7 +1,7 @@
# Changelog


## 1.8.2 (under development)
## 1.8.2 (2021-11-22)

* [BUILD TIME] [BUGFIX] #501: Fixed failing build on 32-bit Windows
(Windows API `ResolveLocaleName` function not available).
Expand All @@ -10,6 +10,9 @@
before other `CPPFLAGS` (the same with other flag types) in
the `configure` script to make it compatible with what happens in `Makevars`.

* [BUILD TIME] [BUGFIX] Support for ICU's `double`conversion on Loongarch
has been restored (see #463).


## 1.8.1 (2023-11-09)

Expand Down Expand Up @@ -79,7 +82,7 @@

## 1.7.6 (2021-11-29)

* [BUILD TIME] #463: Added loongarch support in ICU's double conversion
* [BUILD TIME] #463: Added Loongarch support in ICU's double conversion
(@liuxiang88).

* [BUGFIX] #467: The UCRT build on Windows was not marking strings as `latin1`.
Expand Down
4 changes: 2 additions & 2 deletions .devel/sphinx/rapi/stri_datetime_add.md
Expand Up @@ -68,15 +68,15 @@ print(x)
```

```
## [1] "2024-01-21 14:33:02 AEDT"
## [1] "2024-01-22 09:19:30 AEDT"
```

```r
stri_datetime_add(x, -2, units='months')
```

```
## [1] "2023-11-21 14:33:02 AEDT"
## [1] "2023-11-22 09:19:30 AEDT"
```

```r
Expand Down
2 changes: 1 addition & 1 deletion .devel/sphinx/rapi/stri_datetime_create.md
Expand Up @@ -96,5 +96,5 @@ stri_datetime_create(hour=15, minute=59)
```

```
## [1] "2023-11-21 15:59:00 AEDT"
## [1] "2023-11-22 15:59:00 AEDT"
```
8 changes: 4 additions & 4 deletions .devel/sphinx/rapi/stri_datetime_fields.md
Expand Up @@ -77,9 +77,9 @@ stri_datetime_fields(stri_datetime_now())

```
## Year Month Day Hour Minute Second Millisecond WeekOfYear WeekOfMonth
## 1 2023 11 21 14 33 3 213 48 4
## 1 2023 11 22 9 19 31 199 48 4
## DayOfYear DayOfWeek Hour12 AmPm Era
## 1 325 3 2 2 2
## 1 326 4 9 1 2
```

```r
Expand All @@ -88,9 +88,9 @@ stri_datetime_fields(stri_datetime_now(), locale='@calendar=hebrew')

```
## Year Month Day Hour Minute Second Millisecond WeekOfYear WeekOfMonth
## 1 5784 3 8 14 33 3 218 11 2
## 1 5784 3 9 9 19 31 204 11 2
## DayOfYear DayOfWeek Hour12 AmPm Era
## 1 67 3 2 2 1
## 1 68 4 9 1 1
```

```r
Expand Down
2 changes: 1 addition & 1 deletion .devel/sphinx/rapi/stri_datetime_format.md
Expand Up @@ -221,5 +221,5 @@ stri_datetime_format(stri_datetime_now(), 'datetime_relative_medium')
```

```
## [1] "today, 2:33:03 pm"
## [1] "today, 9:19:31 am"
```
4 changes: 2 additions & 2 deletions .devel/sphinx/rapi/stri_locale_set.md
Expand Up @@ -53,7 +53,7 @@ oldloc <- stri_locale_set('pt_BR')
```

```
## You are now working with stringi_1.8.1.9001 (pt_BR.UTF-8; ICU4C 74.1 [bundle]; Unicode 15.1)
## You are now working with stringi_1.8.2 (pt_BR.UTF-8; ICU4C 74.1 [bundle]; Unicode 15.1)
```

```r
Expand All @@ -65,7 +65,7 @@ stri_locale_set(oldloc) # restore the previous default locale
```

```
## You are now working with stringi_1.8.1.9001 (en_AU.UTF-8; ICU4C 74.1 [bundle]; Unicode 15.1)
## You are now working with stringi_1.8.2 (en_AU.UTF-8; ICU4C 74.1 [bundle]; Unicode 15.1)
```

```r
Expand Down
4 changes: 2 additions & 2 deletions .devel/sphinx/rapi/stri_sprintf.md
Expand Up @@ -188,7 +188,7 @@ stri_sprintf("UNIX time %1$f is %1$s.", Sys.time())
```

```
## [1] "UNIX time 1700537593.184348 is 2023-11-21 14:33:13.184348."
## [1] "UNIX time 1700605180.665721 is 2023-11-22 09:19:40.665721."
```

```r
Expand All @@ -213,7 +213,7 @@ stri_sprintf("%1$s is %1$f UNIX time.", Sys.time()) # re-coercion needed
```

```
## [1] "2023-11-21 14:33:13.18612 is 1700537593.186120 UNIX time."
## [1] "2023-11-22 09:19:40.667963 is 1700605180.667963 UNIX time."
```

```r
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/r-check-other.yml
Expand Up @@ -20,7 +20,6 @@ jobs:
- {os: macOS-latest, r: 'release'}
- {os: macOS-latest, r: 'oldrel-4'}
- {os: windows-latest, r: 'release'}
- {os: windows-latest, r: 'oldrel-4'}
- {os: windows-latest, r: 'oldrel-3'}
- {os: ubuntu-latest, r: 'devel', http-user-agent: 'release'}
- {os: ubuntu-latest, r: 'oldrel-4'}
Expand Down
4 changes: 2 additions & 2 deletions DESCRIPTION
@@ -1,6 +1,6 @@
Package: stringi
Version: 1.8.1.9001
Date: 2023-11-21
Version: 1.8.2
Date: 2023-11-22
Title: Fast and Portable Character String Processing Facilities
Description: A collection of character string/text/natural language
processing tools for pattern searching (e.g., with 'Java'-like regular
Expand Down
7 changes: 5 additions & 2 deletions NEWS
@@ -1,7 +1,7 @@
# Changelog


## 1.8.2 (under development)
## 1.8.2 (2021-11-22)

* [BUILD TIME] [BUGFIX] #501: Fixed failing build on 32-bit Windows
(Windows API `ResolveLocaleName` function not available).
Expand All @@ -10,6 +10,9 @@
before other `CPPFLAGS` (the same with other flag types) in
the `configure` script to make it compatible with what happens in `Makevars`.

* [BUILD TIME] [BUGFIX] Support for ICU's `double`conversion on Loongarch
has been restored (see #463).


## 1.8.1 (2023-11-09)

Expand Down Expand Up @@ -79,7 +82,7 @@

## 1.7.6 (2021-11-29)

* [BUILD TIME] #463: Added loongarch support in ICU's double conversion
* [BUILD TIME] #463: Added Loongarch support in ICU's double conversion
(@liuxiang88).

* [BUGFIX] #467: The UCRT build on Windows was not marking strings as `latin1`.
Expand Down
2 changes: 1 addition & 1 deletion docs/_static/documentation_options.js
@@ -1,5 +1,5 @@
const DOCUMENTATION_OPTIONS = {
VERSION: '1.8.1.9001',
VERSION: '1.8.2',
LANGUAGE: 'en',
COLLAPSE_INDEX: false,
BUILDER: 'html',
Expand Down
6 changes: 3 additions & 3 deletions docs/genindex.html
Expand Up @@ -158,7 +158,7 @@
<a class="sidebar-brand" href="index.html">stringi</a>
</span>
<div class="sidebar-brand">
1.8.1.9001
1.8.2
</div>
<form class="sidebar-search-container" method="get" action="search.html" role="search">
<input class="sidebar-search" placeholder="Search" name="q" aria-label="Search">
Expand Down Expand Up @@ -357,7 +357,7 @@ <h1 id="index">Index</h1>
Some rights reserved. Licensed under <a href='https://creativecommons.org/licenses/by-nc-nd/4.0/'>CC BY-NC-ND 4.0</a>.
Built with <a href="https://sphinx-doc.org/">Sphinx</a>
and a customised <a href="https://github.com/pradyunsg/furo">Furo</a> theme.
Last updated on 2023-11-21T14:33:19+1100.
Last updated on 2023-11-22T09:19:46+1100.
This site will never display any ads: it is a non-profit project.
It does not collect any data.
</div>
Expand All @@ -372,7 +372,7 @@ <h1 id="index">Index</h1>

</aside>
</div>
</div><script src="_static/documentation_options.js?v=8323ae8b"></script>
</div><script src="_static/documentation_options.js?v=269e6701"></script>
<script src="_static/doctools.js?v=888ff710"></script>
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="_static/scripts/furo.js?v=32e29ea5"></script>
Expand Down
6 changes: 3 additions & 3 deletions docs/index.html
Expand Up @@ -160,7 +160,7 @@
<a class="sidebar-brand" href="#">stringi</a>
</span>
<div class="sidebar-brand">
1.8.1.9001
1.8.2
</div>
<form class="sidebar-search-container" method="get" action="search.html" role="search">
<input class="sidebar-search" placeholder="Search" name="q" aria-label="Search">
Expand Down Expand Up @@ -473,7 +473,7 @@ <h1>stringi: Fast and Portable Character String Processing in R<a class="headerl
Some rights reserved. Licensed under <a href='https://creativecommons.org/licenses/by-nc-nd/4.0/'>CC BY-NC-ND 4.0</a>.
Built with <a href="https://sphinx-doc.org/">Sphinx</a>
and a customised <a href="https://github.com/pradyunsg/furo">Furo</a> theme.
Last updated on 2023-11-21T14:33:19+1100.
Last updated on 2023-11-22T09:19:46+1100.
This site will never display any ads: it is a non-profit project.
It does not collect any data.
</div>
Expand Down Expand Up @@ -506,7 +506,7 @@ <h1>stringi: Fast and Portable Character String Processing in R<a class="headerl

</aside>
</div>
</div><script src="_static/documentation_options.js?v=8323ae8b"></script>
</div><script src="_static/documentation_options.js?v=269e6701"></script>
<script src="_static/doctools.js?v=888ff710"></script>
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="_static/scripts/furo.js?v=32e29ea5"></script>
Expand Down
6 changes: 3 additions & 3 deletions docs/install.html
Expand Up @@ -160,7 +160,7 @@
<a class="sidebar-brand" href="index.html">stringi</a>
</span>
<div class="sidebar-brand">
1.8.1.9001
1.8.2
</div>
<form class="sidebar-search-container" method="get" action="search.html" role="search">
<input class="sidebar-search" placeholder="Search" name="q" aria-label="Search">
Expand Down Expand Up @@ -470,7 +470,7 @@ <h2>Getting Help<a class="headerlink" href="#getting-help" title="Link to this h
Some rights reserved. Licensed under <a href='https://creativecommons.org/licenses/by-nc-nd/4.0/'>CC BY-NC-ND 4.0</a>.
Built with <a href="https://sphinx-doc.org/">Sphinx</a>
and a customised <a href="https://github.com/pradyunsg/furo">Furo</a> theme.
Last updated on 2023-11-21T14:33:19+1100.
Last updated on 2023-11-22T09:19:46+1100.
This site will never display any ads: it is a non-profit project.
It does not collect any data.
</div>
Expand Down Expand Up @@ -506,7 +506,7 @@ <h2>Getting Help<a class="headerlink" href="#getting-help" title="Link to this h

</aside>
</div>
</div><script src="_static/documentation_options.js?v=8323ae8b"></script>
</div><script src="_static/documentation_options.js?v=269e6701"></script>
<script src="_static/doctools.js?v=888ff710"></script>
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="_static/scripts/furo.js?v=32e29ea5"></script>
Expand Down

0 comments on commit c3c58d2

Please sign in to comment.