Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
attipaci committed Feb 25, 2024
1 parent dba2927 commit 0c39243
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,5 @@
# Changelog

## [Unreleased]

Changes planned/expected for the next release...


### Added

- Add debug mode, which can be activated via `novas_debug(1)`. When debug mode is enabled, all errors will be printed
to the console with a trace (the trace does not contain line numbers but provides information on the functions and
locations within them where the error occurred).


## [1.0.0] - 2024-03-01

Expand Down Expand Up @@ -187,7 +176,7 @@ This is the initial release of the SuperNOVAS library.
- Changed `make_object()` to retain the specified number argument (which can be different from the `starnumber` value
in the supplied `cat_entry` structure).

- `cio_location()` will always return a valid value as long as neither the output pointer arguments is NULL.
- `cio_location()` will always return a valid value as long as neither output pointer arguments is NULL.

- `sun_eph()` in `solsysl3.c` evaluates the series in reverse order compared to NOVAS C 3.1, accumulating the least
significant terms first, and thus resulting in higher precision result in the end.
Expand Down

0 comments on commit 0c39243

Please sign in to comment.