Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

changes for 0.34.1 #1074

Merged
merged 22 commits into from Sep 13, 2023
Merged

changes for 0.34.1 #1074

merged 22 commits into from Sep 13, 2023

Conversation

gdementen
Copy link
Contributor

No description provided.

(we do not actually require Python >=3.8 in meta.yaml to avoid breaking backward compatibility in a bugfix release)
some stricter (it only ever infers once) version of infer_datetime_format is now the default
I choose not to bump pandas requirements to 2.0 because as far as I can tell, this only changes performance for metadata (little used feature) on Pandas < 2
…alue (closes larray-project#1070)

(this was valid if the value has size one but numpy 1.25+ deprecated doing that so we do not test this keeps working)
…ect#1057)

I consider this as a bug fix because stack(Session) *seemed* to work but did not keep labels
(because the Session was considered as a Sequence), which is surprising and caused issue in production code
It should actually be a private method. This is only a stop-gap measure until proper deprecation in larray 0.35 (see larray-project#1062)
(also cleanup the config file indentation)
…oses larray-project#1064)

For == this was correct (returns False) but all binops were wrong. As an added bonus,
we now let the other type handle the operation if it can.
@gdementen gdementen merged commit 31f116b into larray-project:master Sep 13, 2023
5 checks passed
@gdementen gdementen deleted the 0341 branch September 13, 2023 13:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant