Skip to content

Commit

Permalink
Bump to v1.4.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
theriftlab committed Jan 8, 2025
1 parent 53b9651 commit 6f651e5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ Immanuel's output is currently available in the following locales / languages:
* **pt_BR:** Brazilian Portuguese
* **es_ES:** Spanish

See [here](https://github.com/theriftlab/immanuel-python/tree/v1.4.1/docs/5-settings.md#locale) for details on how to switch. The documentation itself is not currently available in other translations. To contribute in-software translations, see [here](https://github.com/theriftlab/immanuel-python/tree/v1.4.1/docs/7-contributions.md).
See [here](https://github.com/theriftlab/immanuel-python/tree/v1.4.2/docs/5-settings.md#locale) for details on how to switch. The documentation itself is not currently available in other translations. To contribute in-software translations, see [here](https://github.com/theriftlab/immanuel-python/tree/v1.4.2/docs/7-contributions.md).

## Documentation

Full documentation is available [here](https://github.com/theriftlab/immanuel-python/tree/v1.4.1/docs/0-contents.md), or follow the Quick Start below to see how to quickly generate a natal chart.
Full documentation is available [here](https://github.com/theriftlab/immanuel-python/tree/v1.4.2/docs/0-contents.md), or follow the Quick Start below to see how to quickly generate a natal chart.

## Quick Start

Expand Down
2 changes: 2 additions & 0 deletions docs/3-examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ native = charts.Subject(

The optional `time_is_dst` parameter is a boolean to clarify ambiguous times - for example 1:30am on a night when switching to US daylight savings could be in either the standard or the DST timezone. To specify which one, pass either `True` or `False` to this argument. For all other non-ambiguous times, `time_is_dst` can safely be omitted.

There is also an optional `timezone_offset` parameter. This is a float which explicitly sets the UTC offset in hours for the location specified by the passed coordinates. While Immanuel will do its best to look up the correct timezone for the coordinates, it might not always be accurate, especially when boundaries or offsets have changed since the given birth date. This parameter can safely be ignored for most use cases.

To generate one of each type of supported chart, you could do the following:

```python
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "immanuel"
version = "1.4.1"
version = "1.4.2"
description = "Quickly produce both human-readable and JSON-formatted astrology chart data based on the Swiss Ephemeris and astro.com."
authors = [
{ name = "Robert Davies", email = "[email protected]" },
Expand Down

0 comments on commit 6f651e5

Please sign in to comment.